Authorization: Bearer ********************curl --location '/v2/queries/clients///cars/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"ownership": "arrendada; propria; parceria; de_sociedade",
"code": "string"
}'{
"createdCars": [
{
"_id": "string",
"name": null,
"totalArea": 0,
"state": "string",
"city": "string",
"geo": [
{
"geoJson": {
"type": "string",
"coordinates": [
0
]
},
"area": 0,
"tipo": "string"
}
],
"productiveArea": 0,
"ownership": "string"
}
],
"message": [
{}
]
}