{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"i18nKeyId": 0,
"locale": "string",
"value": "string",
"status": 0,
"langName": "string"
}
curl --location --request POST 'http://localhost:8080/i18nValue' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"i18nKeyId": 0,
"locale": "string",
"value": "string",
"status": 0,
"langName": "string"
}'
{
"": {}
}