curl --request POST \
--url https://api.ai2fin.com/api/vehicles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"make": "<string>",
"model": "<string>",
"year": 123,
"registrationNumber": "<string>",
"businessUsePercentage": 123
}
'