curl --location --request GET 'https://api.jaxing.cc/v2/Translate/Tencent?SourceText=I am a fool&Source=auto&Target=zh'
{ "code": "ok", "data": { "Response": { "RequestId": "2c4d2fe0-5c30-4f07-b790-8db9030dc4ed", "Source": "en", "Target": "zh", "TargetText": "我是个傻瓜" } }, "msg": "翻译接口请求成功" }