profile-create-source: custom, the value NDP's upgrade scripts treat as "operator row, do not overwrite". Published on ndp_config_events.Super User.Authorization: Bearer ********************202 means published, not applied.curl --location '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"
}
]
}'{
"code": 0,
"message": "string"
}