Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/station2/all' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": [
{
"stationId": 0,
"stationName": "",
"stationType": 0,
"stationCode": "",
"stationStatus": 0,
"stationAddress": "",
"longitude": "",
"latitude": "",
"capacity": 0,
"totalPower": 0
}
]
}