curl --location --request POST '/get_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": 123456
}'{
"status": "ok",
"retcode": 0,
"data": {
"time": 1710000000,
"message_type": "group",
"message_id": 123456,
"real_id": 123456,
"sender": {
"user_id": 123456789,
"nickname": "昵称"
},
"message": "hello"
},
"message": "",
"wording": "",
"stream": "normal-action"
}