curl --location --request PATCH 'https://connect.dispatchable.com/custom_modules/api/v1/records/42cd6497-4045-4f4f-b17a-05ca589d2c43' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"module_uuid": "851a5643-87a3-4a78-b596-b4f1b35f1338",
"payload": {
"vin": "1HGCM82633A004352",
"year": 2022,
"price": "14500.00",
"operable": true,
"pickup_date": "2025-10-10",
"pickup_time": "2025-10-10 14:00:00",
"notes": "Runs great.",
"customer": {
"record_uuid": "8df0f8d0-3b7b-41bb-8d6a-ef1fd4d2c9a2"
}
}
}'