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