curl --location --request POST '/get_essence_msg_list' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": "123456"
}'{
"status": "ok",
"retcode": 0,
"data": [
{
"message_id": 123456,
"sender_id": 123456,
"sender_nick": "昵称",
"operator_id": 123456,
"operator_nick": "昵称",
"operator_time": 1710000000,
"content": "精华内容"
}
],
"message": "",
"wording": "",
"stream": "normal-action"
}