{
"title": "title123",
"content":"13456"
}curl --location --request POST '/sysNotice/create' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "title123",
"content":"13456"
}'{}