Authorization: Bearer ********************curl --location --request GET 'https://connect.dispatchable.com/jobs/api/v1/work-orders' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"data": [
{
"uuid": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
"work_order_number": "WO-20260215-ABC123",
"title": "Install New AC Unit",
"status": "scheduled",
"priority": "normal"
}
]
}