{
"classid": "string",
"ids": [
"string"
]
}curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/pu/multi/ownerclass' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"classid": "string",
"ids": [
"string"
]
}'{
"code": 0,
"msg": "string"
}