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