curl --location --request GET '/api/admin/label/list?page=0&per_page=0' \
--header 'Authorization: {{alist_token}}'
{
"code": 0,
"message": "string",
"data": {
"content": [
{
"id": 0,
"type": 0,
"name": "string",
"description": "string",
"bg_color": "string",
"create_time": "string"
}
],
"total": 0
}
}