{
"guid": "string",
"conversation_id": "",
"msgid": "",
"voiceid": "",
"seqid": ""
}
curl --location --request POST '/msg/query_voice_text' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "string",
"conversation_id": "",
"msgid": "",
"voiceid": "",
"seqid": ""
}'
{"error_code": 0, "error_message": "ok", "data": {"text": "\u6d4b\u8bd5\u6d4b\u8bd5\u3002", "isend": true, "seqid": 0}}