curl --location --request GET '/admin-api/charging/station-label-library/get?id=1024' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json'
{
"code": 0,
"data": {
"id": 29951,
"labelName": "李四",
"isEnable": true
},
"msg": "string"
}