Authorization: Bearer ********************
{
"domain-type": "Residential",
"description": "This is a example Domain."
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/example.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"domain-type": "Residential",
"description": "This is a example Domain."
}'
{
"code": 0,
"message": "string"
}