curl --location --request POST '/get_group_honor_info' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456",
"type": "all"
}'{
"status": "ok",
"retcode": 0,
"data": {
"group_id": 123456,
"current_talkative": {},
"talkative_list": []
},
"message": "",
"wording": "",
"stream": "normal-action"
}