asset-type must not already exist for this brand — use PUT to replace an existing asset.multipart/form-data): send asset-type as a form field and the image as the File field.application/json): send asset-type and image-data (base64-encoded image) in the JSON body.Authorization: Bearer ********************curl --location -g --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/{{reseller}}/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"
}'{
"code": 0,
"message": "string"
}