curl --location --request GET '/admin-api/charging/homePage/overviewOfChargingGunStatus?type&stationId&id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": [
{
"key": 0,
"value": "string",
"label": "string",
"scale": "string"
}
],
"msg": "string"
}