multipart/form-data): include the new image as the file field.application/json): include image-data (base64-encoded image). filename may also be updated.Authorization: Bearer ********************curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/acme/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"
}'