API 간단문서 - ON-SOPT-Team10/Picknic-Server GitHub Wiki
<프로필페이지>
GET /profile (수진) -> profileImage, name, email
POST /profile (수진) -> profileImage (body)
<둘러보기>
GET /main { story : [storyIdx, image, title], feed : [feedIdx, tagIdx, image, title, contents, bookmarkCount, isBookmarked] }
GET /main/story (수진) -> [storyIdx, image, title]
GET /main/feed (준우) -> [feedIdx, tagIdx, image, title, contents, bookmarkCount, isBookmarked]
PUT /bookmark/:feedIdx (준우) -> [isBookmarked, bookmarkCount]