Authorization: ********************
curl --location 'https://test.your-api-server.com/files/upload' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "message": "string", "filename": "string", "path": "string" }