{
"configId": 0,
"configKey": "string",
"configName": "string",
"configType": "string",
"configValue": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"params": {},
"remark": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST '/api/system/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"configId": 0,
"configKey": "string",
"configName": "string",
"configType": "string",
"configValue": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"params": {},
"remark": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"property1": {},
"property2": {}
}