Authorization: Bearer ********************
{
"mac": "{{mac}}",
"server": "eng0-san",
"domain": "{{domain}}",
"notes": "my physical device (updated)",
"transport": "tls"
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//phones' \
--header 'Content-Type: application/json' \
--data-raw '{
"mac": "{{mac}}",
"server": "eng0-san",
"domain": "{{domain}}",
"notes": "my physical device (updated)",
"transport": "tls"
}'
{
"code": 0,
"message": "string"
}