curl --location --request POST 'http://127.0.0.1:3000/voice_msg_to_text?message_id' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_id": 1365471751
}'
{
"status": "ok",
"retcode": 0,
"data": {
"text": "这个应该能可以。"
},
"message": "",
"wording": ""
}