Authorization: Bearer ********************
{ "token": "string", "tittle": "string", "type": "string", "content": "string" }
curl --location --request POST '/open/notice/' \ --header 'Content-Type: application/json' \ --data-raw '{ "token": "string", "tittle": "string", "type": "string", "content": "string" }'
{ "data": { "errcode": 0, "errmsg": "ok" }, "message": "请求成功", "type": "success", "code": 0 }