Authorization: Bearer ********************
{
"territory": "MyReseller",
"description": "Acme UCaaS Services Unlimited!"
}
curl --location -g --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/resellers/{{reseller}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"territory": "MyReseller",
"description": "Acme UCaaS Services Unlimited!"
}'