curl --location --request POST 'https://m1.apifoxmock.com/m1/1551143-0-default/system/notice' \
--header 'Authorization: Bearer {{token_access}}' \
--header 'Referer: https://mask-api-midwayjs.apifox.cn/api-45324274' \
--header 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.95 Safari/537.36' \
--header 'Content-Type: application/json' \
--data-raw '{
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"statusFlag": "string",
"remark": "string"
}'