Authorization: Bearer ********************curl --location --request PATCH '/v2/queries/clients/cars/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"active": false
}'{
"_id": "string",
"clientId": "string",
"queryId": "string",
"car": {
"car": "string",
"geo": [
{
"geoJson": {
"type": "string",
"coordinates": [
0
]
},
"area": 0,
"tipo": "string"
}
],
"owner": [
{
"nome": "string",
"taxId": "string"
}
],
"status": "string",
"taxMode": 0,
"enrollment": [
{
"registry": "string"
}
],
"name": null,
"city": "string",
"state": "string",
"description": null,
"totalArea": 0,
"productiveArea": 0,
"ownership": "string",
"cityIBGEId": 0
},
"agcheck": {
"prodes": [
{
"areaHectare": 0,
"year": 0
}
],
"settlement": true,
"indigenuosLands": true,
"ldi": true,
"quilombolaAres": true,
"preservAmbiental": true
},
"active": true,
"manually": true,
"createdAt": "string",
"updatedAt": "string"
}