Authorization: Bearer ********************curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/phones' \
--header 'Authorization: Bearer <token>' \
--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"
}