multipart/form-data): include the image as the file field.application/json): include asset-type and image-data (base64-encoded image).Authorization: Bearer ********************curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/acme.com/brands/portal.acme.com/ACME Blue/assets' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asset-type": "logo",
"image-data": "<base64-encoded image>",
"filename": "acme-logo.png"
}'