reseller, hostname, brand-name, description, currently-active. No styling fields or assets.Authorization: Bearer ********************reseller, hostname, brand-name, description, and currently-active are populated.curl --location -g --request GET 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/{{reseller}}/brands/list' \
--header 'Authorization: Bearer <token>'[
{
"reseller": "acme",
"hostname": "portal.acme.com",
"brand-name": "ACME Blue",
"description": "Blue theme",
"currently-active": 1
}
]