{
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string",
"noticeId": 1
}
curl --location --request PUT 'http://localhost:8080/system/notices/' \
--header 'Content-Type: application/json' \
--data-raw '{
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string",
"noticeId": 1
}'
{
"code": 0,
"msg": "",
"data": null
}