Authorization: Bearer ********************
{
"stationId": 0,
"essId": 0,
"mpot": "string",
"aaotop": "string",
"dezo": "string",
"dsp": "string"
}
curl --location --request POST 'http://localhost:8080/ess/ess2/demand-control-set' \
--header 'Content-Type: application/json' \
--data-raw '{
"stationId": 0,
"essId": 0,
"mpot": "string",
"aaotop": "string",
"dezo": "string",
"dsp": "string"
}'
{
"code": 0,
"msg": "",
"data": {}
}