[
"string"
]
curl --location --request DELETE '/admin-api/charging/station/deleteList' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '[
"string"
]'
{
"code": 0,
"data": true,
"msg": "string"
}