Authorization: Bearer ********************
{
"synchronous": "no",
"site": "New York"
}
curl --location -g --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains/{{domain}}/sites/' \
--header 'Content-Type: application/json' \
--data-raw '{
"synchronous": "no",
"site": "New York"
}'
{
"code": 0,
"message": "string"
}