{"info":{"_postman_id":"257c9266-aa05-4975-be27-df7c282d83e3","name":"Celebee","description":"<html><head></head><body><p>Celebee 웹 사이트 구현을 위한 API 명세서 입니다.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"27566438","collectionId":"257c9266-aa05-4975-be27-df7c282d83e3","publishedId":"2s9Y5YT3fE","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-28T05:59:12.000Z"},"item":[{"name":"유저","item":[{"name":"팔로우","item":[{"name":"팔로잉","id":"bcee6719-089f-40eb-ba89-83357f5ca25b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:8080/follows/2","description":"<p><a href=\"http://localhost:8080/members/%7Bmember-id%7D/follows\">http://localhost:8080/</a>follows/{toMemberId}</p>\n<p>toMemberId : 팔로우 하려는 회원의 id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["follows","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bcee6719-089f-40eb-ba89-83357f5ca25b"},{"name":"언팔로잉","id":"6d9b4ab9-645f-4077-b40d-f51a66bc6fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:8080/follows/2","description":"<p><a href=\"http://localhost:8080/members/%7Bmember-id%7D/follows\">http://localhost:8080/</a>follows/{toMemberId}</p>\n<p>toMemberId : 팔로우 취소하려는 회원의 id</p>\n","urlObject":{"protocol":"http","port":"8080","path":["follows","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d9b4ab9-645f-4077-b40d-f51a66bc6fa9"},{"name":"팔로워 숫자 조회","id":"8c003037-f0ab-4567-a99b-540a3da173e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/follows/follower/2","description":"<p>localhost:8080/follows/follower/{memberId}</p>\n","urlObject":{"port":"8080","path":["follows","follower","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c003037-f0ab-4567-a99b-540a3da173e8"},{"name":"팔로잉 숫자 조회","id":"6a37de22-f39d-453e-8497-f64d76c93540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/follows/following/1","description":"<p>localhost:8080/follows/following/{memberId}</p>\n","urlObject":{"port":"8080","path":["follows","following","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6a37de22-f39d-453e-8497-f64d76c93540"},{"name":"팔로워 목록","id":"aecf718d-f97e-4932-9d38-bdbcdc8c9a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/follows/followerList/2","description":"<p>localhost:8080/follows/followerList/{memberId}</p>\n","urlObject":{"port":"8080","path":["follows","followerList","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aecf718d-f97e-4932-9d38-bdbcdc8c9a9c"},{"name":"팔로잉 목록","id":"f75c900e-ea67-4629-8d22-4697ba23953e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/follows/followingList/1","description":"<p>localhost:8080/follows/followingList/{memberId}</p>\n","urlObject":{"port":"8080","path":["follows","followingList","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f75c900e-ea67-4629-8d22-4697ba23953e"}],"id":"fb010ce4-6c5d-49a8-96af-1b1afb41cad3","_postman_id":"fb010ce4-6c5d-49a8-96af-1b1afb41cad3","description":""},{"name":"회원가입","id":"462f4e3e-2223-4fdf-8e4b-64b9532aec17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"Oneday@gmail.com\",\n    \"nickname\" : \"하루살이\",\n    \"gender\" : \"female\",\n    \"password\" : \"1234567Days\"\n}","options":{"raw":{"language":"json"}}},"url":"http://3.39.76.109:8080/members","urlObject":{"protocol":"http","port":"8080","path":["members"],"host":["3","39","76","109"],"query":[],"variable":[]}},"response":[{"id":"3a206cf7-70a4-472a-9b45-344664e6eae0","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"Oneday@gmail.com\",\n    \"nickname\" : \"하루살이\",\n    \"gender\" : \"female\",\n    \"password\" : \"1234567Days\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 05 Sep 2023 17:11:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"memberId\": 0,\n    \"applicantId\": 0,\n    \"nickname\": \"하루살이\",\n    \"email\": \"Oneday@gmail.com\",\n    \"gender\": \"female\",\n    \"introduce\": \"기본 소개글\",\n    \"imageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/1.png\",\n    \"applicants\": []\n}"}],"_postman_id":"462f4e3e-2223-4fdf-8e4b-64b9532aec17"},{"name":"로그인","id":"d471bb34-5d3a-4311-a96f-e5b0c377ae25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"username\" : \"Oneday@gmail.com\",\n     \"password\" : \"1234567Days\"\n}","options":{"raw":{"language":"json"}}},"url":"http://3.39.76.109:8080/members/login","urlObject":{"protocol":"http","port":"8080","path":["members","login"],"host":["3","39","76","109"],"query":[],"variable":[]}},"response":[{"id":"375a82b9-240f-4f29-b3db-afc684a201b8","name":"로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n     \"username\" : \"Oneday@gmail.com\",\n     \"password\" : \"1234567Days\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/login"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjEsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTM0NzAyNTUsImV4cCI6MTY5Mzc3MDI1NX0.cpdHDUW3mIm58mN86s8aBN60-GAhF4ZjY_Q6xdM7zwJwrVXU8DshFgYe9UnNnSUR"},{"key":"Refresh","value":"eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJPbmVkYXlAZ21haWwuY29tIiwiaWF0IjoxNjkzNDcwMjU1LCJleHAiOjE2OTM3MjIyNTV9.-H-fWZ5zDsUWjdo_be_HsHldfHwxYgkFMLspPLKmh0TIX-zAWOUZcXm9pJB27dua"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Thu, 31 Aug 2023 08:24:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d471bb34-5d3a-4311-a96f-e5b0c377ae25"},{"name":"로그아웃","id":"12b8bb4a-1de0-4547-bb14-b62b4bbeed72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/logout","urlObject":{"protocol":"http","port":"8080","path":["members","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"12b8bb4a-1de0-4547-bb14-b62b4bbeed72"},{"name":"kakao 로그인페이지 팝업","id":"baec8f9a-c6de-422d-a1cb-d28eb7bd0832","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://kauth.kakao.com/oauth/authorize?response_type=code&client_id=f7f26eaa2223cfbd3da88212c84375c4&redirect_uri=http://celebee-bucket.s3-website.ap-northeast-2.amazonaws.com","description":"<p>redirect url은 향후 프론트엔드와 상의해서 변경 예정</p>\n","urlObject":{"protocol":"https","path":["oauth","authorize"],"host":["kauth","kakao","com"],"query":[{"key":"response_type","value":"code"},{"key":"client_id","value":"f7f26eaa2223cfbd3da88212c84375c4"},{"key":"redirect_uri","value":"http://celebee-bucket.s3-website.ap-northeast-2.amazonaws.com"}],"variable":[]}},"response":[],"_postman_id":"baec8f9a-c6de-422d-a1cb-d28eb7bd0832"},{"name":"카카오로그인","id":"79034feb-222a-442c-b610-4d735c58af7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"provider\": \"kakao\",\r\n    \"code\": \"yG_FaiokfiV6kNCAUNRrhWX1j_Xsw6FBlM2LK-Dx0-WnY8bJnCQu_aSCpDu0-tTe9bm3hwo9c00AAAGKaTez7g\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/oauth/login","urlObject":{"protocol":"http","port":"8080","path":["oauth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"79034feb-222a-442c-b610-4d735c58af7a"},{"name":"Access토큰 재요청","id":"513a6c43-8a88-4387-8a15-b62400d7ae14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refreshToken\":\"Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJnZ2FtZG9yaXNAZ21haWwuY29tIiwiaWF0IjoxNjk0NDU3Mzk0LCJleHAiOjE2OTQ3MDkzOTR9.8Mi6KqlnpcZA_3TBemF4Gmw_6cusrHETEPtiOD_AW_T91kjXvXI87efF4dlkW3j4\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/oauth/refresh","urlObject":{"protocol":"http","port":"8080","path":["oauth","refresh"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"513a6c43-8a88-4387-8a15-b62400d7ae14"},{"name":"회원정보 조회","id":"d4bd3b31-f5e2-4450-bc2a-6dc2d84a24e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/1","description":"<p><a href>http://localhost:8080/members/{member-email}</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["members","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3ad83982-0eac-425d-9e85-2c9a2abb4620","name":"회원정보 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/members/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 31 Aug 2023 16:04:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"memberId\": null,\n    \"nickname\": \"하루살이\",\n    \"email\": \"Oneday@gmail.com\",\n    \"gender\": \"female\",\n    \"introduce\": \"기본 소개글\",\n    \"imageUrl\": null,\n    \"boards\": [\n        {\n            \"id\": 1,\n            \"title\": \"프로젝트 같이 하실분\",\n            \"body\": \"메인 프로젝트 같이하실 fe, be 구해요\",\n            \"person\": 5,\n            \"date\": \"2023-09-22\",\n            \"money\": 10000,\n            \"longitude\": \"35.97664845766847\",\n            \"latitude\": \"126.99597295767953\",\n            \"address\": \"전북 익산시 부송동 100\",\n            \"category\": \"CATEGORY_EDUCATION\",\n            \"status\": \"BOARD_RECRUITING\",\n            \"createdAt\": \"2023-09-01T01:04:02.903834\",\n            \"boardLikesCount\": 0,\n            \"imageUrl\": null,\n            \"chatting\": null,\n            \"boardLikes\": [],\n            \"applicants\": []\n        }\n    ],\n    \"bookmarks\": [],\n    \"applicants\": []\n}"}],"_postman_id":"d4bd3b31-f5e2-4450-bc2a-6dc2d84a24e2"},{"name":"전체회원 조회","id":"d6dedde9-701a-45bf-8fb1-17a6c32699fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members","urlObject":{"protocol":"http","port":"8080","path":["members"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6dedde9-701a-45bf-8fb1-17a6c32699fb"},{"name":"회원정보 수정","id":"af19b76c-5f9a-4b20-b830-21c728fb4ed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjIsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTQxNDg3NzQsImV4cCI6MTY5NDQ0ODc3NH0.R6nbNSlvSVBdS8pXCSdj0mU2Lt_v9pneTlrPwCfMrVnqNyl4TpV41oM8Exeys8bw","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"introduce\" : \"하루하루\",\n    \"imageUrl\": \"asdfaddddddsdf\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/members/1","description":"<p><a href>http://localhost:8080/members/{member-email}</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["members","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af19b76c-5f9a-4b20-b830-21c728fb4ed2"},{"name":"프로필 이미지 목록 조회","id":"9b374445-1426-4703-bcab-8824deb06de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/1/images","description":"<p><a href=\"http://localhost:8080/members/%7Bmember-id%7D/images\">http://localhost:8080/members/{member-id}/images</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["members","1","images"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b374445-1426-4703-bcab-8824deb06de0"},{"name":"회원삭제","id":"0797dd59-877b-41cc-b806-236295f2b302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjIsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTQxNDg3NzQsImV4cCI6MTY5NDQ0ODc3NH0.R6nbNSlvSVBdS8pXCSdj0mU2Lt_v9pneTlrPwCfMrVnqNyl4TpV41oM8Exeys8bw","type":"text"}],"url":"http://localhost:8080/members/1","description":"<p><a href>http://localhost:8080/members/{member-email}</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["members","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0797dd59-877b-41cc-b806-236295f2b302"},{"name":"마이페이지","id":"e59b2dbe-51f6-44ef-8048-82a12851c000","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20MSIsImlkIjoyLCJlbWFpbCI6Ik9uZWRheTFAZ21haWwuY29tIiwic3ViIjoiT25lZGF5MUBnbWFpbC5jb20iLCJpYXQiOjE2OTQ2NTc1MTgsImV4cCI6MTY5NDk1NzUxOH0.CPX7LzDkjQi0V95a0CMun3SFr5fCA6Fyv4htP0sHkc-EPp2-uVUJ7C2AIBPrXaTl","type":"text"}],"url":"http://localhost:8080/members/me","description":"<p>헤더로 받아온 AccessToken의 주인인 멤버의 정보를 반환합니다</p>\n","urlObject":{"protocol":"http","port":"8080","path":["members","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e59b2dbe-51f6-44ef-8048-82a12851c000"}],"id":"2f0b370e-db00-4398-ad98-30c515d21887","_postman_id":"2f0b370e-db00-4398-ad98-30c515d21887","description":""},{"name":"모임","item":[{"name":"조회","item":[{"name":"모임글 상세 조회","id":"337c7835-8ed6-456e-a913-a0f54020b499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/boards/1","description":"<p><a href=\"http://localhost:8080/cards/%7Bcard-id%7D\">http://localhost:8080/boards/{board-id}</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["boards","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"20463ca5-e48d-4857-8972-915a7031d412","name":"모임 글 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/boards/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 31 Aug 2023 08:27:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"boardId\": 1,\n    \"memberId\": 1,\n    \"memberNickname\": \"하루살이\",\n    \"title\": \"프로젝트 같이 하실분\",\n    \"date\": \"2023-09-22\",\n    \"body\": \"메인 프로젝트 같이하실 fe, be 구해요\",\n    \"category\": \"CATEGORY_EDUCATION\",\n    \"latitude\": \"126.99597295767953\",\n    \"longitude\": \"35.97664845766847\",\n    \"address\": \"전북 익산시 부송동 100\",\n    \"totalNum\": 5,\n    \"currentNum\": 1,\n    \"money\": 10000,\n    \"boardLikesCount\": 1,\n    \"boardStatus\": \"모집 중\",\n    \"member\": {\n        \"id\": 1,\n        \"email\": null,\n        \"nickname\": \"하루살이\",\n        \"gender\": null,\n        \"password\": null,\n        \"introduce\": null,\n        \"imageUrl\": null,\n        \"boards\": [],\n        \"applicants\": [],\n        \"boardLikes\": [],\n        \"roles\": []\n    }\n}"}],"_postman_id":"337c7835-8ed6-456e-a913-a0f54020b499"},{"name":"전체 모임 글 조회(최신순)","id":"5a4acc4b-9965-4ed2-8e04-b29e429d14cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/boards","urlObject":{"protocol":"http","port":"8080","path":["boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"830fadfe-cab8-452d-82a8-1143dfcbaec8","name":"전체 모임 글 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/boards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 31 Aug 2023 08:26:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"boardId\": 1,\n        \"memberId\": 1,\n        \"memberNickname\": \"하루살이\",\n        \"title\": \"프로젝트 같이 하실분\",\n        \"date\": \"2023-09-22\",\n        \"body\": \"메인 프로젝트 같이하실 fe, be 구해요\",\n        \"category\": \"CATEGORY_EDUCATION\",\n        \"latitude\": \"126.99597295767953\",\n        \"longitude\": \"35.97664845766847\",\n        \"address\": \"전북 익산시 부송동 100\",\n        \"totalNum\": 5,\n        \"currentNum\": 1,\n        \"money\": 10000,\n        \"boardLikesCount\": 1,\n        \"boardStatus\": \"모집 중\",\n        \"member\": {\n            \"id\": 1,\n            \"email\": null,\n            \"nickname\": \"하루살이\",\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"boards\": [],\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    },\n    {\n        \"boardId\": 2,\n        \"memberId\": 1,\n        \"memberNickname\": \"하루살이\",\n        \"title\": \"프로젝트 같이 하실분2\",\n        \"date\": \"2023-09-22\",\n        \"body\": \"메인 프로젝트 같이하실 fe, be 구해요2\",\n        \"category\": \"CATEGORY_EDUCATION\",\n        \"latitude\": null,\n        \"longitude\": null,\n        \"address\": null,\n        \"totalNum\": 0,\n        \"currentNum\": 1,\n        \"money\": 10000,\n        \"boardLikesCount\": 0,\n        \"boardStatus\": \"모집 중\",\n        \"member\": {\n            \"id\": 1,\n            \"email\": null,\n            \"nickname\": \"하루살이\",\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"boards\": [],\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    }\n]"}],"_postman_id":"5a4acc4b-9965-4ed2-8e04-b29e429d14cc"},{"name":"전체 모임 글 조회(좋아요순)","id":"c8b82490-6050-4458-8053-7847a021dae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/boards/likes","urlObject":{"protocol":"http","port":"8080","path":["boards","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c6e4c803-936b-4b32-9685-e4f23af34ef5","name":"전체 모임 글 조회(좋아요순)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/boards/likes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Sep 2023 09:32:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"boardId\": 2,\n        \"memberId\": 2,\n        \"memberNickname\": \"이틀살이\",\n        \"title\": \"테스트2\",\n        \"date\": \"2023-09-22\",\n        \"body\": \"메인 프로젝트 같이하실 fe, be 구해요2\",\n        \"category\": \"CATEGORY_EDUCATION\",\n        \"latitude\": \"126.99597295767953\",\n        \"longitude\": \"35.97664845766847\",\n        \"address\": \"전북 익산시 부송동 100\",\n        \"totalNum\": 10,\n        \"currentNum\": 1,\n        \"money\": 10000,\n        \"boardLikesCount\": 1,\n        \"boardStatus\": \"모집 중\",\n        \"member\": {\n            \"id\": 2,\n            \"email\": null,\n            \"nickname\": \"이틀살이\",\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    },\n    {\n        \"boardId\": 1,\n        \"memberId\": 1,\n        \"memberNickname\": \"하루살이\",\n        \"title\": \"마일스톤 1 테스트\",\n        \"date\": \"2023-09-22\",\n        \"body\": \"테스트 하는 중\",\n        \"category\": \"CATEGORY_EDUCATION\",\n        \"latitude\": \"126.99597295767953\",\n        \"longitude\": \"35.97664845766847\",\n        \"address\": \"전북 익산시 부송동 100\",\n        \"totalNum\": 5,\n        \"currentNum\": 1,\n        \"money\": 10000,\n        \"boardLikesCount\": 0,\n        \"boardStatus\": \"모집 중\",\n        \"member\": {\n            \"id\": 1,\n            \"email\": null,\n            \"nickname\": \"하루살이\",\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    }\n]"}],"_postman_id":"c8b82490-6050-4458-8053-7847a021dae2"},{"name":"카테고리 별 조회(최신순)","id":"c01ddb36-1ba5-4e92-99dc-c7477635254f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/boards/category/CATEGORY_EDUCATION","description":"<p><a href=\"http://localhost:8080/cards/%7Bcategory-id%7D\">http://localhost:8080/boards/category/{category}</a></p>\n<p>-Category-</p>\n<p>CATEGORY_LEISURE<br />CATEGORY_TRAVEL<br />CATEGORY_GAME<br />CATEGORY_CULTURE<br />CATEGORY_EDUCATION<br />CATEGORY_ETC</p>\n","urlObject":{"protocol":"http","port":"8080","path":["boards","category","CATEGORY_EDUCATION"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c7d6c668-c0f0-43ef-a8c1-c4ec36576a32","name":"카테고리 별 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/boards/category/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 01 Sep 2023 13:25:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"boardId\": 1,\n        \"memberId\": 1,\n        \"memberNickname\": \"하루살이\",\n        \"title\": \"마일스톤 1 테스트\",\n        \"date\": \"2023-09-22\",\n        \"body\": \"테스트 하는 중\",\n        \"category\": \"CATEGORY_EDUCATION\",\n        \"latitude\": \"126.99597295767953\",\n        \"longitude\": \"35.97664845766847\",\n        \"address\": \"전북 익산시 부송동 100\",\n        \"totalNum\": 5,\n        \"currentNum\": 1,\n        \"money\": 10000,\n        \"boardLikesCount\": 0,\n        \"boardStatus\": \"모집 중\",\n        \"member\": {\n            \"id\": 1,\n            \"email\": null,\n            \"nickname\": \"하루살이\",\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    },\n    {\n        \"boardId\": 2,\n        \"memberId\": 1,\n        \"memberNickname\": \"하루살이\",\n        \"title\": \"마일스톤 1 테스트2\",\n        \"date\": \"2023-09-22\",\n        \"body\": \"테스트 하는 중2\",\n        \"category\": \"CATEGORY_EDUCATION\",\n        \"latitude\": \"126.99597295767953\",\n        \"longitude\": \"35.97664845766847\",\n        \"address\": \"전북 익산시 부송동 100\",\n        \"totalNum\": 5,\n        \"currentNum\": 1,\n        \"money\": 10000,\n        \"boardLikesCount\": 0,\n        \"boardStatus\": \"모집 중\",\n        \"member\": {\n            \"id\": 1,\n            \"email\": null,\n            \"nickname\": \"하루살이\",\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    }\n]"}],"_postman_id":"c01ddb36-1ba5-4e92-99dc-c7477635254f"},{"name":"카테고리 별 조회(좋아요순)","id":"001fa868-74c6-4166-adcd-0c443138aa46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/boards/category/CATEGORY_EDUCATION/likes","description":"<p><a href=\"http://localhost:8080/cards/%7Bcategory-id%7D\">http://localhost:8080/boards/category/{category}/likes</a></p>\n<p>-Category-</p>\n<p>CATEGORY_LEISURE<br />CATEGORY_TRAVEL<br />CATEGORY_GAME<br />CATEGORY_CULTURE<br />CATEGORY_EDUCATION<br />CATEGORY_ETC</p>\n","urlObject":{"protocol":"http","port":"8080","path":["boards","category","CATEGORY_EDUCATION","likes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7ed95b9a-ce09-4f72-87ca-625f1127c5d3","name":"카테고리 별 조회(좋아요순)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/boards/category/5/likes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Sep 2023 09:33:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"boardId\": 2,\n        \"memberId\": 2,\n        \"memberNickname\": \"이틀살이\",\n        \"title\": \"테스트2\",\n        \"date\": \"2023-09-22\",\n        \"body\": \"메인 프로젝트 같이하실 fe, be 구해요2\",\n        \"category\": \"CATEGORY_EDUCATION\",\n        \"latitude\": \"126.99597295767953\",\n        \"longitude\": \"35.97664845766847\",\n        \"address\": \"전북 익산시 부송동 100\",\n        \"totalNum\": 10,\n        \"currentNum\": 1,\n        \"money\": 10000,\n        \"boardLikesCount\": 1,\n        \"boardStatus\": \"모집 중\",\n        \"member\": {\n            \"id\": 2,\n            \"email\": null,\n            \"nickname\": \"이틀살이\",\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    },\n    {\n        \"boardId\": 1,\n        \"memberId\": 1,\n        \"memberNickname\": \"하루살이\",\n        \"title\": \"마일스톤 1 테스트\",\n        \"date\": \"2023-09-22\",\n        \"body\": \"테스트 하는 중\",\n        \"category\": \"CATEGORY_EDUCATION\",\n        \"latitude\": \"126.99597295767953\",\n        \"longitude\": \"35.97664845766847\",\n        \"address\": \"전북 익산시 부송동 100\",\n        \"totalNum\": 5,\n        \"currentNum\": 1,\n        \"money\": 10000,\n        \"boardLikesCount\": 0,\n        \"boardStatus\": \"모집 중\",\n        \"member\": {\n            \"id\": 1,\n            \"email\": null,\n            \"nickname\": \"하루살이\",\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    }\n]"}],"_postman_id":"001fa868-74c6-4166-adcd-0c443138aa46"},{"name":"특정 모임글의 좋아요 수 조회","id":"f09820c6-6988-465c-937b-e6ac052ad80a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/likes/1","description":"<p><a href=\"http://localhost:8080/likes/%7Bcard-id%7D\">http://localhost:8080/likes/{board-id}</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["likes","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1d31687b-799e-4d11-9645-0ae816ea0a3c","name":"특정 모임글의 좋아요 수 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/likes/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Sep 2023 09:33:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"1"}],"_postman_id":"f09820c6-6988-465c-937b-e6ac052ad80a"},{"name":"저장한 모임 조회","id":"7e548b55-c211-4a3a-b72c-5194decfcb07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/member/1/boards/store","description":"<p><a href=\"http://localhost:8080/cards/%7Bcard-id%7D/store\">http://localhost:8080/member/{member-id}/boards/bookmark</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["member","1","boards","store"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e548b55-c211-4a3a-b72c-5194decfcb07"},{"name":"참여한 모임 조회","id":"62f0cd32-3b96-43dc-a183-75794c841c87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjEsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTM1NDA4MzIsImV4cCI6MTY5Mzg0MDgzMn0.a2m95hxe2hDcR6m3CdHbtrfjW2N4xmiMEhLHcbR1ILPxxYaHvv-1xj27Y8Y9Zmb1","type":"text"}],"url":"http://localhost:8080/members/join","urlObject":{"protocol":"http","port":"8080","path":["members","join"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6fe493fa-5642-4128-ab97-40eaca4472f0","name":"참여한 모임 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjEsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTM1NDA4MzIsImV4cCI6MTY5Mzg0MDgzMn0.a2m95hxe2hDcR6m3CdHbtrfjW2N4xmiMEhLHcbR1ILPxxYaHvv-1xj27Y8Y9Zmb1","type":"text"}],"url":"http://localhost:8080/members/join"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 01 Sep 2023 04:02:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"imageUrl\": null,\n        \"memberId\": 1,\n        \"boardId\": 1,\n        \"board\": {\n            \"id\": 1,\n            \"title\": null,\n            \"body\": null,\n            \"totalNum\": 0,\n            \"currentNum\": 1,\n            \"date\": null,\n            \"money\": 0,\n            \"longitude\": null,\n            \"latitude\": null,\n            \"address\": null,\n            \"category\": \"CATEGORY_ETC\",\n            \"status\": \"BOARD_RECRUITING\",\n            \"createdAt\": \"2023-09-01T13:02:13.637162\",\n            \"boardLikesCount\": 0,\n            \"imageUrl\": null,\n            \"chatting\": null,\n            \"boardLikes\": [],\n            \"applicants\": []\n        },\n        \"member\": {\n            \"id\": 1,\n            \"email\": null,\n            \"nickname\": null,\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": null,\n            \"boards\": [],\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": []\n        }\n    }\n]"}],"_postman_id":"62f0cd32-3b96-43dc-a183-75794c841c87"},{"name":"모임에 참여한 전체 인원 조회","id":"03034616-74f2-47d8-bcbc-801957926aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/boards/1/join","urlObject":{"protocol":"http","port":"8080","path":["boards","1","join"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6a6b76db-3fff-4c3a-9978-35c52a1d8572","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"http://3.39.76.109:8080/boards/1/join"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 11 Sep 2023 03:16:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"memberImageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/1.png\",\n        \"memberId\": 4,\n        \"boardId\": 1,\n        \"boardImageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_LEISURE/CATEGORY_LEISURE3.png\",\n        \"member\": {\n            \"id\": 4,\n            \"email\": null,\n            \"nickname\": null,\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/1.png\",\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": [],\n            \"boards\": [],\n            \"fromMembers\": [],\n            \"toMembers\": []\n        },\n        \"board\": {\n            \"id\": 1,\n            \"title\": null,\n            \"body\": null,\n            \"totalNum\": 0,\n            \"currentNum\": 1,\n            \"date\": null,\n            \"money\": 0,\n            \"longitude\": null,\n            \"latitude\": null,\n            \"address\": null,\n            \"category\": null,\n            \"status\": \"BOARD_RECRUITING\",\n            \"createdAt\": \"2023-09-11T03:16:22.214504\",\n            \"boardLikesCount\": 0,\n            \"imageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_LEISURE/CATEGORY_LEISURE3.png\",\n            \"chatting\": null,\n            \"boardLikes\": [],\n            \"applicants\": []\n        }\n    },\n    {\n        \"id\": 2,\n        \"memberImageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/1.png\",\n        \"memberId\": 5,\n        \"boardId\": 1,\n        \"boardImageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_LEISURE/CATEGORY_LEISURE3.png\",\n        \"member\": {\n            \"id\": 5,\n            \"email\": null,\n            \"nickname\": null,\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/1.png\",\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": [],\n            \"boards\": [],\n            \"fromMembers\": [],\n            \"toMembers\": []\n        },\n        \"board\": {\n            \"id\": 1,\n            \"title\": null,\n            \"body\": null,\n            \"totalNum\": 0,\n            \"currentNum\": 1,\n            \"date\": null,\n            \"money\": 0,\n            \"longitude\": null,\n            \"latitude\": null,\n            \"address\": null,\n            \"category\": null,\n            \"status\": \"BOARD_RECRUITING\",\n            \"createdAt\": \"2023-09-11T03:16:22.214558\",\n            \"boardLikesCount\": 0,\n            \"imageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_LEISURE/CATEGORY_LEISURE3.png\",\n            \"chatting\": null,\n            \"boardLikes\": [],\n            \"applicants\": []\n        }\n    },\n    {\n        \"id\": 3,\n        \"memberImageUrl\": \"asdfaddddddsdf\",\n        \"memberId\": 3,\n        \"boardId\": 1,\n        \"boardImageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_LEISURE/CATEGORY_LEISURE3.png\",\n        \"member\": {\n            \"id\": 3,\n            \"email\": null,\n            \"nickname\": null,\n            \"gender\": null,\n            \"password\": null,\n            \"introduce\": null,\n            \"imageUrl\": \"asdfaddddddsdf\",\n            \"applicants\": [],\n            \"boardLikes\": [],\n            \"roles\": [],\n            \"boards\": [],\n            \"fromMembers\": [],\n            \"toMembers\": []\n        },\n        \"board\": {\n            \"id\": 1,\n            \"title\": null,\n            \"body\": null,\n            \"totalNum\": 0,\n            \"currentNum\": 1,\n            \"date\": null,\n            \"money\": 0,\n            \"longitude\": null,\n            \"latitude\": null,\n            \"address\": null,\n            \"category\": null,\n            \"status\": \"BOARD_RECRUITING\",\n            \"createdAt\": \"2023-09-11T03:16:22.214572\",\n            \"boardLikesCount\": 0,\n            \"imageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_LEISURE/CATEGORY_LEISURE3.png\",\n            \"chatting\": null,\n            \"boardLikes\": [],\n            \"applicants\": []\n        }\n    }\n]"}],"_postman_id":"03034616-74f2-47d8-bcbc-801957926aa3"}],"id":"16cd79ae-b687-476a-bbff-a6667536409f","_postman_id":"16cd79ae-b687-476a-bbff-a6667536409f","description":""},{"name":"좋아요","item":[{"name":"좋아요 추가","id":"1e654cc7-e7b6-445b-94d1-3a701dc8339f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"isLiked\" : true\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/likes/2","description":"<p><a href=\"http://localhost:8080/likes/%7Bcard-id%7D\">http://localhost:8080/likes/{board-id}</a></p>\n","urlObject":{"port":"8080","path":["likes","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e654cc7-e7b6-445b-94d1-3a701dc8339f"},{"name":"좋아요 취소","id":"7ca5c147-c0be-4286-b96c-7981fc5f9af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":"localhost:8080/likes/1","description":"<p><a href=\"http://localhost:8080/likes/%7Bcard-id%7D\">http://localhost:8080/likes/{board-id}</a></p>\n","urlObject":{"port":"8080","path":["likes","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ca5c147-c0be-4286-b96c-7981fc5f9af4"}],"id":"75a76d8c-d75a-49de-9678-16a2c9d6196b","_postman_id":"75a76d8c-d75a-49de-9678-16a2c9d6196b","description":""},{"name":"검색","item":[{"name":"전체 모임글 글제목으로 검색","id":"89ca0741-c4ca-47d6-a0e7-58759a533314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/boards/search/title/?title=","description":"<p>Query Param title Value에 검색 하고 싶은 단어 넣으시면 됩니다</p>\n","urlObject":{"port":"8080","path":["boards","search","title",""],"host":["localhost"],"query":[{"key":"title","value":""}],"variable":[]}},"response":[],"_postman_id":"89ca0741-c4ca-47d6-a0e7-58759a533314"},{"name":"전체 모임글 제목+내용 검색","id":"122df68e-5fce-41c3-87d3-6b6f1f96ca49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/boards/search/?keyword=","description":"<p>Query Param keyword Value에 검색 하고 싶은 단어 넣으시면 됩니다</p>\n","urlObject":{"port":"8080","path":["boards","search",""],"host":["localhost"],"query":[{"key":"keyword","value":""}],"variable":[]}},"response":[],"_postman_id":"122df68e-5fce-41c3-87d3-6b6f1f96ca49"},{"name":"특정 카테고리 글제목으로 검색","id":"773a61df-5186-43da-9c27-bb8644e398f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/boards/category/CATEGORY_EDUCATION/search/title/?title=1","description":"<p>StartFragmentlocalhost:8080/boards/category/{category}/search?title=</p>\n<p>-Category-</p>\n<p>CATEGORY_LEISURE<br />CATEGORY_TRAVEL<br />CATEGORY_GAME<br />CATEGORY_CULTURE<br />CATEGORY_EDUCATION<br />CATEGORY_ETC</p>\n<p>Query Param title Value에 검색 하고 싶은 단어 넣으시면 됩니다</p>\n","urlObject":{"port":"8080","path":["boards","category","CATEGORY_EDUCATION","search","title",""],"host":["localhost"],"query":[{"key":"title","value":"1"}],"variable":[]}},"response":[],"_postman_id":"773a61df-5186-43da-9c27-bb8644e398f2"},{"name":"특정 카테고리 제목+내용으로 검색","id":"4392f4c4-6117-4760-b458-ef7f9063ba01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/boards/category/CATEGORY_EDUCATION/search?keyword=","description":"<p>StartFragmentlocalhost:8080/boards/category/{category}/search?title=</p>\n<p>-Category-</p>\n<p>CATEGORY_LEISURE<br />CATEGORY_TRAVEL<br />CATEGORY_GAME<br />CATEGORY_CULTURE<br />CATEGORY_EDUCATION<br />CATEGORY_ETC</p>\n<p>Query Param keyword Value에 검색 하고 싶은 단어 넣으시면 됩니다</p>\n","urlObject":{"port":"8080","path":["boards","category","CATEGORY_EDUCATION","search"],"host":["localhost"],"query":[{"key":"keyword","value":""}],"variable":[]}},"response":[],"_postman_id":"4392f4c4-6117-4760-b458-ef7f9063ba01"}],"id":"bf9e4602-f626-4c78-ba82-ed321d6b0c4c","_postman_id":"bf9e4602-f626-4c78-ba82-ed321d6b0c4c","description":""},{"name":"모임 글 생성","id":"d33c2644-76aa-435b-b460-f1104453a827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoiZG9uZ2EiLCJpZCI6MTUsImVtYWlsIjoiZG9uZ2FAZ21haWwuY29tIiwic3ViIjoiZG9uZ2FAZ21haWwuY29tIiwiaWF0IjoxNjkzOTMzMzc4LCJleHAiOjE2OTQyMzMzNzh9.gSdD44GghgAwCl_Crha80xKaWlwLeYG1JiNX4bvQJnwhisD70ZzhRbJ-vlLsl8Nm","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\" : \"유저이미지\",\n    \"date\" : \"2023-09-22\",\n    \"body\" : \"메인 프로젝트 같이하실 fe, be 구해요\",\n    \"category\" : \"CATEGORY_EDUCATION\",\n    \"totalNum\" : 5,\n    \"money\" : 10000,\n    \"latitude\" : \"126.99597295767953\",\n    \"longitude\" : \"35.97664845766847\",\n    \"address\" : \"전북 익산시 부송동 100\",\n    \"imageUrl\" : \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_EDUCATION/CATEGORY_EDUCATION3.png\"\n}","options":{"raw":{"language":"json"}}},"url":"http://3.39.76.109:8080/boards/new-boards","description":"<p>boardCategory 선택 양식</p>\n<p>CATEGORY_LEISURE<br />CATEGORY_TRAVEL<br />CATEGORY_GAME<br />CATEGORY_CULTURE<br />CATEGORY_EDUCATION<br />CATEGORY_ETC</p>\n","urlObject":{"protocol":"http","port":"8080","path":["boards","new-boards"],"host":["3","39","76","109"],"query":[],"variable":[]}},"response":[{"id":"2857f506-591c-4868-a2b8-dbdd1bda2213","name":"모임 글 생성","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjEsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTM4Mzk4NzEsImV4cCI6MTY5NDEzOTg3MX0.TXeGijKWOcJfxwaCvwDTsxeHmKWVasPyJUmRHfh6hnTa1j-UHtDS5B8wmtIPkwgq","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\" : \"프로젝트 같이 하실분\",\n    \"date\" : \"2023-09-22\",\n    \"body\" : \"메인 프로젝트 같이하실 fe, be 구해요\",\n    \"category\" : \"CATEGORY_EDUCATION\",\n    \"totalNum\" : 5,\n    \"money\" : 10000,\n    \"latitude\" : \"126.99597295767953\",\n    \"longitude\" : \"35.97664845766847\",\n    \"address\" : \"전북 익산시 부송동 100\",\n    \"imageUrl\" : \"https://celebeeimage.\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/new-boards"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 04 Sep 2023 15:27:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": null,\n    \"date\": null,\n    \"body\": null,\n    \"category\": null,\n    \"latitude\": \"126.99597295767953\",\n    \"longitude\": \"35.97664845766847\",\n    \"address\": \"전북 익산시 부송동 100\",\n    \"totalNum\": 0,\n    \"money\": 0,\n    \"imageUrl\": null,\n    \"boardId\": 2\n}"}],"_postman_id":"d33c2644-76aa-435b-b460-f1104453a827"},{"name":"모임 저장","id":"6ba2805e-dd6f-4ed0-bc5c-e57673287191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/member/1/boards/store","description":"<p><a href=\"http://localhost:8080/cards/1/store\">http://localhost:8080/member/{member-id}/boards/bookmark</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["member","1","boards","store"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ba2805e-dd6f-4ed0-bc5c-e57673287191"},{"name":"모임 참여","id":"b0ed49c0-9f4d-4e0e-943f-5334e29be3eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi66mU66mU66mUIiwiaWQiOjIsImVtYWlsIjoiT25lZGF5MTFAZ21haWwuY29tIiwic3ViIjoiT25lZGF5MTFAZ21haWwuY29tIiwiaWF0IjoxNjkzNTQxMDk3LCJleHAiOjE2OTM4NDEwOTd9.mQuTwBnKzgg4fEjuWMIe6IBh9QzAh8pvm-KNDm2wA2misQzZ6ecAoZ2KxfZWwANP","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"isJoin\" : false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/1/join","description":"<p><a href=\"http://localhost:8080/cards/1/store\">http://localhost:8080/boards/{board-id}/join</a></p>\n","urlObject":{"protocol":"http","port":"8080","path":["boards","1","join"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d18185b9-e209-426e-8d5f-77f14c482043","name":"모임 참여","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20MSIsImlkIjoyLCJlbWFpbCI6Ik9uZWRheTExQGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheTExQGdtYWlsLmNvbSIsImlhdCI6MTY5NDUwNTcyOSwiZXhwIjoxNjk0ODA1NzI5fQ.02PyhXcGK52yCv_nJAxGa2UHAnRxvx4JWHIXrIsnvZTXIlJXaguK0zpUufQiz5cl","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"isJoin\" : false\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/boards/1/join"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 12 Sep 2023 08:02:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"memberImageUrl\": \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/1.png\",\n    \"memberId\": 2,\n    \"boardId\": 1,\n    \"boardImageUrl\": \"https://celebeeimage.\"\n}"}],"_postman_id":"b0ed49c0-9f4d-4e0e-943f-5334e29be3eb"},{"name":"모임 검색","id":"f6274012-3d49-4710-89fb-0001d58ad872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/boards/search","urlObject":{"protocol":"http","port":"8080","path":["boards","search"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6274012-3d49-4710-89fb-0001d58ad872"}],"id":"50afc31d-400f-48ab-9030-b457c04f23a8","_postman_id":"50afc31d-400f-48ab-9030-b457c04f23a8","description":""},{"name":"알림","item":[{"name":"알림 조회","id":"83cebb6a-6003-40c3-9bc0-37d6a4d16b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjEsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTQ2NjEyMTcsImV4cCI6MTY5NDk2MTIxN30.X33WPV31OGNMx9yajl_JG017rHx9RJHypiojDlSLeDBtgSmYZU72-cQ7zNq-S0rs","type":"text"}],"url":"http://3.39.76.109:8080/members/alrams","urlObject":{"protocol":"http","port":"8080","path":["members","alrams"],"host":["3","39","76","109"],"query":[],"variable":[]}},"response":[{"id":"6f3c7827-9f23-4dc8-baed-24f333cc9c35","name":"알림 조회","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjEsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTQ2NjEyMTcsImV4cCI6MTY5NDk2MTIxN30.X33WPV31OGNMx9yajl_JG017rHx9RJHypiojDlSLeDBtgSmYZU72-cQ7zNq-S0rs","type":"text"}],"url":"http://localhost:8080/members/alrams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 14 Sep 2023 03:16:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"memberId\": 1,\n        \"boardId\": 1,\n        \"content\": \"[프로젝트 같이 하실분] 모임이 등록되었습니다!🔥\",\n        \"alarmStatus\": \"BOARD_CREATED\"\n    },\n    {\n        \"memberId\": 1,\n        \"boardId\": 1,\n        \"content\": \"[프로젝트 같이 하실분] 모임에 새로운 인연이 모임에 찾아왔어요 💝\",\n        \"alarmStatus\": \"BOARD_UPDATE\"\n    }\n]"}],"_postman_id":"83cebb6a-6003-40c3-9bc0-37d6a4d16b14"},{"name":"알림 등록 요청","id":"148fe6b7-b373-480a-acfc-abc3e81c7562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20IiwiaWQiOjEsImVtYWlsIjoiT25lZGF5QGdtYWlsLmNvbSIsInN1YiI6Ik9uZWRheUBnbWFpbC5jb20iLCJpYXQiOjE2OTQ2NjEyMTcsImV4cCI6MTY5NDk2MTIxN30.X33WPV31OGNMx9yajl_JG017rHx9RJHypiojDlSLeDBtgSmYZU72-cQ7zNq-S0rs","type":"text"}],"url":"http://3.39.76.109:8080/members/alrams/sub?lastEventId","urlObject":{"protocol":"http","port":"8080","path":["members","alrams","sub"],"host":["3","39","76","109"],"query":[{"key":"lastEventId","value":null}],"variable":[]}},"response":[{"id":"a48300a2-de12-40ce-b2c8-e963f6f9b9c8","name":"알림 등록 요청","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzM4NCJ9.eyJyb2xlcyI6WyJVU0VSIl0sIm5pY2tuYW1lIjoi7ZWY66Oo7IK07J20MSIsImlkIjoyLCJlbWFpbCI6Ik9uZWRheTFAZ21haWwuY29tIiwic3ViIjoiT25lZGF5MUBnbWFpbC5jb20iLCJpYXQiOjE3MDk3OTk1NTYsImV4cCI6MTcxMDA5OTU1Nn0.XeYPgowVcw38jxQvWzgUIeZdHGnhfoDUgeFGKljd5HISZhTh2NZjQJtKSi_AIF8B","type":"text"}],"url":{"raw":"http://localhost:8080/members/alrams/sub?lastEventId","protocol":"http","host":["localhost"],"port":"8080","path":["members","alrams","sub"],"query":[{"key":"lastEventId","value":null}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 07 Mar 2024 07:42:47 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2024-03-07T07:42:47.711+00:00\",\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"path\": \"/members/alrams/sub\"\n}"}],"_postman_id":"148fe6b7-b373-480a-acfc-abc3e81c7562"},{"name":"알림 모두 삭제","id":"1c6ec0a6-d6f7-4fc3-86a8-d89136f7ca8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"","type":"text"}],"url":"http://localhost:8080/members/alrams","urlObject":{"protocol":"http","port":"8080","path":["members","alrams"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c6ec0a6-d6f7-4fc3-86a8-d89136f7ca8d"}],"id":"ffb18063-fddc-4308-80a7-4601cc780c7c","_postman_id":"ffb18063-fddc-4308-80a7-4601cc780c7c","description":""},{"name":"채팅","item":[],"id":"c4b91964-edf2-4288-9dca-f0d83caa23f2","_postman_id":"c4b91964-edf2-4288-9dca-f0d83caa23f2","description":""},{"name":"기타","item":[{"name":"이미지","item":[{"name":"프로필 이미지 조회 (프로필 이미지 변경 시)","id":"45819dea-a7ed-4ce3-8773-c1f861c6521a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/members/images","urlObject":{"protocol":"http","port":"8080","path":["members","images"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"255f2f5a-1eb3-4685-858a-ccec9c8ca9d6","name":"프로필 이미지 조회","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/members/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 06 Sep 2023 09:05:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/1.png\",\n    \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/2.png\",\n    \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/profile/3.png\"\n]"}],"_postman_id":"45819dea-a7ed-4ce3-8773-c1f861c6521a"},{"name":"카드 이미지 전체 조회","id":"ce4bf568-0a97-4f02-b27f-611badca03c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://3.39.76.109:8080/cards/CATEGORY_GAME/images","urlObject":{"protocol":"http","port":"8080","path":["cards","CATEGORY_GAME","images"],"host":["3","39","76","109"],"query":[],"variable":[]}},"response":[{"id":"675f5602-fb85-4545-84bf-dc9d65e09037","name":"카드 이미지 조회 (카테고리 별)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/cards/CATEGORY_GAME/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 06 Sep 2023 09:07:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_GAME1.png\",\n    \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_GAME2.png\",\n    \"https://celebeeimage.s3.ap-northeast-2.amazonaws.com/board/CATEGORY_GAME3.png\"\n]"}],"_postman_id":"ce4bf568-0a97-4f02-b27f-611badca03c1"}],"id":"59f3f5cd-5c8d-4eab-b5b2-5dac13552bbd","_postman_id":"59f3f5cd-5c8d-4eab-b5b2-5dac13552bbd","description":""},{"name":"홈화면 서비스 소개 조회","id":"0ab9082b-dba4-45a4-b831-655f5a08b151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/home/images","urlObject":{"protocol":"http","port":"8080","path":["home","images"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0ab9082b-dba4-45a4-b831-655f5a08b151"},{"name":"공유하기","id":"7eaae930-5957-48c0-bc3f-b2113994f7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"7eaae930-5957-48c0-bc3f-b2113994f7c8"},{"name":"페이지 효과 저장","id":"3e912389-dc7d-4c3b-a500-a8087b434ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"http://localhost:8080/boards/1/effects","urlObject":{"protocol":"http","port":"8080","path":["boards","1","effects"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e912389-dc7d-4c3b-a500-a8087b434ee9"},{"name":"페이지 효과 조회","id":"3c055f14-095a-41b9-81c0-b178c5a35e56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/boards/1/effects","urlObject":{"protocol":"http","port":"8080","path":["boards","1","effects"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3c055f14-095a-41b9-81c0-b178c5a35e56"}],"id":"56418068-4a48-43b1-bc46-a7bd92c7debf","_postman_id":"56418068-4a48-43b1-bc46-a7bd92c7debf","description":""}]}