{
"os_id": "string",
"ct_user_id": 0,
"action": "string",
"alarm_events": "string"
}
curl --location --request POST '/api/alarm_event/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"os_id": "string",
"ct_user_id": 0,
"action": "string",
"alarm_events": "string"
}'
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
"string"
]
}