{
"name": "string",
"type": 0,
"description": "string",
"bg_color": "string"
}
curl --location --request POST '/api/admin/label/create' \
--header 'Authorization: {{alist_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": 0,
"description": "string",
"bg_color": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"id": 0
}
}