Authorization: Bearer ********************{
"no_cache": false
}curl --location 'http://127.0.0.1:3000/get_group_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"no_cache": false
}'{
"status": "string",
"retcode": 0,
"data": [
{
"group_id": 0,
"group_name": "string",
"group_memo": "string",
"group_create_time": 0,
"member_count": 0,
"max_member_count": 0,
"remark_name": "string",
"avatar_url": "string",
"owner_id": 0,
"is_top": true,
"shut_up_all_timestamp": 0,
"shut_up_me_timestamp": 0
}
],
"message": "string",
"wording": "string"
}