curl --location --request GET 'https://api.cloud-services.yuv.com.br/alarms' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceImei": "12345678",
"startDate": "2025-08-13 00:00:00",
"endDate": "2025-08-13 23:59:59",
"page": 1
}'{
"currentPage": 1,
"data": [
{
"deviceImei": "12345678",
"assetPrefix": "123",
"assetIdentifier": "IFU2718",
"driverId": 2,
"driverName": "João Francisco",
"customerName": "",
"alarmName": "Distração",
"alarmLatitude": "-19.535233",
"alarmLongitude": "-42.667904",
"alarmTime": "2025-08-13 02:57:35",
"alarmFiles": [
"https://link-to-alarm.com"
]
}
],
"lastPage": 1,
"perPage": 20,
"total": 1
}