{
"name": "string",
"desc": "string"
}
curl --location --request POST 'http://localhost:3000/api/admin/imageCategory/add' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"desc": "string"
}'
{
"code": 200,
"message": "添加成功"
}