{
"imgs": [
{
"id": "string",
"src": "string"
}
]
}
curl --location --request POST 'http://localhost:3000/api/admin/animation/delImg' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"imgs": [
{
"id": "string",
"src": "string"
}
]
}'
{
"code": 0,
"message": "string"
}