http://{URL}/boards/{board_id}
{ "boardId": 1, "title": "제목", "content": "내용" "user": { "userId": 1, "name": "박재성" } }
[ { "boardId": 1, "title": "제목", "content": "내용" "user": { "userId": 1, "name": "박재성" } }, { "boardId": 2, "title": "제목2", "content": "내용2" "user": { "userId": 2, "name": "김재훈" } } ]