Authorization: Bearer ********************curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers//brands///assets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asset-type": "logo",
"filename": "string",
"mime-type": "string",
"image-data": "string",
"width": 0,
"height": 0
}'