currently-active=0. The new brand ID is deterministic: MD5(new-hostname + reseller + new-domain + new-brand-name).Authorization: Bearer ********************curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/acme/brands/portal.acme.com/ACME Blue/copy' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"new-brand-name": "ACME Blue v2",
"new-hostname": "app.acme.com",
"new-domain": "*",
"domain": "*"
}'