curl --location -g --request PUT '/vehicles/{{$number.int(min=1)}}' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"make": "Toyota",
"model": "Corolla",
"color": "Red",
"year": 2024,
"licenseplate": "10-TST-9"
}'{
"status": "Success",
"vehicle": {
"id": "14195",
"user_id": "8591",
"license_plate": "NA-714-U",
"make": "Fiat",
"model": "500X",
"color": "Gold",
"year": 2024,
"created_at": "2024-07-11",
"updated_at": "2025-07-11"
}
}