{
"fromLanguage": "zh",
"toLanguage": "zs",
"type": "0",
"isEnabled": "1"
}
curl --location --request POST 'http://localhost:8080/xd/translate/configureReceiverLanguage' \
--header 'token: 9fac32b8a37d4a4ba30115b164357328' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromLanguage": "zh",
"toLanguage": "zs",
"type": "0",
"isEnabled": "1"
}'
{
"msg": "操作成功",
"code": 200,
"data": true
}