curl --location --request PATCH '/alarm/records?page=1&limit=10&statuses=pending%2Cresolved%2Cignored&levels=1%2C2%2C3%2C4&alarm_ids=undefined&fences=undefined&areas=undefined'{
"items": [
{
"alarm_id": "68bc458480be980a55409e76",
"id": "68bc467cf629f10e30b72a0c",
"level": 4,
"status": "resolved",
"position": [
107.738268,
29.859736,
0.0
],
"area": 0,
"fence": 0,
"users": [
"hulupug"
],
"macs": [
7566811
],
"data": 5.1527762e-20,
"created_at": 2311274983201964441,
"updated_at": 409
}
],
"pagination": {
"total_count": 1,
"total_pages": 1,
"current_page": 1,
"items_per_page": 10
}
}