Authorization: Bearer ********************
{
"type": 0,
"cityCode": "string"
}
curl --location --request POST 'http://localhost:8080/ess/screen/overview/chargeearnings/rank' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0,
"cityCode": "string"
}'
{
"data": {
"rankCurve": [
{
"stationName": "",
"stationId": "",
"orderVal": ""
}
]
},
"code": 0,
"msg": ""
}