Authorization: Bearer ********************{
"message_id": 0
}curl --location 'http://127.0.0.1:3000/get_msg' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"message_id": 0
}'{
"status": "string",
"retcode": 0,
"data": {
"self_id": 0,
"user_id": 0,
"time": 0,
"message_id": 0,
"real_id": 0,
"message_seq": 0,
"message_type": "string",
"sender": {
"user_id": 0,
"nickname": "string",
"card": "string",
"role": "string",
"title": "string"
},
"raw_message": "string",
"font": 0,
"sub_type": "string",
"message": [
{
"type": "string",
"data": {
"text": "string"
}
}
],
"message_format": "string",
"post_type": "string",
"group_id": 0,
"status": "normal"
},
"message": "string",
"wording": "string"
}