Authorization: Bearer ********************curl --location --request POST '/get_forward_msg' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": 0
}'{
"status": "ok",
"retcode": 0,
"data": {
"messages": [
{}
]
},
"message": "string",
"echo": "string",
"wording": "string",
"stream": "stream-action"
}