Authorization: Bearer ********************curl --location --request POST 'https://connect.dispatchable.com/jobs/api/v1/work-orders//assign' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_uuid": "11111111-2222-3333-4444-555555555555",
"agent_uuid": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
}'