{
"words": [
"word",
"message",
"group"
]
}
curl --location --request POST '/translate_en2zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"words": [
"word",
"message",
"group"
]
}'
{
"status": "ok",
"retcode": 0,
"data": [
"单词",
"讯息",
"群组"
],
"message": "",
"wording": "",
"echo": null
}