Authorization: Bearer ********************{
"deviceType": "1"
}curl --location --request POST '/api/services/app/device/alarmThreshold/getItem' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"deviceType": "1"
}'[
{
"propertyName": "string",
"description": "string"
}
]