curl --location --request DELETE '/teams/delete' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"team_id": "string"
}'{"success":false,"message":"Invalid token","result":null,"errors":null,"except":null}