{
"deleteAllStatus": "2",
"readAllStatus": "2",
"noticeShowCreateTime": "1"
}curl --location --request PUT 'http://localhost:8080/operation/notice/edit/system/key' \
--header 'authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImFlZWVmMmNjLThjNmMtNDg2Zi04NzAyLTJjZTJmYTc5ZjY5MiJ9.xJUEZQk0yfDz5lVwHe1QXKr7c59HYZ1J1HjqTSiBwXYStRtrIeb_q4S3S-oN55GvdO2A7uw7VJ7FmC6gubCXBA' \
--header 'Content-Type: application/json' \
--data '{
"deleteAllStatus": "2",
"readAllStatus": "2",
"noticeShowCreateTime": "1"
}'{
"msg": "string",
"code": 0,
"data": {
"deleteAllStatus": "string",
"readAllStatus": "string"
}
}