Authorization: ********************
curl --location --request POST '/upload//packages' \
--header 'Accept: application/json' \
--header 'Content-Type: multipart/form-data' \
--header 'Authorization;' \
--form 'file=@""'
{
"status": "<string>",
"image": "<string>",
"thumb": "<string>"
}