Authorization: Bearer ********************curl --location --globoff --request PUT 'https://connect.dispatchable.com/jobs/api/v1/jobEntries/{{job_entry_uuid}}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"end_time": "12:00:00",
"notes": "Extended work to complete testing"
}'{}