Authorization: Bearer ********************
{
"name": "是角决儿"
}
curl --location --request POST 'https://cms.server.hqk10.top/api/v1/category' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "是角决儿"
}'
{
"data": "string",
"code": 0,
"message": "string"
}