curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/deviceprofiles//' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"device-models-brand": "string",
"device-models-model": "string",
"device-models-type": "phone",
"profile-page-count": 0,
"profile-sidecar-support": "string",
"buttons": [
{
"profile-button-index": 0,
"profile-button-type": "string",
"profile-button-position": "string",
"profile-button-settings": "string"
}
]
}'