[
{
"id": 0,
"enable": true
}
]
curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/pu/alert/in/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"enable": true
}
]'
{
"code": 0,
"msg": "string"
}