{
"personId": 0,
"avDeviceIdList": [
"string"
]
}
curl --location --request PUT '/v1/sysPersonnelPermission/updateAvDevice' \
--header 'Content-Type: application/json' \
--data-raw '{
"personId": 0,
"avDeviceIdList": [
"string"
]
}'
{
"message": "",
"code": 0,
"data": {},
"msgData": {}
}