curl --location --request GET '/admin-api/charging/microgridPipe/stationInfo' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"stationCount": 0,
"stationPipeCount": 0
},
"msg": "string"
}