address is the account address of the group policy.
QueryGroupPolicyInfoResponse is the Query/GroupPolicyInfo response type.
GET /cosmos/group/v1/group_policy_info/{address} HTTP/1.1 Host: coreum.nownodes.io Accept: */*
A successful response.
{ "info": { "address": "text", "group_id": "text", "admin": "text", "metadata": "text", "version": "text", "decision_policy": { "@type": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }, "created_at": "2025-04-23T18:43:59.009Z" } }