Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/station2/info?snCode' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": "",
"data": {
"stationId": 0,
"stationName": "",
"snCode": "",
"billingMode": ""
}
}