{
"RoleId": 0,
"details": "string",
"deviceId": "string",
"id": "string",
"level": "string",
"name": "string",
"orgId": 0,
"owner": "string",
"productId": "string",
"state": "string",
"time": "2019-08-24T14:15:22Z",
"type": "string"
}
curl --location --request PUT 'http://101.35.247.125:7788/device/alarm' \
--header 'Content-Type: application/json' \
--data-raw '{
"RoleId": 0,
"details": "string",
"deviceId": "string",
"id": "string",
"level": "string",
"name": "string",
"orgId": 0,
"owner": "string",
"productId": "string",
"state": "string",
"time": "2019-08-24T14:15:22Z",
"type": "string"
}'
{}