multipart/form-data): send the replacement image as the File field. asset-type is specified in the URL — do not include it in the body.application/json): send image-data (base64-encoded image). filename may also be updated.Authorization: Bearer ********************curl --location -g --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/brands/portal.acme.com/ACME Blue/assets/logo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"image-data": "<base64-encoded image>",
"filename": "acme-logo-v2.png"
}'{
"code": 0,
"message": "string"
}