공지사항 등록

POST /api/notice/new

admin 계정으로 공지사항 작성

Request Header

{
    "Authorization" : String
}

Request Body

{
    "memberId" : Long,
    "title" : String,
    "content" : String
}

Response Body

{
    "noticeId" : Long
}

Last updated