POST /v1/account/teams/get_list — the gate accepts both methods on this path and routes them to the same handler.curl --location 'https://api.pibox.com/v1/account/teams/get_list'{
"data": [
{
"avatar_url": null,
"id": 737,
"name": "Test team",
"object": "team",
"organization_id": 371
}
],
"object": "list"
}