curl --location -g --request POST 'https://www.autozod.app/api/agent/delete' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 1000,
"agent_id": "6194ab212d469149a07bdf52",
"password": "sdfsdf"
}'{}