{
"pipeSn": "string",
"reservationId": 0,
"evseId": 0
}
curl --location --request POST '/admin-api/charging/pipe/cancelReservationRequest' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"pipeSn": "string",
"reservationId": 0,
"evseId": 0
}'
{
"code": 0,
"data": "string",
"msg": "string"
}