curl --location --request POST 'http://localhost:3000/api/admin/animation/addImg' \ --header 'Authorization;' \ --form 'data=""' \ --form 'categoryID=""' \ --form 'categoryName=""' \ --form 'files=@""'
{ "code": 0, "message": "string" }