{
"id": 1,
"status": 1,
"detailType": "znx"
}
curl --location --request PUT '/api/admin/system/notification/openClose' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"status": 1,
"detailType": "znx"
}'
{
"code": 200,
"message": "操作成功",
"data": {}
}