Authorization: Bearer ********************curl --location 'https://connect.dispatchable.com/jobs/api/v1/jobLineItems' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"client_job_uuid": "{{client_job_uuid}}",
"name": "Thermostat",
"description": "Smart thermostat install",
"quantity": 1,
"unit_cost": 110,
"unit_price": 189,
"is_taxable": true,
"tax_rate": 7,
"notes": "Customer approved add-on",
"status": "pending",
"sort_order": 2
}'{}