curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/acme/brands' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"hostname": "portal.acme.com",
"brand-name": "ACME Blue",
"domain": "*",
"description": "Blue theme",
"currently-active": 1,
"color-primary": "#1E40AF",
"color-secondary": "#7C3AED",
"color-success": "#059669",
"color-info": "#0284C7",
"color-error": "#DC2626",
"color-warning": "#D97706",
"font-family": "Inter, sans-serif",
"font-size-pixels": 16,
"margin-pixels": 16,
"padding-pixels": 16,
"border-radius": "rounded",
"icon-style": "baseline",
"powered-by": "Powered by ACME",
"email-sender": "noreply@acme.com"
}'