curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/phones/models//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"device-models-brand": "string",
"device-models-model": "string",
"device-models-type": "Device",
"device-models-config-format": "string",
"device-models-https-enabled": "yes",
"device-models-tftp-enabled": "yes",
"device-models-count-buttons": 0,
"device-models-fxs-support-enabled": 0,
"device-models-fxo-support-enabled": 0,
"device-models-trunk-support-enabled": 0,
"device-models-directory-support-enabled": "yes",
"device-models-presence-support-enabled": "yes",
"device-models-shared-line-support-enabled": "yes",
"device-models-sidecar-support-enabled": "yes",
"device-models-resync-support-enabled": "yes",
"device-models-encryption-support-enabled": "yes",
"device-models-firmware-support-enabled": "yes",
"device-models-firmware-options": "string",
"device-models-overrides-blob": "string",
"device-models-description": "string",
"device-models-visible-in-portal": "yes"
}'