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