curl --location -g --request POST 'https://www.autozod.app/api/task/assign' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 1000,
"agent_id": "68e52c450fc8a8559008b192",
"task_id": "68e5179cd83c8132ae014323"
}'{}