curl --location --request POST '/get_essence_msg_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"group_id": 0
}'{
"status": "ok",
"retcode": 0,
"data": [
{
"msg_seq": 0,
"msg_random": 0,
"sender_id": 0,
"sender_nick": "string",
"operator_id": 0,
"operator_nick": "string",
"message_id": 0,
"operator_time": 0,
"content": [
{}
]
}
],
"message": "string",
"echo": "string",
"wording": "string",
"stream": "stream-action"
}