curl --location --request POST '/translate_en2zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"words": [
"hello"
]
}'{
"status": "ok",
"retcode": 0,
"data": {
"words": [
"你好"
]
},
"message": "",
"wording": "",
"stream": "normal-action"
}