curl --location 'https://api.firsteld.com/openapi/ifta/?page=undefined&page_size=undefined&vehicleIds=undefined&startedAfter=undefined&startedBefore=undefined'{
"count": 10,
"page_size": 123,
"previous": null,
"current": 1,
"next": 2,
"results": [
{
"results": [
{
"vehicle_id": "770e8400-e29b-41d4-a716-446655440002",
"items": [
{
"state": "TX",
"miles": 1250
},
{
"state": "OK",
"miles": 450
}
]
}
]
}
]
}