curl --location --request POST '/v1/account/groups/get_info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 4438
}'{
"data": {
"avatar_url": null,
"id": 4438,
"team_id": 737,
"title": "New Group"
},
"object": "group"
}