curl --location --request PUT '/system/notice' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": null,
"createByName": "1",
"createDept": "103",
"createTime": "2024-09-10 11:59:42",
"noticeContent": "旧版本内容消失了",
"noticeId": "3",
"noticeTitle": "温馨提醒:2018-07-01 新版本发布啦",
"noticeType": "2",
"remark": "管理员",
"status": "0",
"tenantId": "000000",
"updateBy": null,
"updateTime": null
}'