Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/station2/overview/' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": {
"totalPower": 0.0,
"soc": "",
"efficiency": 0.0,
"chargeTotal": 0.0,
"dischargeTotal": 0.0,
"earningsTotal": 0.0,
"geTotal": 0.0
}
}