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