curl --location --request POST '/v1/account/groups/get_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 737
}'{
"data": [
{
"avatar_url": null,
"id": 1796,
"team_id": 737,
"title": "Private chats"
},
{
"avatar_url": null,
"id": 1797,
"team_id": 737,
"title": "API TEST"
}
],
"object": "list"
}