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