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