curl --location 'https://connect.dispatchable.com/jobs/api/v1/jobVisits' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_job_uuid": "{{client_job_uuid}}",
"title": "Initial Site Visit",
"instructions": "Inspect equipment and confirm install area",
"start_date": "2026-03-10",
"end_date": "2026-03-10",
"start_time": "09:00:00",
"end_time": "10:00:00",
"schedule_later": false,
"any_time": false,
"status": "scheduled",
"assigned_users": [
"88888888-8888-8888-8888-888888888888",
"99999999-9999-9999-9999-999999999999"
]
}'