{
"pipeSn": "string",
"operationalStatus": "Inoperative",
"evse": {
"id": 0,
"connectorId": 0
}
}
curl --location --request POST '/admin-api/charging/pipe/changePortAvailabilityRequest' \
--header 'Authorization: {{authorization}}' \
--header 'Accept-Language: zh-CN' \
--header 'Content-Type: application/json' \
--data-raw '{
"pipeSn": "string",
"operationalStatus": "Inoperative",
"evse": {
"id": 0,
"connectorId": 0
}
}'
{
"code": 0,
"data": "string",
"msg": "string"
}