curl --location --request POST 'http://localhost:3000/api/admin/resume/uploadProjectImage' \ --header 'Authorization;' \ --form 'projectId=""' \ --form 'files=@""'
{ "code": 0, "message": "string" }