curl --location --request POST 'https://connect.dispatchable.com/jobs/api/v1/work-orders' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Install New AC Unit",
"description": "Replace existing HVAC system",
"work_order_type": "plumbing_and_hvac",
"priority": "high",
"scheduled_start_at": "2026-02-20T10:00:00Z",
"service_address1": "123 Main St",
"service_city": "Miami",
"service_state": "FL",
"service_zip": "33101",
"quoted_amount": 4500
}'