https://documenter.getpostman.com/view/25607734/2s935kPm4y 분류텍스트HTTP METHODAPI ENDPOINT회원가입회원가입 요청POST/signup로그인로그인 요청POST/login로그인로그인 여부 확인GET/isLogin메인 페이지메인 페이지 게시물 로드GET/posts/m?index={index}메인 페이지인기글 로드GET/posts/m/popular?index={index}메인 페이지키워드로 게시물 검색GET/posts/m/search?index={index}&hashtag={hashtag}&type={type}&model={model}메인 페이지모든 태그 검색GET/search?keyword={keyword}프로필 페이지유저 프로필 페이지GET/profile?nickname={nickname}프로필 페이지닉네임 변경PATCH/profile/modify/{nickname}프로필 페이지비밀번호 변경PATCH/profile/modify/password프로필 페이지로그아웃POST/profile/logout프로필 페이지팔로우 리스트 요청GET/profile/followers?nickname={nickname}프로필 페이지팔로잉 리스트 요청GET/profile/followings?nickname={nickname}프로필 페이지팔로워 삭제 요청DELETE/profile/follower?follower={follower}프로필 페이지팔로우/언팔로우 요청POST/profile/follow글 상세 페이지게시글 정보 요청GET/post?postId={postId}글 상세 페이지좋아요/좋아요취소 요청POST/post/like글 상세 페이지글 삭제 요청DELETE/post/{postId}글 작성 페이지글 생성POST/post글 작성 페이지해시태그 검색GET/search/hashtag?keyword={keyword}글 작성 페이지차량 종류 전체 조회GET/type글 작성 페이지차량 모델 전체 조회GET/model글 수정 페이지글 수정 후 수정 내용 업데이트PATCH/postUrl홈페이지 : /로그인 페이지 : /login회원가입 페이지: /signup프로필 페이지 : /profile/[nickname]글 상세 페이지 : /post/[postId]글 작성 페이지 : /post/new글 수정 페이지 : /post/[postId]/edit