curl --location --request GET 'https://cgv-prd-last-tracking-points-api.contele.io/api/v1/trackings-route-date?start_date&end_date&vehicle_id' \
--header 'x-api-key;'
{
"trackings": [
{
"driver_id": "string",
"horimeter": "string",
"idle": 0,
"ignition": 0,
"lat": 0,
"lng": 0,
"odometer": 0,
"organization_id": 0,
"speed": 0,
"timestamp": "string",
"vehicle_id": 0
}
]
}