{
"group_id": 0
}
curl --location --request POST '/get_group_info' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0
}'
{
"status": "ok",
"retcode": 0,
"data": {},
"message": "string",
"wording": "string",
"echo": "string"
}