curl --request PUT \
--url https://app.coverwhale.com/api/v1/submission/{displayId}/{transactionId}/vehicle/{vehicleId} \
--header 'AccessToken: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"vehicle_id_number": "<string>",
"year": 2020,
"make": "<string>",
"model": "<string>",
"class": "<string>",
"value": 45000,
"body_type": "<string>",
"deductible": 123
}
'