Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/station2/query-strategy-set-num' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": {
"strategyDifferentNum": 0,
"strategyNoSetNum": 0,
"elePriceNoSetNum": 0,
"strategyIsSet": 0,
"strategyIsIssued": 0
}
}