group_id is the unique ID of the group.
QueryGroupInfoResponse is the Query/GroupInfo response type.
GET /cosmos/group/v1/group_info/{group_id} HTTP/1.1 Host: kava.nownodes.io Accept: */*
A successful response.
{ "info": { "id": "text", "admin": "text", "metadata": "text", "version": "text", "total_weight": "text", "created_at": "2025-04-23T18:09:58.529Z" } }