currently-active=0.Authorization: Bearer ********************curl --location --request POST 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/acme.com/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": "*"
}'