token: ********************
{
"id": 0,
"time": "string",
"companyId": 0,
"deviceId": 0,
"bakingRoom": "string",
"alarmType": 0,
"rectificationType": 0,
"createTime": "string",
"updateTime": "string",
"deleted": 0
}
curl --location --request POST 'http://127.0.0.1:8091/clean/eqgas/updateAlarm' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"id": 0,
"time": "string",
"companyId": 0,
"deviceId": 0,
"bakingRoom": "string",
"alarmType": 0,
"rectificationType": 0,
"createTime": "string",
"updateTime": "string",
"deleted": 0
}'
{}