curl --location --request GET 'https://cgv-prd-last-tracking-points-api.contele.io/api/v1/get-specific-module-trackers?serial_number' \
--header 'x-api-key;'
{
"tracker_points": [
{
"odometer": 0,
"speed": 0,
"lat": 0,
"lng": 0,
"timestamp": "string",
"raw_timestamp": "string"
}
]
}