Search
Duplicate

보드 생성

Http Method
POST
request
{ "title": "게시글 제목" "author": "작성자명" "content": "게시글 내용" }
response
{ “msg” : “리뷰 작성 성공했습니다”, “status” : “201” }