curl --location --request POST 'http://localhost:8080/posts/upload' \ --header 'Authorization: {{token}}' \ --form 'photo=@""'
{ "code": 0, "message": "", "data": { "": {} } }