curl --location --request POST 'http://aawt.192.iamjoy.cn/?s=/api/microsoft/getDetect' \
--form 'text="hello"'
{
"code": 1,
"msg": "返回成功",
"data": [
{
"isTranslationSupported": true,
"isTransliterationSupported": false,
"language": "en",
"score": 1
}
]
}