curl --location 'https://connect.dispatchable.com/jobs/api/v1/jobExpenses' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_job_uuid": "{{client_job_uuid}}",
"item_name": "Copper Fittings",
"accounting_code": "SUP-100",
"description": "Fittings purchased for line set",
"expense_date": "2026-03-10",
"total": 74.95,
"reimbursement_type": "reimbursable",
"receipt_name": "receipt-1001.pdf",
"receipt_path": "receipts/receipt-1001.pdf",
"receipt_disk": "public"
}'