Authorization: ********************curl --location '/upload/image' \
--header 'Authorization: Bearer <token>' \
--form 'file=@""'{
"success": true,
"message": "string",
"data": {
"url": "string",
"filename": "string"
},
"timestamp": "2019-08-24T14:15:22.123Z"
}