Authorization: Bearer ********************
curl --location --request POST '/api/user/avatar' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "property1": "string", "property2": "string" }