{ "userNoticeId": 0, "read": true }
curl --location --request PUT '/system/notice/changeStatus' \ --header 'Content-Type: application/json' \ --data-raw '{ "userNoticeId": 0, "read": true }'
{ "msg": "string", "code": 0 }