Authorization: Bearer ********************
{
"seq": "string",
"sn": "string"
}
curl --location --request POST 'http://localhost:8080/ess/vpp/cmd/power96-end' \
--header 'Content-Type: application/json' \
--data-raw '{
"seq": "string",
"sn": "string"
}'
{
"code": 200,
"msg": null,
"data": null
}