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