Authorization: ********************
curl --location --request POST '/upload//collectionsVertical' \
--header 'Accept: application/json' \
--header 'Authorization: <api-key>' \
--form 'file=@""'
{
"status": "<string>",
"image": "<string>",
"thumb": "<string>"
}