{
"no_cache": false
}curl --location --request POST 'http://127.0.0.1:3000/api/get_group_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"no_cache": false
}'{
"status": "ok",
"retcode": 0,
"data": {
"groups": [
{
"group_id": -9007199254740991,
"group_name": "string",
"member_count": -2147483648,
"max_member_count": -2147483648
}
]
},
"message": "string"
}