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