{"info":{"_postman_id":"80d34943-ce64-4514-87a8-597a775531ba","name":"만취 API (최종 배포)","description":"<html><head></head><body><p>만취 서비스의 백엔드 API 입니다.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"39384426","collectionId":"80d34943-ce64-4514-87a8-597a775531ba","publishedId":"2sAYBVhBdg","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-11-26T10:11:40.000Z"},"item":[{"name":"User","item":[{"name":"00. 회원가입","id":"70edc189-6777-40e6-acb8-24c0276f645a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"테스트사용자\",\n\t\"email\": \"testUser@test.com\",\n    \"password\": \"test1111\",\n    \"passwordConfirm\": \"test1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://manchui.shop/api/auths/signup","urlObject":{"protocol":"https","path":["api","auths","signup"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"9be72687-1bf6-4ef1-a438-908b7e592ee8","name":"Success Response (201)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"테스트사용자\",\n\t\"email\": \"testUser@test.com\",\n    \"password\": \"test1111\",\n    \"passwordConfirm\": \"test1111\"\n}","options":{"raw":{"language":"json"}}},"url":"https://manchui.shop/api/auths/signup"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 08:19:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"사용자 생성 성공\",\n    \"data\": null\n}"}],"_postman_id":"70edc189-6777-40e6-acb8-24c0276f645a"},{"name":"01. 로그인","id":"cf450e4d-d9c5-455d-8dee-b20ad4cb65b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"testUser@test.com\",\r\n    \"password\" : \"test1111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://manchui.shop/api/auths/signin","urlObject":{"protocol":"https","path":["api","auths","signin"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"598eef41-3f0c-45c0-8a66-2b267f03339f","name":"Success Response (200)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"testUser@test.com\",\r\n    \"password\" : \"test1111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://manchui.shop/api/auths/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 08:20:04 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"76"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJjYXRlZ29yeSI6ImFjY2VzcyIsInVzZXJFbWFpbCI6InRlc3RVc2VyQHRlc3QuY29tIiwiaWF0IjoxNzMyNjA5MjA0LCJleHAiOjE3MzI2MDk4MDR9.T6rlcuaXwTF6DpwY90cAo7Ik6tgxJdEiFLtP_Cxpr6E"},{"key":"Set-Cookie","value":"refresh=eyJhbGciOiJIUzI1NiJ9.eyJjYXRlZ29yeSI6InJlZnJlc2giLCJ1c2VyRW1haWwiOiJ0ZXN0VXNlckB0ZXN0LmNvbSIsImlhdCI6MTczMjYwOTIwNCwiZXhwIjoxNzMzMjE0MDA0fQ.TJxVgXa4CaRm4lFPb0DucdePbXIwRhaA4dKNrPtCc6s; Path=/; Max-Age=86400; Expires=Wed, 27 Nov 2024 08:20:04 GMT; Secure; HttpOnly; SameSite=None"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"로그인 성공\",\n    \"data\": null\n}"}],"_postman_id":"cf450e4d-d9c5-455d-8dee-b20ad4cb65b1"},{"name":"02. 닉네임 중복검사","id":"8a005104-172c-4255-b241-9fe312bf58e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"테스트사용\"\n}","options":{"raw":{"language":"json"}}},"url":"https://manchui.shop/api/auths/check-name","urlObject":{"protocol":"https","path":["api","auths","check-name"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"f0d1ee26-6f97-4904-bd7d-eaf69828f32e","name":"Fail Response (409)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"테스트사용자\"\n}","options":{"raw":{"language":"json"}}},"url":"https://manchui.shop/api/auths/check-name"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 08:20:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"중복된 이름 입니다.\",\n    \"httpStatus\": \"CONFLICT\"\n}"},{"id":"79233075-15c1-4fe6-916e-effc48f1059c","name":"Success Response (200)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"name\": \"테스트사용\"\n}","options":{"raw":{"language":"json"}}},"url":"https://manchui.shop/api/auths/check-name"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 08:21:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"사용 가능한 이름 입니다.\",\n    \"data\": null\n}"}],"_postman_id":"8a005104-172c-4255-b241-9fe312bf58e8"},{"name":"03. 토큰 재발급","id":"75a06286-fdaf-46fc-a344-905a1f00ea09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"url":"https://manchui.shop/api/auths/reissue","urlObject":{"protocol":"https","path":["api","auths","reissue"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"62d5d853-620a-4b8e-a3a4-a9acb0f43ee0","name":"03. 토큰 재발급","originalRequest":{"method":"POST","header":[],"url":"https://manchui.shop/api/auths/reissue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 08:21:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJjYXRlZ29yeSI6ImFjY2VzcyIsInVzZXJFbWFpbCI6InRlc3RVc2VyQHRlc3QuY29tIiwiaWF0IjoxNzMyNjA5Mjk2LCJleHAiOjE3MzI2MDk4OTZ9.WIx3CEVVTTURa1ZJmU7r2C84-lAcrNNeitXf968g1-c"},{"key":"Set-Cookie","value":"refresh=eyJhbGciOiJIUzI1NiJ9.eyJjYXRlZ29yeSI6InJlZnJlc2giLCJ1c2VyRW1haWwiOiJ0ZXN0VXNlckB0ZXN0LmNvbSIsImlhdCI6MTczMjYwOTIwNCwiZXhwIjoxNzMzMjE0MDA0fQ.TJxVgXa4CaRm4lFPb0DucdePbXIwRhaA4dKNrPtCc6s; Path=/; Max-Age=86400; Expires=Wed, 27 Nov 2024 08:21:36 GMT; Secure; HttpOnly; SameSite=None"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"refresh 토큰 재발급 성공\",\n    \"data\": null\n}"}],"_postman_id":"75a06286-fdaf-46fc-a344-905a1f00ea09"},{"name":"04. 로그아웃","id":"146b73e8-6937-4eaf-8246-83b9c617b619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"url":"https://manchui.shop/api/auths/signout","urlObject":{"protocol":"https","path":["api","auths","signout"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"c0cd5618-9031-44b1-b7a4-dbcfc322550f","name":"04. 로그아웃","originalRequest":{"method":"POST","header":[],"url":"https://manchui.shop/api/auths/signout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 08:55:29 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"refresh=; Path=/; Max-Age=0; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Secure; HttpOnly; SameSite=None"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"로그아웃 성공\",\n    \"data\": null\n}"}],"_postman_id":"146b73e8-6937-4eaf-8246-83b9c617b619"},{"name":"05. 회원 정보 조회","id":"e24999f4-4ec9-44b9-bcf3-b752adeb6d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop/api/auths/user","urlObject":{"protocol":"https","path":["api","auths","user"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"b6643bec-09b9-4403-9272-6b809404bc65","name":"Success Response (200)","originalRequest":{"method":"GET","header":[],"url":"https://manchui.shop/api/auths/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 08:24:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"id\": \"99a1cff0-dc93-4ff4-9b7e-281af216cd78\",\n        \"email\": \"testUser@test.com\",\n        \"name\": \"테스트사용자\",\n        \"image\": null,\n        \"createdAt\": \"2024-11-26T17:19:46.909393\"\n    }\n}"}],"_postman_id":"e24999f4-4ec9-44b9-bcf3-b752adeb6d82"},{"name":"06. 회원 정보 수정","id":"343263a1-e811-49a8-9c77-98851de30502","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"프로참석러","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1ef17754-451f-48d0-8a1e-83e5329f8ee9"}]},"url":"https://manchui.shop/api/auths/user","urlObject":{"protocol":"https","path":["api","auths","user"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"2cebbe3b-e672-409e-a644-7abc421a6e4a","name":"이름 미입력시","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"},{"key":"image","type":"file","value":null}]},"url":"http://localhost:8080/api/auths/user"},"status":"Bad Request","code":400,"_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":"0"},{"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":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 31 Oct 2024 05:41:54 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"이름을 입력해주세요.\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"6db76fe0-4514-4ace-a083-d7ba67bceb74","name":"이미지 미등록 시","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"프로참석러","type":"text"},{"key":"image","type":"file","value":null}]},"url":"https://manchui.shop/api/auths/user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 08:24:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"이미지 파일은 필수 입력 값입니다.\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"},{"id":"ae86f3c3-3c60-4565-8a1f-a95bdb9de62e","name":"\bSuccess Response (200)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"프로참석러","type":"text"},{"key":"image","type":"file","src":"postman-cloud:///1ef17754-451f-48d0-8a1e-83e5329f8ee9"}]},"url":"https://manchui.shop/api/auths/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:21:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"id\": \"99a1cff0-dc93-4ff4-9b7e-281af216cd78\",\n        \"name\": \"프로참석러\",\n        \"profileImagePath\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/8aa369d6-038c-43df-9367-d35ef102aeca.jpg\",\n        \"createdAt\": null\n    }\n}"}],"_postman_id":"343263a1-e811-49a8-9c77-98851de30502"},{"name":"07. 내가 작성한 모임 목록 조회","id":"7126011f-9b40-4636-bc34-c3cc6671da83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop/api/users/gatherings?page=1&size=4","urlObject":{"protocol":"https","path":["api","users","gatherings"],"host":["manchui","shop"],"query":[{"key":"page","value":"1"},{"key":"size","value":"4"}],"variable":[]}},"response":[{"id":"20d3d183-fc53-460b-a0e6-3a1941754c94","name":"Success Response (200)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://manchui.shop/api/users/gatherings?page=1&size=4","protocol":"https","host":["manchui","shop"],"path":["api","users","gatherings"],"query":[{"key":"page","value":"1"},{"key":"size","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:28:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringCount\": 1,\n        \"writtenGatheringList\": {\n            \"content\": [\n                {\n                    \"gatheringId\": 52,\n                    \"groupName\": \"모각코\",\n                    \"category\": \"개발\",\n                    \"location\": \"여의도\",\n                    \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/6a19589c-7219-4152-a687-bb1aaf62a927.png\",\n                    \"gatheringDate\": \"2024-11-28T10:00:00\",\n                    \"dueDate\": \"2024-11-28T05:00:00\",\n                    \"maxUsers\": 10,\n                    \"participantUsers\": 1,\n                    \"isOpened\": false,\n                    \"isCanceled\": false,\n                    \"isClosed\": false,\n                    \"createdAt\": \"2024-11-26T18:10:21.104055\",\n                    \"updatedAt\": \"2024-11-26T18:10:21.104055\",\n                    \"deletedAt\": null\n                }\n            ],\n            \"pageable\": {\n                \"pageNumber\": 0,\n                \"pageSize\": 4,\n                \"sort\": {\n                    \"empty\": false,\n                    \"sorted\": true,\n                    \"unsorted\": false\n                },\n                \"offset\": 0,\n                \"paged\": true,\n                \"unpaged\": false\n            },\n            \"totalPages\": 1,\n            \"totalElements\": 1,\n            \"last\": true,\n            \"size\": 4,\n            \"number\": 0,\n            \"sort\": {\n                \"empty\": false,\n                \"sorted\": true,\n                \"unsorted\": false\n            },\n            \"numberOfElements\": 1,\n            \"first\": true,\n            \"empty\": false\n        },\n        \"pageSize\": 4,\n        \"page\": 1,\n        \"totalPage\": 1\n    }\n}"}],"_postman_id":"7126011f-9b40-4636-bc34-c3cc6671da83"},{"name":"08. 내가 참여한 모임 목록 조회","id":"8c8a70da-c35b-478c-ac51-ec1cd9a3b747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop/api/users/gatherings/attendance?page=1&size=4","urlObject":{"protocol":"https","path":["api","users","gatherings","attendance"],"host":["manchui","shop"],"query":[{"key":"page","value":"1"},{"key":"size","value":"4"}],"variable":[]}},"response":[{"id":"8ab278f1-0699-4fe8-b3e4-e39ba4cb4aab","name":"Fail Response (401) _ access","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://manchui.shop/api/users/gatherings/attendance?page=1&size=4","protocol":"https","host":["manchui","shop"],"path":["api","users","gatherings","attendance"],"query":[{"key":"page","value":"1"},{"key":"size","value":"4"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:29:37 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"101"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"유효하지 않은 Access 토큰입니다.\",\n    \"httpStatus\": \"UNAUTHORIZED\"\n}"},{"id":"e7678cd9-e383-4a0f-9157-f2241525380e","name":"Success Response (200)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://manchui.shop/api/users/gatherings/attendance?page=1&size=4","protocol":"https","host":["manchui","shop"],"path":["api","users","gatherings","attendance"],"query":[{"key":"page","value":"1"},{"key":"size","value":"4"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:58:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringCount\": 3,\n        \"participatedGatheringList\": {\n            \"content\": [\n                {\n                    \"gatheringId\": 50,\n                    \"groupName\": \"수영모임\",\n                    \"category\": \"운동\",\n                    \"location\": \"영등포\",\n                    \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/5e367d52-a90d-4730-9099-3e94da5c502b.jpg\",\n                    \"gatheringDate\": \"2024-11-28T15:00:00\",\n                    \"dueDate\": null,\n                    \"maxUsers\": 28,\n                    \"participantUsers\": 3,\n                    \"isOpened\": false,\n                    \"isCanceled\": false,\n                    \"isClosed\": false,\n                    \"createdAt\": \"2024-11-25T13:44:37.661508\",\n                    \"updatedAt\": \"2024-11-25T13:44:37.661508\",\n                    \"deletedAt\": null\n                },\n                {\n                    \"gatheringId\": 48,\n                    \"groupName\": \"영어 공부\",\n                    \"category\": \"공부\",\n                    \"location\": \"신림\",\n                    \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/6a790f92-b315-416c-a937-fbd723fd7461.jpg\",\n                    \"gatheringDate\": \"2024-11-28T11:00:00\",\n                    \"dueDate\": null,\n                    \"maxUsers\": 6,\n                    \"participantUsers\": 2,\n                    \"isOpened\": false,\n                    \"isCanceled\": false,\n                    \"isClosed\": false,\n                    \"createdAt\": \"2024-11-25T11:27:56.747108\",\n                    \"updatedAt\": \"2024-11-25T11:27:56.747108\",\n                    \"deletedAt\": null\n                },\n                {\n                    \"gatheringId\": 49,\n                    \"groupName\": \"여행모임\",\n                    \"category\": \"여행\",\n                    \"location\": \"잠실\",\n                    \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/08cd6151-2a11-4617-8d50-b41c713c5dc5.png\",\n                    \"gatheringDate\": \"2024-11-28T11:00:00\",\n                    \"dueDate\": null,\n                    \"maxUsers\": 7,\n                    \"participantUsers\": 3,\n                    \"isOpened\": false,\n                    \"isCanceled\": false,\n                    \"isClosed\": false,\n                    \"createdAt\": \"2024-11-25T11:35:47.840544\",\n                    \"updatedAt\": \"2024-11-25T11:35:47.840544\",\n                    \"deletedAt\": null\n                }\n            ],\n            \"pageable\": {\n                \"pageNumber\": 0,\n                \"pageSize\": 4,\n                \"sort\": {\n                    \"empty\": false,\n                    \"sorted\": true,\n                    \"unsorted\": false\n                },\n                \"offset\": 0,\n                \"paged\": true,\n                \"unpaged\": false\n            },\n            \"totalPages\": 1,\n            \"totalElements\": 3,\n            \"last\": true,\n            \"size\": 4,\n            \"number\": 0,\n            \"sort\": {\n                \"empty\": false,\n                \"sorted\": true,\n                \"unsorted\": false\n            },\n            \"numberOfElements\": 3,\n            \"first\": true,\n            \"empty\": false\n        },\n        \"pageSize\": 4,\n        \"page\": 1,\n        \"totalPage\": 1\n    }\n}"}],"_postman_id":"8c8a70da-c35b-478c-ac51-ec1cd9a3b747"},{"name":"내가 작성한 후기 목록 조회","id":"7b5fd263-ea72-40ed-9e43-ba1dd15f686a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop/api/users/reviews?page=1&size=4","urlObject":{"protocol":"https","path":["api","users","reviews"],"host":["manchui","shop"],"query":[{"key":"page","value":"1"},{"key":"size","value":"4"}],"variable":[]}},"response":[],"_postman_id":"7b5fd263-ea72-40ed-9e43-ba1dd15f686a"},{"name":"리뷰 작성 가능한 모임 목록 조회","id":"09082d6f-6c49-4c5d-92c8-4c91b5c896ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop/api/users/reviewable/list?page=1&size=4","urlObject":{"protocol":"https","path":["api","users","reviewable","list"],"host":["manchui","shop"],"query":[{"key":"page","value":"1"},{"key":"size","value":"4"}],"variable":[]}},"response":[],"_postman_id":"09082d6f-6c49-4c5d-92c8-4c91b5c896ac"},{"name":"회원 탈퇴","id":"584e9bd5-63e9-481a-865b-3acbbd1d4564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/auth/user","urlObject":{"protocol":"http","port":"8080","path":["api","auth","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"584e9bd5-63e9-481a-865b-3acbbd1d4564"}],"id":"e2ca22bb-a12f-4b9d-ad44-307acdebe80c","_postman_id":"e2ca22bb-a12f-4b9d-ad44-307acdebe80c","description":""},{"name":"Gathering","item":[{"name":"00. 모임 생성","id":"a3b8647c-593c-4d44-bc0f-4053f2d60dcf","request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"gatheringImage","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/Users/ohyeryung/Desktop/Screenshot 2024-11-25 at 19.05.47.png"],"src":"/Users/ohyeryung/Desktop/Screenshot 2024-11-25 at 19.05.47.png"},{"key":"category","value":"개발","type":"text"},{"key":"groupName","value":"곧 삭제할","type":"text"},{"key":"gatheringDate","value":"2024-11-28 10:00:00","type":"text"},{"key":"maxUsers","value":"10","type":"text"},{"key":"minUsers","value":"2","type":"text"},{"key":"location","value":"여의도","type":"text"},{"key":"gatheringContent","value":"노트북은 각자 지참해주세요 ","type":"text"}]},"url":"https://manchui.shop/api/gatherings","description":"<p>Creates a collection using the <a href=\"https://schema.postman.com/json/collection/v2.1.0/docs/index.html\">Postman Collection v2 schema format</a>. Include a <code>collection</code> object in the request body that contains the following required properties:</p>\n<ul>\n<li><code>info</code> — An <strong>object</strong> that contains the following properties:<ul>\n<li><code>name</code> — A <strong>string</strong> value that contains the collection's name.</li>\n<li><code>schema</code> — A <strong>string</strong> that contains a URL to the collection's schema. For example, the <code>https://schema.getpostman.com/collection/v1</code> URL.</li>\n</ul>\n</li>\n<li><code>item</code> — An <strong>object</strong> that contains the HTTP request and response information.<ul>\n<li><code>request</code> — An <strong>object</strong> that contains the collection's request information. For a complete list of values, refer to the <code>definitions.request</code> entry in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>. If you pass an empty object for this value, the system defaults to an untitled GET request.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>For a complete list of available property values for this endpoint, use the following references available in the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>:<ul>\n<li><code>info</code> object — Use the <code>definitions.info</code> entry.</li>\n<li><code>item</code> object — Use the <code>definitions.items</code> entry.</li>\n</ul>\n</li>\n<li>For all other possible values, refer to the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","gatherings"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"04467dfc-cea6-4a21-a413-0d0c0bf2a195","name":"Success Response (201)","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"gatheringImage","type":"file","src":"/Users/ohyeryung/Desktop/Screenshot 2024-11-25 at 19.05.47.png"},{"key":"category","value":"개발","type":"text"},{"key":"groupName","value":"모각코","type":"text"},{"key":"gatheringDate","value":"2024-11-28 10:00:00","type":"text"},{"key":"maxUsers","value":"10","type":"text"},{"key":"minUsers","value":"2","type":"text"},{"key":"location","value":"여의도","type":"text"},{"key":"gatheringContent","value":"노트북은 각자 지참해주세요 ","type":"text"}]},"url":"https://manchui.shop/api/gatherings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:10:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringId\": 52,\n        \"groupName\": \"모각코\",\n        \"category\": \"개발\",\n        \"location\": \"여의도\",\n        \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/6a19589c-7219-4152-a687-bb1aaf62a927.png\",\n        \"gatheringContent\": \"노트북은 각자 지참해주세요 \",\n        \"gatheringDate\": \"2024-11-28T10:00:00\",\n        \"dueDate\": \"2024-11-28T05:00:00\",\n        \"maxUsers\": 10,\n        \"minUsers\": 2,\n        \"createdAt\": \"2024-11-26T18:10:21.104054628\",\n        \"updatedAt\": \"2024-11-26T18:10:21.104054628\",\n        \"deletedAt\": null,\n        \"closed\": false,\n        \"hearted\": false,\n        \"canceled\": false,\n        \"opened\": false\n    }\n}"}],"_postman_id":"a3b8647c-593c-4d44-bc0f-4053f2d60dcf"},{"name":"01. 모임 목록 조회 (비회원)","id":"75a124fa-9d77-4360-8a0e-7727322b20fb","request":{"method":"GET","header":[],"url":"https://manchui.shop/api/gatherings/public?cursor=&size=3","description":"<p>Gets information about a collection. For a complete list of this endpoint's possible values, use the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</p>\n","urlObject":{"protocol":"https","path":["api","gatherings","public"],"host":["manchui","shop"],"query":[{"key":"cursor","value":""},{"key":"size","value":"3"}],"variable":[]}},"response":[{"id":"f1f031e8-ae7a-4229-927b-5d0c5d533be4","name":"Success Response (200)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://manchui.shop/api/gatherings/public?cursor=&size=3","protocol":"https","host":["manchui","shop"],"path":["api","gatherings","public"],"query":[{"key":"cursor","value":""},{"key":"size","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:11:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringCount\": 9,\n        \"gatheringList\": [\n            {\n                \"name\": \"테스트사용자\",\n                \"profileImage\": null,\n                \"gatheringId\": 52,\n                \"groupName\": \"모각코\",\n                \"category\": \"개발\",\n                \"location\": \"여의도\",\n                \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/6a19589c-7219-4152-a687-bb1aaf62a927.png\",\n                \"gatheringDate\": \"2024-11-28T10:00:00\",\n                \"dueDate\": \"2024-11-28T05:00:00\",\n                \"maxUsers\": 10,\n                \"minUsers\": 2,\n                \"currentUsers\": 1,\n                \"heartCounts\": 0,\n                \"createdAt\": \"2024-11-26T18:10:21.104055\",\n                \"updatedAt\": \"2024-11-26T18:10:21.104055\",\n                \"deletedAt\": null,\n                \"closed\": false,\n                \"hearted\": false,\n                \"opened\": false\n            },\n            {\n                \"name\": \"다비\",\n                \"profileImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/dbe145eb-e71c-42d6-8eec-83bc3bacdda4.png\",\n                \"gatheringId\": 51,\n                \"groupName\": \"떡볶이 먹어요\",\n                \"category\": \"맛집\",\n                \"location\": \"신림\",\n                \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/8c6243ad-e792-4cb0-bf3e-57b1c45cb35d.jpg\",\n                \"gatheringDate\": \"2024-11-28T13:00:00\",\n                \"dueDate\": \"2024-11-28T08:00:00\",\n                \"maxUsers\": 5,\n                \"minUsers\": 3,\n                \"currentUsers\": 1,\n                \"heartCounts\": 0,\n                \"createdAt\": \"2024-11-25T13:47:59.315417\",\n                \"updatedAt\": \"2024-11-25T13:47:59.315417\",\n                \"deletedAt\": null,\n                \"closed\": false,\n                \"hearted\": false,\n                \"opened\": false\n            },\n            {\n                \"name\": \"aaaa\",\n                \"profileImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/7c3c267e-69e2-48a4-9865-1c8068085762.png\",\n                \"gatheringId\": 50,\n                \"groupName\": \"수영모임\",\n                \"category\": \"운동\",\n                \"location\": \"영등포\",\n                \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/5e367d52-a90d-4730-9099-3e94da5c502b.jpg\",\n                \"gatheringDate\": \"2024-11-28T15:00:00\",\n                \"dueDate\": \"2024-11-28T10:00:00\",\n                \"maxUsers\": 28,\n                \"minUsers\": 16,\n                \"currentUsers\": 2,\n                \"heartCounts\": 1,\n                \"createdAt\": \"2024-11-25T13:44:37.661508\",\n                \"updatedAt\": \"2024-11-25T13:44:37.661508\",\n                \"deletedAt\": null,\n                \"closed\": false,\n                \"hearted\": false,\n                \"opened\": false\n            }\n        ],\n        \"nextCursor\": 50\n    }\n}"}],"_postman_id":"75a124fa-9d77-4360-8a0e-7727322b20fb"},{"name":"01-1. 모임 목록 조회 (회원)","id":"a5274684-18d9-465c-b470-1fbc8e551a8a","request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop/api/gatherings/public?size=3&sort=closeDate","description":"<p>Gets information about a collection. For a complete list of this endpoint's possible values, use the <a href=\"https://schema.postman.com/json/collection/v2.1.0/collection.json\">collection.json schema file</a>.</p>\n","urlObject":{"protocol":"https","path":["api","gatherings","public"],"host":["manchui","shop"],"query":[{"key":"size","value":"3"},{"key":"sort","value":"closeDate"}],"variable":[]}},"response":[{"id":"7cfab537-8959-47fe-96f2-3331982697e9","name":"Success Response (200)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://manchui.shop/api/gatherings/public?size=3","protocol":"https","host":["manchui","shop"],"path":["api","gatherings","public"],"query":[{"key":"size","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:13:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringCount\": 9,\n        \"gatheringList\": [\n            {\n                \"name\": \"테스트사용자\",\n                \"profileImage\": null,\n                \"gatheringId\": 52,\n                \"groupName\": \"모각코\",\n                \"category\": \"개발\",\n                \"location\": \"여의도\",\n                \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/6a19589c-7219-4152-a687-bb1aaf62a927.png\",\n                \"gatheringDate\": \"2024-11-28T10:00:00\",\n                \"dueDate\": \"2024-11-28T05:00:00\",\n                \"maxUsers\": 10,\n                \"minUsers\": 2,\n                \"currentUsers\": 1,\n                \"heartCounts\": 1,\n                \"createdAt\": \"2024-11-26T18:10:21.104055\",\n                \"updatedAt\": \"2024-11-26T18:10:21.104055\",\n                \"deletedAt\": null,\n                \"closed\": false,\n                \"hearted\": true,\n                \"opened\": false\n            },\n            {\n                \"name\": \"다비\",\n                \"profileImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/dbe145eb-e71c-42d6-8eec-83bc3bacdda4.png\",\n                \"gatheringId\": 51,\n                \"groupName\": \"떡볶이 먹어요\",\n                \"category\": \"맛집\",\n                \"location\": \"신림\",\n                \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/8c6243ad-e792-4cb0-bf3e-57b1c45cb35d.jpg\",\n                \"gatheringDate\": \"2024-11-28T13:00:00\",\n                \"dueDate\": \"2024-11-28T08:00:00\",\n                \"maxUsers\": 5,\n                \"minUsers\": 3,\n                \"currentUsers\": 1,\n                \"heartCounts\": 0,\n                \"createdAt\": \"2024-11-25T13:47:59.315417\",\n                \"updatedAt\": \"2024-11-25T13:47:59.315417\",\n                \"deletedAt\": null,\n                \"closed\": false,\n                \"hearted\": false,\n                \"opened\": false\n            },\n            {\n                \"name\": \"aaaa\",\n                \"profileImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/7c3c267e-69e2-48a4-9865-1c8068085762.png\",\n                \"gatheringId\": 50,\n                \"groupName\": \"수영모임\",\n                \"category\": \"운동\",\n                \"location\": \"영등포\",\n                \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/5e367d52-a90d-4730-9099-3e94da5c502b.jpg\",\n                \"gatheringDate\": \"2024-11-28T15:00:00\",\n                \"dueDate\": \"2024-11-28T10:00:00\",\n                \"maxUsers\": 28,\n                \"minUsers\": 16,\n                \"currentUsers\": 2,\n                \"heartCounts\": 2,\n                \"createdAt\": \"2024-11-25T13:44:37.661508\",\n                \"updatedAt\": \"2024-11-25T13:44:37.661508\",\n                \"deletedAt\": null,\n                \"closed\": false,\n                \"hearted\": true,\n                \"opened\": false\n            }\n        ],\n        \"nextCursor\": 50\n    }\n}"}],"_postman_id":"a5274684-18d9-465c-b470-1fbc8e551a8a"},{"name":"02. 모임 참여","id":"1dbc2753-70c1-4528-ab4e-94fc6c31b338","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"url":"https://manchui.shop/api/gatherings/49/attendance","urlObject":{"protocol":"https","path":["api","gatherings","49","attendance"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"1d729009-33d4-45a2-a69d-59f0bb5b68f4","name":"Success Response (201)","originalRequest":{"method":"POST","header":[],"url":"https://manchui.shop/api/gatherings/50/attendance"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:14:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"모임 참여 신청 완료되었습니다.\",\n    \"data\": null\n}"}],"_postman_id":"1dbc2753-70c1-4528-ab4e-94fc6c31b338"},{"name":"03. 모임 참여 취소","event":[{"listen":"test","script":{"id":"91529d2f-d1d4-4168-809a-50b283879ed6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"bf9cdc7d-cbc7-4c6c-9580-36dc36b79b92","request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"https://manchui.shop/api/gatherings/52/cancel","description":"<p>Deletes a collection.</p>\n","urlObject":{"protocol":"https","path":["api","gatherings","52","cancel"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"a91038e7-95e4-49d3-b7c9-bbda9366eb52","name":"Success Response (200)","originalRequest":{"method":"DELETE","header":[],"url":"https://manchui.shop/api/gatherings/50/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:14:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"모임 참여 신청이 취소되었습니다.\",\n    \"data\": null\n}"},{"id":"f471c28a-252d-48a1-8e9d-04a4801f320b","name":"Fail Response (400)","originalRequest":{"method":"DELETE","header":[],"url":"https://manchui.shop/api/gatherings/52/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:15:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"모임 주최자는 필수 참석입니다\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"}],"_postman_id":"bf9cdc7d-cbc7-4c6c-9580-36dc36b79b92"},{"name":"04. 모임 좋아요","id":"fd72d557-06ca-41b3-9c98-f7b446266256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"url":"https://manchui.shop/api/gatherings/50/heart","urlObject":{"protocol":"https","path":["api","gatherings","50","heart"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"24f8f694-1967-442e-a0ae-c26b289a6650","name":"Success Response (201)","originalRequest":{"method":"POST","header":[],"url":"https://manchui.shop/api/gatherings/52/heart"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:12:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"모임에 좋아요를 눌렀습니다.\",\n    \"data\": null\n}"}],"_postman_id":"fd72d557-06ca-41b3-9c98-f7b446266256"},{"name":"05. 모임 좋아요 취소","id":"9b3ab729-576d-41e5-b7b8-45b9a3d0b9d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"https://manchui.shop/api/gatherings/51/heart","urlObject":{"protocol":"https","path":["api","gatherings","51","heart"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"5f771adf-def4-492c-aa83-585f2493bff9","name":"Success Response (200)","originalRequest":{"method":"DELETE","header":[],"url":"https://manchui.shop/api/gatherings/52/heart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:15:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"모임에 누른 좋아요가 취소되었습니다.\",\n    \"data\": null\n}"},{"id":"86775e9a-2bc8-4ac3-8b31-9efd0f392ebe","name":"Fail Response (404)","originalRequest":{"method":"DELETE","header":[],"url":"https://manchui.shop/api/gatherings/51/heart"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:15:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"좋아요를 누르지 않은 모임입니다.\",\n    \"httpStatus\": \"NOT_FOUND\"\n}"}],"_postman_id":"9b3ab729-576d-41e5-b7b8-45b9a3d0b9d2"},{"name":"06. 모임 상세 조회 (비회원)","event":[{"listen":"test","script":{"id":"64720c52-b311-4468-b472-3cb61cd7e2b2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"90ff98d3-ea91-403a-85e5-060312e6dcee","request":{"method":"GET","header":[],"url":"https://manchui.shop/api/gatherings/public/52/reviews?page=1&size=3","description":"<p>Gets all of your <a href=\"https://www.getpostman.com/docs/collections\">collections</a>. The response includes all of your subscribed collections.</p>\n","urlObject":{"protocol":"https","path":["api","gatherings","public","52","reviews"],"host":["manchui","shop"],"query":[{"key":"page","value":"1"},{"key":"size","value":"3"}],"variable":[]}},"response":[{"id":"2cfb258f-bda5-47c5-a41b-f2a141a9eed5","name":"Success Response (200)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://manchui.shop/api/gatherings/public/52/reviews?page=1&size=3","protocol":"https","host":["manchui","shop"],"path":["api","gatherings","public","52","reviews"],"query":[{"key":"page","value":"1"},{"key":"size","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:22:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringId\": 52,\n        \"name\": \"프로참석러\",\n        \"profileImagePath\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/8aa369d6-038c-43df-9367-d35ef102aeca.jpg\",\n        \"groupName\": \"모각코\",\n        \"category\": \"개발\",\n        \"location\": \"여의도\",\n        \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/6a19589c-7219-4152-a687-bb1aaf62a927.png\",\n        \"content\": \"노트북은 각자 지참해주세요 \",\n        \"gatheringDate\": \"2024-11-28T10:00:00\",\n        \"dueDate\": \"2024-11-28T05:00:00\",\n        \"maxUsers\": 10,\n        \"minUsers\": 2,\n        \"currentUsers\": 1,\n        \"heartCounts\": 0,\n        \"createdAt\": \"2024-11-26T18:10:21.104055\",\n        \"updatedAt\": \"2024-11-26T18:10:21.104055\",\n        \"deletedAt\": null,\n        \"usersList\": [\n            {\n                \"name\": \"프로참석러\",\n                \"profileImagePath\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/8aa369d6-038c-43df-9367-d35ef102aeca.jpg\"\n            }\n        ],\n        \"reviewsList\": {\n            \"reviewCount\": 0,\n            \"scoreList\": {\n                \"avgScore\": 0,\n                \"fiveScoreCount\": 0,\n                \"fourScoreCount\": 0,\n                \"threeScoreCount\": 0,\n                \"twoScoreCount\": 0,\n                \"oneScoreCount\": 0\n            },\n            \"reviewContentList\": [],\n            \"pageSize\": 3,\n            \"page\": 1,\n            \"totalPage\": 0\n        },\n        \"closed\": false,\n        \"hearted\": false,\n        \"canceled\": false,\n        \"opened\": false\n    }\n}"}],"_postman_id":"90ff98d3-ea91-403a-85e5-060312e6dcee"},{"name":"06-1. 모임 상세 조회 (회원)","event":[{"listen":"test","script":{"id":"64720c52-b311-4468-b472-3cb61cd7e2b2","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5e7582ef-e657-46df-a56d-c1d8f11846a3","request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[{"key":"access","value":"eyJhbGciOiJIUzI1NiJ9.eyJjYXRlZ29yeSI6ImFjY2VzcyIsInVzZXJFbWFpbCI6InRlc3RAdGVzdC5jb20iLCJpYXQiOjE3MzAyOTM5MjIsImV4cCI6MTczMDI5NTcyMn0.RQ4yxt2JNphT1yjFxuJ5fMvcV7QCPSEcNjC2LBI-ws8","type":"text"}],"url":"https://manchui.shop/api/gatherings/public/52/reviews?size=3","description":"<p>Gets all of your <a href=\"https://www.getpostman.com/docs/collections\">collections</a>. The response includes all of your subscribed collections.</p>\n","urlObject":{"protocol":"https","path":["api","gatherings","public","52","reviews"],"host":["manchui","shop"],"query":[{"key":"size","value":"3"}],"variable":[]}},"response":[{"id":"b6cfcd9b-a671-472b-ba70-456ce9e2a985","name":"Fail Response (401) _ expired","originalRequest":{"method":"GET","header":[{"key":"access","value":"eyJhbGciOiJIUzI1NiJ9.eyJjYXRlZ29yeSI6ImFjY2VzcyIsInVzZXJFbWFpbCI6InRlc3RAdGVzdC5jb20iLCJpYXQiOjE3MzAyOTM5MjIsImV4cCI6MTczMDI5NTcyMn0.RQ4yxt2JNphT1yjFxuJ5fMvcV7QCPSEcNjC2LBI-ws8","type":"text"}],"url":{"raw":"https://manchui.shop/api/gatherings/31/reviews?page=1&size=3","protocol":"https","host":["manchui","shop"],"path":["api","gatherings","31","reviews"],"query":[{"key":"page","value":"1"},{"key":"size","value":"3"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:18:53 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"85"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"만료된 토큰 입니다.\",\n    \"httpStatus\": \"UNAUTHORIZED\"\n}"},{"id":"9f70b159-1120-4322-9e15-d0cbef3eaeed","name":"Success Response (200)","originalRequest":{"method":"GET","header":[{"key":"access","value":"eyJhbGciOiJIUzI1NiJ9.eyJjYXRlZ29yeSI6ImFjY2VzcyIsInVzZXJFbWFpbCI6InRlc3RAdGVzdC5jb20iLCJpYXQiOjE3MzAyOTM5MjIsImV4cCI6MTczMDI5NTcyMn0.RQ4yxt2JNphT1yjFxuJ5fMvcV7QCPSEcNjC2LBI-ws8","type":"text"}],"url":{"raw":"https://manchui.shop/api/gatherings/public/52/reviews?size=3","protocol":"https","host":["manchui","shop"],"path":["api","gatherings","public","52","reviews"],"query":[{"key":"size","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:25:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringId\": 52,\n        \"name\": \"프로참석러\",\n        \"profileImagePath\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/8aa369d6-038c-43df-9367-d35ef102aeca.jpg\",\n        \"groupName\": \"모각코\",\n        \"category\": \"개발\",\n        \"location\": \"여의도\",\n        \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/6a19589c-7219-4152-a687-bb1aaf62a927.png\",\n        \"content\": \"노트북은 각자 지참해주세요 \",\n        \"gatheringDate\": \"2024-11-28T10:00:00\",\n        \"dueDate\": \"2024-11-28T05:00:00\",\n        \"maxUsers\": 10,\n        \"minUsers\": 2,\n        \"currentUsers\": 1,\n        \"heartCounts\": 0,\n        \"createdAt\": \"2024-11-26T18:10:21.104055\",\n        \"updatedAt\": \"2024-11-26T18:10:21.104055\",\n        \"deletedAt\": null,\n        \"usersList\": [\n            {\n                \"name\": \"프로참석러\",\n                \"profileImagePath\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/8aa369d6-038c-43df-9367-d35ef102aeca.jpg\"\n            }\n        ],\n        \"reviewsList\": {\n            \"reviewCount\": 0,\n            \"scoreList\": {\n                \"avgScore\": 0,\n                \"fiveScoreCount\": 0,\n                \"fourScoreCount\": 0,\n                \"threeScoreCount\": 0,\n                \"twoScoreCount\": 0,\n                \"oneScoreCount\": 0\n            },\n            \"reviewContentList\": [],\n            \"pageSize\": 3,\n            \"page\": 1,\n            \"totalPage\": 0\n        },\n        \"closed\": false,\n        \"hearted\": false,\n        \"canceled\": false,\n        \"opened\": false\n    }\n}"}],"_postman_id":"5e7582ef-e657-46df-a56d-c1d8f11846a3"},{"name":"07. 모임 모집 취소","id":"23a6bf7f-5cc3-421b-b954-1ebe742bfc38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PATCH","header":[],"url":"https://manchui.shop/api/gatherings/53/cancel","urlObject":{"protocol":"https","path":["api","gatherings","53","cancel"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"4f0cf8ef-e1e7-42c5-b015-0c6bca1b163c","name":"Success Response (200)","originalRequest":{"method":"PATCH","header":[],"url":"https://manchui.shop/api/gatherings/53/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:40:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"모임이 정상적으로 취소되었습니다.\",\n    \"data\": null\n}"}],"_postman_id":"23a6bf7f-5cc3-421b-b954-1ebe742bfc38"},{"name":"08. 찜한 모임 목록 조회","id":"8e732116-af7a-40be-9ea9-eb458661f55a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop/api/gatherings/heart?page=&size=3","urlObject":{"protocol":"https","path":["api","gatherings","heart"],"host":["manchui","shop"],"query":[{"key":"page","value":""},{"key":"size","value":"3"}],"variable":[]}},"response":[{"id":"05385321-b901-4785-88c7-812dd922e42f","name":"Success Response (200)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://manchui.shop/api/gatherings/heart?page=&size=3","protocol":"https","host":["manchui","shop"],"path":["api","gatherings","heart"],"query":[{"key":"page","value":""},{"key":"size","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.2"},{"key":"Date","value":"Tue, 26 Nov 2024 09:23:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"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":"0"},{"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":"DENY"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringCount\": 2,\n        \"gatheringList\": [\n            {\n                \"name\": \"aaaa\",\n                \"profileImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/7c3c267e-69e2-48a4-9865-1c8068085762.png\",\n                \"gatheringId\": 50,\n                \"groupName\": \"수영모임\",\n                \"category\": \"운동\",\n                \"location\": \"영등포\",\n                \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/5e367d52-a90d-4730-9099-3e94da5c502b.jpg\",\n                \"gatheringDate\": \"2024-11-28T15:00:00\",\n                \"dueDate\": \"2024-11-28T10:00:00\",\n                \"maxUsers\": 28,\n                \"minUsers\": 16,\n                \"currentUsers\": 2,\n                \"heartCounts\": 2,\n                \"createdAt\": \"2024-11-25T13:44:37.661508\",\n                \"updatedAt\": \"2024-11-25T13:44:37.661508\",\n                \"deletedAt\": null,\n                \"closed\": false,\n                \"hearted\": true,\n                \"opened\": false\n            },\n            {\n                \"name\": \"nnnv\",\n                \"profileImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/47ca3f66-8f5e-4273-aaee-8366872ae162.png\",\n                \"gatheringId\": 34,\n                \"groupName\": \"fads\",\n                \"category\": \"운동\",\n                \"location\": \"신림\",\n                \"gatheringImage\": \"https://manchui-bucket.s3.ap-northeast-2.amazonaws.com/9a9928f5-9331-413b-9c71-ab00139503ad.png\",\n                \"gatheringDate\": \"2024-11-29T11:00:00\",\n                \"dueDate\": \"2024-11-29T06:00:00\",\n                \"maxUsers\": 6,\n                \"minUsers\": 5,\n                \"currentUsers\": 2,\n                \"heartCounts\": 2,\n                \"createdAt\": \"2024-11-13T20:44:33.412677\",\n                \"updatedAt\": \"2024-11-13T20:44:33.412677\",\n                \"deletedAt\": null,\n                \"closed\": false,\n                \"hearted\": true,\n                \"opened\": false\n            }\n        ],\n        \"pageSize\": 3,\n        \"page\": 1,\n        \"totalPage\": 1\n    }\n}"}],"_postman_id":"8e732116-af7a-40be-9ea9-eb458661f55a"},{"name":"09. 본인이 생성한 모임 중 마감된 모임만 조회","id":"79f7cf4b-4de6-4ac3-9e2b-84d35668efbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/gatherings","urlObject":{"protocol":"http","port":"8080","path":["api","gatherings"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f8b73a18-d094-460d-aa35-24c1524b23db","name":"Success Response (200)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/gatherings"},"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":"0"},{"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":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 15 Nov 2024 15:54:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": {\n        \"gatheringCount\": 2,\n        \"closedGatheringList\": [\n            {\n                \"gatheringId\": 1,\n                \"groupName\": \"안녕하세요\"\n            },\n            {\n                \"gatheringId\": 3,\n                \"groupName\": \"잘있어요\"\n            }\n        ]\n    }\n}"},{"id":"c232841d-005a-4ab8-985d-ec6802efd636","name":"Fail Response (200)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/gatherings"},"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":"0"},{"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":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 15 Nov 2024 15:58:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"생성한 모임 중 마감된 모임이 존재하지 않습니다.\",\n    \"httpStatus\": \"OK\"\n}"}],"_postman_id":"79f7cf4b-4de6-4ac3-9e2b-84d35668efbd"},{"name":"10. 마감된 모임 상세 조회","id":"bd698c45-3c9a-47a5-a344-68f0665e4de2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/api/gatherings/1","urlObject":{"protocol":"http","port":"8080","path":["api","gatherings","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c00b7238-a324-4afa-99fd-68b2efaea718","name":"Fail Response (400)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/gatherings/2"},"status":"Bad Request","code":400,"_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":"0"},{"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":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 15 Nov 2024 15:57:07 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"현재 마감된 모임이 아닙니다.\",\n    \"httpStatus\": \"BAD_REQUEST\"\n}"}],"_postman_id":"bd698c45-3c9a-47a5-a344-68f0665e4de2"}],"id":"9914bcda-06fe-494e-84cd-610320bd8787","_postman_id":"9914bcda-06fe-494e-84cd-610320bd8787","description":""},{"name":"Review","item":[{"name":"00. 후기 생성","id":"e9205262-1f40-4592-aea2-c6a8ced8dd06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"score\": 5,\n  \"comment\": \"좋은 시간 보낼 수 있어 즐거웠습니다 :)\"\n}","options":{"raw":{"language":"json"}}},"url":"https://manchui.shop/api/reviews/1","urlObject":{"protocol":"https","path":["api","reviews","1"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9205262-1f40-4592-aea2-c6a8ced8dd06"},{"name":"01. 후기 수정","id":"03f0a0fb-4e62-465f-832c-4b155eadb011","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"PUT","header":[],"url":"https://manchui.shop/api/reviews/1","urlObject":{"protocol":"https","path":["api","reviews","1"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"03f0a0fb-4e62-465f-832c-4b155eadb011"},{"name":"02. 후기 삭제","id":"631bb21b-9ddc-4372-a823-da5b6d5855d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"DELETE","header":[],"url":"https://manchui.sho/api/reviews/3","urlObject":{"protocol":"https","path":["api","reviews","3"],"host":["manchui","sho"],"query":[],"variable":[]}},"response":[],"_postman_id":"631bb21b-9ddc-4372-a823-da5b6d5855d8"},{"name":"03. 전체 후기 조회","id":"419054aa-82ce-48b2-a9f5-8ae966168579","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop/reviews?page=1&size=3","urlObject":{"protocol":"https","path":["reviews"],"host":["manchui","shop"],"query":[{"key":"page","value":"1"},{"key":"size","value":"3"}],"variable":[]}},"response":[],"_postman_id":"419054aa-82ce-48b2-a9f5-8ae966168579"}],"id":"f711d830-c13d-4c12-aceb-9e296e1eac2d","_postman_id":"f711d830-c13d-4c12-aceb-9e296e1eac2d","description":""},{"name":"Notification","item":[{"name":"SSE 연결","id":"a3c1a4bd-7efc-431e-bf21-fa9b699560dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://manchui.shop/api/notifications/subscribe","urlObject":{"protocol":"https","path":["api","notifications","subscribe"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3c1a4bd-7efc-431e-bf21-fa9b699560dc"},{"name":"00. 받은 알림 목록 조회","id":"122fc575-6b38-4065-b3b8-6a3f9d9875ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"token":"<token>"},"isInherited":false},"method":"GET","header":[],"url":"https://manchui.shop?page=0","urlObject":{"protocol":"https","host":["manchui","shop"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[],"_postman_id":"122fc575-6b38-4065-b3b8-6a3f9d9875ea"},{"name":"01. 알림 삭제","id":"3c41adfc-f986-4546-8bcd-e6d51a336ca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://manchui.shop/api/notifications/1","urlObject":{"protocol":"https","path":["api","notifications","1"],"host":["manchui","shop"],"query":[],"variable":[]}},"response":[{"id":"97ba1931-8efc-47ca-b6ce-c6a80e15e4c5","name":"Success Response (200)","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/notifications/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":"0"},{"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":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 18 Nov 2024 14:04:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"OK\",\n    \"data\": \"알림이 삭제되었습니다.\"\n}"}],"_postman_id":"3c41adfc-f986-4546-8bcd-e6d51a336ca9"}],"id":"702d328d-b80d-43d9-a177-ebb6acb08f47","_postman_id":"702d328d-b80d-43d9-a177-ebb6acb08f47","description":""}]}