Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"deptId": 0,
"stationId": 0,
"essId": 0,
"configId": 0,
"warningTime": "string",
"actualCapacity": "string",
"offset": "string",
"isHandled": "string"
}
curl --location --request PUT 'http://localhost:8080/ess/capacity-warning' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"id": 0,
"deptId": 0,
"stationId": 0,
"essId": 0,
"configId": 0,
"warningTime": "string",
"actualCapacity": "string",
"offset": "string",
"isHandled": "string"
}'
{
"": {}
}