{
"word": "Causal understanding is a defining characteristic of human cognition",
"from": "en",
"to": "jp"
}curl --location --request POST '/wordUser/translation' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"word": "Causal understanding is a defining characteristic of human cognition",
"from": "en",
"to": "jp"
}'{
"msg": "操作成功",
"code": 200,
"data": {
"translation": "因果理解は人類認知の決定的な特徴である",
"phonetic": "http://dict.youdao.com/dictvoice?le=jap&type=3&audio=因果理解は人類認知の決定的な特徴である"
}
}