curl --location --request GET 'https://api.topview.ai/v1/voice/text2voice/task/query?taskId=&needCloudFrontUrl=false' \
--header 'Topview-Uid;' \
--header 'Authorization;'{
"code": "string",
"message": "string",
"result": {
"taskId": "string",
"status": "string",
"errorMsg": "string",
"voice": {
"voiceId": "string",
"demoAudioUrl": "string"
}
}
}