Authorization: Bearer ********************curl --location 'https://connect.dispatchable.com/jobs/api/v1/jobEntries' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_job_uuid": "{{client_job_uuid}}",
"employee_uuid": "88888888-8888-8888-8888-888888888888",
"entry_date": "2026-03-10",
"start_time": "09:00:00",
"end_time": "11:30:00",
"notes": "Installed indoor unit and tested airflow",
"employee_cost_per_hour": 32.50
}'{}