Authorization: Bearer ********************curl --location --globoff --request PUT 'https://connect.dispatchable.com/jobs/api/v1/jobLineItems/{{job_line_item_uuid}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "Thermostat - Updated",
"quantity": 2,
"unit_price": 199,
"is_taxable": true,
"tax_rate": 7.5
}'{}