Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/station2/charge-data/' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": [
{
"disDate": "",
"chargePower": 0.0,
"dischargePower": 0.0,
"efficiency": 0.0,
"planDischargePower": 0.0,
"gePower": 0.0
}
]
}