curl --location '/api/translation/translate/' \ --data-urlencode 'text=Hello world' \ --data-urlencode 'to_lang=zh-CHS'
{ "code": 10000, "message": "成功", "data": { "text": "Packet capture", "from": "auto", "to": "en" } }