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