Open
Description
In /get_friends
API endpoint, we get details of friends along with a field groups which only contains groud_id and balance. But, it should contain group name as well so that the user can see the list of groups with group names instead of group_id.
It will be helpful if the response is similar to that of /get_groups
endpoint which contains members list with users name.