{
"terminalType": 0,
"jsonData": {
"key": {}
},
"overwrite": "false"
}
curl --location --request POST 'http://localhost:8080/i18nKey/batchAddKey' \
--header 'Content-Type: application/json' \
--data-raw '{
"terminalType": 0,
"jsonData": {
"key": {}
},
"overwrite": "false"
}'
{
"code": 200,
"msg": null,
"data": null
}