curl --location -g --request PUT 'https://tender.whyb.it:8443/v1/vehicles/update/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"company_id": "66f28782181daa1f38da8961",
"car": {
"plate": "FC365NN",
"adr": {
"is": true,
"details": "a59"
},
"body": {
"type": "telonato",
"details": true
},
"brand": "Opel",
"capi_appesi": {
"is": true,
"details": "2"
},
"cinghie": true,
"driver": "Sebastian Hriscu",
"european_standard": "eur5",
"fuel_type": "gasoline",
"gps": true,
"height": 110,
"length": 150,
"max_pallets": 0,
"max_payload": 100,
"model": "Corsa",
"phone_nr": "3345982453",
"production_year": "2011",
"sigillabile": true,
"sponda_idraulica": true,
"width": 90
}
}'