hostname, reseller, and brand-name are immutable — they are ignored if sent in the body.currently-active is set to 1, all other brands for this hostname + reseller + domain are automatically deactivated.id, created, modified, assets, matched-hostname).Authorization: Bearer ********************curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/acme/brands/portal.acme.com/ACME Blue' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain": "*",
"currently-active": 1,
"color-primary": "#1E40AF",
"border-radius": "rounded",
"icon-style": "outline"
}'