Authorization: Bearer ********************curl --location '/v2/queries/clients///cars?page=undefined' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"_id": "string",
"car": "string",
"name": null,
"state": "string",
"city": "string",
"geo": [
{
"geoJson": {
"coordinates": [
{}
]
}
}
],
"totalArea": 0,
"productiveArea": 0,
"ownership": "string",
"vti": {
"mean": 0,
"status": "string"
}
}
],
"properties": 0,
"totalArea": 0,
"productiveArea": 0,
"totalVti": 0
}