{
"id": 1024,
"title": "小博主",
"type": 0,
"content": "半生编码",
"status": 1
}curl --location --request POST '/admin-api/system/notice/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1024,
"title": "小博主",
"type": 0,
"content": "半生编码",
"status": 1
}'{
"code": 0,
"data": 0,
"msg": "string"
}