curl --location '/fetch_ptt_text' \
--header 'Content-Type: application/json' \
--data '{
"message_id": 123456
}'{
"status": "ok",
"retcode": 0,
"data": {
"text": "hello"
},
"message": "",
"wording": "",
"stream": "normal-action"
}