curl --location --request GET 'https://api.cloud-services.yuv.com.br/occurrence' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"alarms": [
1,
2,
3
],
"deviceImeis": [
"12345678",
"56781234"
],
"customerIds": [
1
],
"startDate": "2026-01-01 00:00:00",
"endDate": "2026-01-01 23:00:00",
"page": "1"
}'{
"currentPage": 1,
"data": [
{
"alarmType": "Fadiga",
"assetPrefix": "TEST",
"assetIdentifier": "1234TEST",
"customerName": "Customer Example",
"deviceImei": "12345678",
"occurrenceId": 1234,
"occurrenceLastAlarmAt": "2026-01-01 10:53:00",
"occurrenceStatus": "SEM RISCO"
}
],
"lastPage": 1,
"perPage": 20,
"total": 1
}