{
"id": 0,
"name": "string",
"sort": 0,
"type": 0
}
curl --location --request POST 'https://petstore-demo.apifox.com/admin/category' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"sort": 0,
"type": 0
}'
{
"code": 0,
"data": "string",
"msg": "string"
}