curl --location --request PUT 'https://connect.dispatchable.com/dispatches/api/v1/vehicle-damage-records/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"load_uuid": "a414daf9-9dcc-4cd5-85a1-22e34996def0",
"vehicle_uuid": "9f0c2d14-6e8f-4c3a-8b73-4d91c0b2e1f7",
"inspection_type": "pickup",
"diagram_key": "vehicle_top",
"diagram_version": "1",
"marks": [
{
"damage_type": "s",
"nx": 0.400112,
"ny": 0.299991,
"occurred_at": "2026-01-28T20:05:01Z",
"notes": "Reclassified as scratch"
}
]
}'