{
"name": "",
"desc": "",
"cover": "",
"score": 0,
"link": "",
"type": "",
"hot": 0,
"file": null,
"status": 1,
"remark": ""
}
curl --location --request POST 'http://localhost:3000/api/admin/animation/add' \
--header 'Authorization: token' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "",
"desc": "",
"cover": "",
"score": 0,
"link": "",
"type": "",
"hot": 0,
"file": null,
"status": 1,
"remark": ""
}'
{
"code": 200,
"message": "添加成功"
}