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