curl --request POST \
--url https://www.manglai.io/api/v1/vehicles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"type": "<string>",
"companyId": "<string>",
"buildingId": "<string>",
"licencePlate": "<string>",
"vehicleCategoryId": "<string>",
"motorType": "<string>",
"fuelTypeId": "<string>",
"transportType": "<string>",
"vehicleTransportSize": "<string>",
"control": "<string>",
"operationalControl": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"brand": "<string>",
"class": "<string>",
"model": "<string>",
"removedAt": "2023-11-07T05:31:56Z",
"isGeneric": true
}
'