curl --location --request GET 'https://api.cloud-services.yuv.com.br/gps' \
--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": [
{
"assetPrefix": "123",
"assetIdentifier": "IFU2718",
"gpsLatitude": "-19.531698",
"gpsLongitude": "-42.667206",
"gpsIgnition": 1,
"gpsAddress": "Avenida Belo Horizonte, 310, Vila Cachoeira do Vale, Timóteo, Minas Gerais",
"gpsTime": "2025-08-13 02:59:40",
"gpsSpeed": 0,
"driverId": 1,
"driverName": "João Francisco",
"driverIdentifier": "154872"
}
],
"lastPage": 1,
"perPage": 20,
"total": 1
}