팀 노션 모음집
/
심화 프로젝트
/
이게공주조
/
설계 페이지
/
보드&컬럼 API
/
보드 생성
Search
Duplicate
보드 생성
Http Method
POST
URL
api/boards
request
{ "title": "게시글 제목" "author": "작성자명" "content": "게시글 내용" }
response
{ “msg” : “리뷰 작성 성공했습니다”, “status” : “201” }