Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"leaf": true,
"name": "string",
"nameCn": "string",
"nameValue": "string",
"pid": 0,
"recordCount": 0,
"status": 0,
"tableId": 0,
"tableName": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/admin/datacenter/table/content/dict/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"id": 0,
"leaf": true,
"name": "string",
"nameCn": "string",
"nameValue": "string",
"pid": 0,
"recordCount": 0,
"status": 0,
"tableId": 0,
"tableName": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"property1": {},
"property2": {}
}