Authorization: Bearer ********************curl --location --globoff 'https://connect.dispatchable.com/jobs/api/v1/clientJobs/{{client_job_uuid}}/assign' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"team_uuid": "66666666-6666-6666-6666-666666666666",
"agent_uuid": "77777777-7777-7777-7777-777777777777"
}'{}