curl --location --request POST 'http://test-apisix.taolihanyu.net/video/app-api/v2/video-info/aacToMp3AndSentenceEvaluation' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--form 'file=@""'{
"code": "",
"data": {
"fileUrl": "",
"soeJsonFormatBO": {
"suggestedScore": 0,
"pronAccuracy": 0,
"pronFluency": 0,
"pronCompletion": 0,
"jsonWordScoreBOList": [
{
"word": "",
"pinyin": "",
"score": 0,
"jsonSyllableBOList": [
{
"pronAccuracy": 0,
"syllable": ""
}
]
}
]
}
},
"msg": "",
"total": 0
}