curl --location --request POST 'http://aawt.192.iamjoy.cn/index.php?s=/api/chat/wr_speech_to_text' \
--form 'file_path="uploads/tts/334588000000156/20240801/1722507084tts.mp3"'
{
"code": 1,
"msg": "返回成功",
"data": {
"text": "你好,请问微软的文字转语音怎么对接,怎么个流程?"
}
}