POST /brand-defaults with the brand taken from the path.Super User.Authorization: Bearer ********************202 when synchronous=yes.curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/brand-defaults/?overwrite=undefined&synchronous=undefined&synchronous-timeout=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"default-server": "string",
"default-name": "string",
"default-value": "string",
"default-description": "string"
}'[
{
"default-name": "string",
"default-brand": "string",
"default-server": "string",
"default-applied": "yes"
}
]