{
"image": "http://dummyimage.com/400x400",
"name": "律传机车日事",
"sort": 0,
"status": 1
}
curl --location --request POST '/adminapi/creation.creationCategory/add' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "http://dummyimage.com/400x400",
"name": "律传机车日事",
"sort": 0,
"status": 1
}'
{
"code": 1,
"show": 1,
"msg": "添加成功",
"data": []
}