{"info":{"_postman_id":"804ec1f0-a085-41d4-8328-05fe69f92d9a","name":"긱사생 API","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"17423576","collectionId":"804ec1f0-a085-41d4-8328-05fe69f92d9a","publishedId":"UzJETKVS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-01T21:38:06.000Z"},"item":[{"name":"Member","item":[{"name":"회원 가입","id":"a619e881-f839-40da-ae8c-be2ab3cb0274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"checkPassword\": \"1q2w3e4r!\",\r\n  \"email\": \"asdas@naver.com\",\r\n  \"loginId\": \"asdasd\",\r\n  \"nickname\": \"neoneo\",\r\n  \"password\": \"1q2w3e4r!\",\r\n  \"phoneNumber\": \"01012341234\",\r\n  \"universityName\": \"Gachon University\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/members","urlObject":{"protocol":"https","path":["members"],"host":["geeksasaeng","shop"],"query":[],"variable":[]}},"response":[{"id":"66e69f3b-55c7-41b4-8b87-d509cc271436","name":"회원 가입: 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"checkPassword\": \"1q2w3e4r!\",\r\n  \"email\": \"asdas@naver.com\",\r\n  \"loginId\": \"asdasd\",\r\n  \"nickname\": \"neoneo\",\r\n  \"password\": \"1q2w3e4r!\",\r\n  \"phoneNumber\": \"01012341234\",\r\n  \"universityName\": \"Gachon University\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 01 Jul 2022 21:26:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"요청에 성공하였습니다.\",\n    \"result\": {\n        \"loginId\": \"asdasd\",\n        \"nickname\": \"neoneo\",\n        \"universityName\": \"Gachon University\",\n        \"email\": \"asdas@naver.com\",\n        \"phoneNumber\": \"01012341234\"\n    }\n}"}],"_postman_id":"a619e881-f839-40da-ae8c-be2ab3cb0274"},{"name":"로그인","id":"6db1dfbf-6b93-40e9-bc28-a15c4af4277b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"loginId\": \"asdasd\",\r\n    \"password\": \"1q2w3e4r!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/login","urlObject":{"protocol":"https","path":["login"],"host":["geeksasaeng","shop"],"query":[],"variable":[]}},"response":[{"id":"d50b49a9-eed6-4bb0-9944-ba095ab284a5","name":"로그인: 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"loginId\": \"asdasd\",\r\n    \"password\": \"1q2w3e4r!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 01 Jul 2022 21:27:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"요청에 성공하였습니다.\",\n    \"result\": {\n        \"jwt\": \"eyJ0eXBlIjoiand0IiwiYWxnIjoiSFMyNTYifQ.eyJqd3RJbmZvIjp7InVuaXZlcnNpdHlJZCI6MSwidXNlcklkIjoyN30sImlhdCI6MTY1NjcxMDgzOSwiZXhwIjoxNjU4MTgyMDY4fQ.sFZWjrUJJ-yIhNnuABO5CuROS7tBLCk8p1gS8F_fmzg\"\n    }\n}"},{"id":"1b61b3f4-2b0f-48bf-9d0b-1f1151417e7b","name":"로그인: 실패","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"loginId\": \"asdasd\",\r\n    \"password\": \"1q2w3e41r!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/login"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 01 Jul 2022 21:27:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timestamp\": \"2022-07-01T21:27:58.744+00:00\",\n    \"status\": 500,\n    \"error\": \"Internal Server Error\",\n    \"path\": \"/login\"\n}"}],"_postman_id":"6db1dfbf-6b93-40e9-bc28-a15c4af4277b"},{"name":"네이버 로그인","id":"fae6f1ca-a814-40c9-aca8-67f18dddefd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fae6f1ca-a814-40c9-aca8-67f18dddefd1"},{"name":"네이버 회원가입","id":"fa26d69a-556a-4aa0-a9ac-d04ac1968793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nickname\" : \"dddddd\",\r\n    \"universityName\" : \"가천대학교\",\r\n    \"email\" : \"forceTlight@gmail.com\",\r\n    \"accessToken\" : \"AAAAOVbQCLsX/TeTXrVHF4/xhgWyqWmhT0ZOhEBMEFpSdjH1+QXsVL7lcAZIqQweRJaM/PlWCEXJZh/BzVwGhj4JwI0=\",\r\n    \"informationAgreeStatus\" : \"Y\"\r\n}","options":{"raw":{"language":"json"}}},"url":"네이버 회원가입","urlObject":{"host":["네이버 회원가입"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa26d69a-556a-4aa0-a9ac-d04ac1968793"},{"name":"자동 로그인","id":"ef1a9b79-b020-48a7-b128-52efd75a4244","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"ef1a9b79-b020-48a7-b128-52efd75a4244"}],"id":"428b9896-fb49-499f-95ad-b04002edec6d","_postman_id":"428b9896-fb49-499f-95ad-b04002edec6d","description":""},{"name":"DeliveryParty","item":[{"name":"배달 파티 생성","id":"bfefb559-fe4b-44de-8b67-111bf9020737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXBlIjoiand0IiwiYWxnIjoiSFMyNTYifQ.eyJqd3RJbmZvIjp7InVuaXZlcnNpdHlJZCI6MSwidXNlcklkIjozNX0sImlhdCI6MTY1OTMzMTk5OCwiZXhwIjoxNjYwMjIxMDMwfQ.NdFB_RS75bQxrUZfD81ko9rmEOB7q6Nv3qufe0HjTZ0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"foodCategory\": 1,\r\n  \"chief\": 2,\r\n  \"content\": \"교촌 허니콤보 시켜먹을 분 구해요~\",\r\n  \"hashTag\": 1,\r\n  \"maxMatching\": 4,\r\n  \"orderTime\": \"2022-08-02 13:29:30\",\r\n  \"title\": \"교촌 같이 먹으실분~\",\r\n  \"storeUrl\": \"https://baemin.me/mUpLJ7qBk\",\r\n  \"latitude\": \"37.4568\",\r\n  \"longitude\": \"128.123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/:domitoryId/delivery-party","urlObject":{"protocol":"https","path":[":domitoryId","delivery-party"],"host":["geeksasaeng","shop"],"query":[],"variable":[{"type":"any","value":"1","key":"domitoryId"}]}},"response":[{"id":"f076889c-1c85-4e10-b1e8-afb6c352e1fa","name":"배달 파티 생성: 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXBlIjoiand0IiwiYWxnIjoiSFMyNTYifQ.eyJqd3RJbmZvIjp7InVuaXZlcnNpdHlJZCI6MSwidXNlcklkIjozNX0sImlhdCI6MTY1OTMzMTk5OCwiZXhwIjoxNjYwMjIxMDMwfQ.NdFB_RS75bQxrUZfD81ko9rmEOB7q6Nv3qufe0HjTZ0","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"foodCategory\": 1,\r\n  \"chief\": 2,\r\n  \"content\": \"교촌 허니콤보 시켜먹을 분 구해요~\",\r\n  \"hashTag\": 1,\r\n  \"maxMatching\": 4,\r\n  \"orderTime\": \"2022-08-02 13:29:30\",\r\n  \"title\": \"교촌 같이 먹으실분~\",\r\n  \"storeUrl\": \"https://baemin.me/mUpLJ7qBk\",\r\n  \"latitude\": \"37.4568\",\r\n  \"longitude\": \"128.123\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://geeksasaeng.shop/:domitoryId/delivery-party","protocol":"https","host":["geeksasaeng","shop"],"path":[":domitoryId","delivery-party"],"variable":[{"key":"domitoryId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 01 Aug 2022 05:38:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"요청에 성공하였습니다.\",\n    \"result\": {\n        \"chief\": \"zeroro\",\n        \"dormitory\": \"1기숙사\",\n        \"foodCategory\": \"한식\",\n        \"title\": \"교촌 같이 먹으실분~\",\n        \"content\": \"교촌 허니콤보 시켜먹을 분 구해요~\",\n        \"orderTime\": \"2022-08-02 13:29:30\",\n        \"createdAt\": \"2022-08-01 14:38:59\",\n        \"orderTimeCategoryType\": \"DINNER\",\n        \"currentMatching\": 1,\n        \"maxMatching\": 4,\n        \"matchingStatus\": \"ONGOING\",\n        \"storeUrl\": \"https://baemin.me/mUpLJ7qBk\",\n        \"latitude\": 37.4568,\n        \"longitude\": 128.123,\n        \"hashTag\": true\n    }\n}"},{"id":"538aa6ac-cdc9-44bf-bd88-cd9740f43f30","name":"배달 파티 생성","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXBlIjoiand0IiwiYWxnIjoiSFMyNTYifQ.eyJqd3RJbmZvIjp7InVuaXZlcnNpdHlJZCI6MSwidXNlcklkIjozNX0sImlhdCI6MTY2MDU0OTMyMCwiZXhwIjoxNjYxNDM4MzUzfQ.2dwM8XhglDUHzQOr5EA9CUOukkpyS3DxJ30y_AGxFnI","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"foodCategory\": 1,\r\n  \"content\": \"교촌 허니콤보 시켜먹을 분 구해요~\",\r\n  \"hashTag\": 1,\r\n  \"maxMatching\": 4,\r\n  \"orderTime\": \"2022-08-17 13:29:30\",\r\n  \"title\": \"교촌 같이 먹으실분~\",\r\n  \"storeUrl\": \"https://baemin.me/mUpLJ7qBk\",\r\n  \"latitude\": \"37.4568\",\r\n  \"longitude\": \"128.123\",\r\n  \"bank\": \"국민은행\",\r\n  \"accountNumber\": \"111-22222-33333\",\r\n  \"chatRoomName\": \"교촌 채팅방이에유\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://geeksasaeng.shop/:domitoryId/delivery-party","protocol":"https","host":["geeksasaeng","shop"],"path":[":domitoryId","delivery-party"],"variable":[{"key":"domitoryId","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Mon, 15 Aug 2022 07:43:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"요청에 성공하였습니다.\",\n    \"result\": {\n        \"partyId\": 489,\n        \"chief\": \"zeroro\",\n        \"dormitory\": \"예시 1기숙사\",\n        \"foodCategory\": \"한식\",\n        \"title\": \"교촌 같이 먹으실분~\",\n        \"content\": \"교촌 허니콤보 시켜먹을 분 구해요~\",\n        \"orderTime\": \"2022-08-17 13:29:30\",\n        \"createdAt\": \"2022-08-15 16:43:22\",\n        \"orderTimeCategoryType\": \"LUNCH\",\n        \"currentMatching\": 1,\n        \"maxMatching\": 4,\n        \"matchingStatus\": \"ONGOING\",\n        \"storeUrl\": \"https://baemin.me/mUpLJ7qBk\",\n        \"latitude\": 37.4568,\n        \"longitude\": 128.123,\n        \"hashTag\": true,\n        \"uuid\": \"9a2aa47c-cd74-405d-8593-a795b040e08b\",\n        \"bank\": \"국민은행\",\n        \"accountNumber\": \"111-22222-33333\",\n        \"chatRoomName\": \"교촌 채팅방이에유\"\n    }\n}"}],"_postman_id":"bfefb559-fe4b-44de-8b67-111bf9020737"},{"name":"기숙사별 배달 파티 모두 불러오기","id":"8901b29e-25a9-4cae-8b1a-da448cb1ae10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://geeksasaeng.shop/deliveryParties/get?domitoryId=1","urlObject":{"protocol":"https","path":["deliveryParties","get"],"host":["geeksasaeng","shop"],"query":[{"key":"domitoryId","value":"1"}],"variable":[]}},"response":[{"id":"b0e3154c-7438-48a4-881a-72cf81eb28dc","name":"기숙사별 배달 파티 모두 불러오기","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://geeksasaeng.shop/deliveryParties/get?domitoryId=1","protocol":"https","host":["geeksasaeng","shop"],"path":["deliveryParties","get"],"query":[{"key":"domitoryId","value":"1","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 01 Jul 2022 21:36:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"요청에 성공하였습니다.\",\n    \"result\": [\n        {\n            \"createdAt\": \"2022-07-02 00:46:22\",\n            \"updatedAt\": \"2022-07-02 00:46:22\",\n            \"status\": null,\n            \"id\": 1,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 00:50:53\",\n            \"updatedAt\": \"2022-07-02 00:50:53\",\n            \"status\": null,\n            \"id\": 2,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:03:50\",\n            \"updatedAt\": \"2022-07-02 01:03:50\",\n            \"status\": null,\n            \"id\": 3,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:08:44\",\n            \"updatedAt\": \"2022-07-02 01:08:44\",\n            \"status\": null,\n            \"id\": 4,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:08:52\",\n            \"updatedAt\": \"2022-07-02 01:08:52\",\n            \"status\": null,\n            \"id\": 5,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:11:15\",\n            \"updatedAt\": \"2022-07-02 01:11:15\",\n            \"status\": null,\n            \"id\": 6,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:23:28\",\n            \"updatedAt\": \"2022-07-02 01:23:28\",\n            \"status\": null,\n            \"id\": 7,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:32:00\",\n            \"updatedAt\": \"2022-07-02 01:32:00\",\n            \"status\": null,\n            \"id\": 8,\n            \"hashTag\": [],\n            \"title\": \"1234\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:35:15\",\n            \"updatedAt\": \"2022-07-02 01:35:15\",\n            \"status\": null,\n            \"id\": 9,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:00:55\",\n            \"updatedAt\": \"2022-07-02 02:00:55\",\n            \"status\": null,\n            \"id\": 10,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:11:26\",\n            \"updatedAt\": \"2022-07-02 02:11:26\",\n            \"status\": null,\n            \"id\": 11,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:17:03\",\n            \"updatedAt\": \"2022-07-02 02:17:03\",\n            \"status\": null,\n            \"id\": 12,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:23:48\",\n            \"updatedAt\": \"2022-07-02 02:23:48\",\n            \"status\": null,\n            \"id\": 13,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:25:43\",\n            \"updatedAt\": \"2022-07-02 02:25:43\",\n            \"status\": null,\n            \"id\": 14,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:26:10\",\n            \"updatedAt\": \"2022-07-02 02:26:10\",\n            \"status\": null,\n            \"id\": 15,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:30:41\",\n            \"updatedAt\": \"2022-07-02 02:30:41\",\n            \"status\": null,\n            \"id\": 16,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"ONGOING\"\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:32:30\",\n            \"updatedAt\": \"2022-07-02 02:32:30\",\n            \"status\": null,\n            \"id\": 17,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"FINISH\"\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:44:32\",\n            \"updatedAt\": \"2022-07-02 02:44:32\",\n            \"status\": null,\n            \"id\": 18,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"ONGOING\"\n        },\n        {\n            \"createdAt\": \"2022-07-02 04:38:30\",\n            \"updatedAt\": \"2022-07-02 04:38:30\",\n            \"status\": null,\n            \"id\": 19,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": \"2022-01-02T01:39:06\",\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"ONGOING\"\n        },\n        {\n            \"createdAt\": \"2022-07-01 21:32:45\",\n            \"updatedAt\": \"2022-07-01 21:32:45\",\n            \"status\": null,\n            \"id\": 20,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": \"2022-01-02T01:39:06\",\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"ONGOING\"\n        },\n        {\n            \"createdAt\": \"2022-07-01 21:33:56\",\n            \"updatedAt\": \"2022-07-01 21:33:56\",\n            \"status\": null,\n            \"id\": 21,\n            \"hashTag\": [],\n            \"title\": \"교촌 같이 먹으실분~\",\n            \"content\": \"교촌 허니콤보 시켜먹을 분 구해요~\",\n            \"orderTime\": \"2022-07-01T21:29:30.976\",\n            \"currentMatching\": 1,\n            \"maxMatching\": 4,\n            \"location\": \"string\",\n            \"matchingStatus\": \"ONGOING\"\n        }\n    ]\n}"}],"_postman_id":"8901b29e-25a9-4cae-8b1a-da448cb1ae10"},{"name":"배달 파티 모두 불러오기","id":"6f45e420-039b-4078-a0bc-4d5efe6a147b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://geeksasaeng.shop/deliveryParties","urlObject":{"protocol":"https","path":["deliveryParties"],"host":["geeksasaeng","shop"],"query":[],"variable":[]}},"response":[{"id":"88281b9b-047d-4c15-bb42-acbcf8f88eca","name":"배달 파티 모두 불러오기: 성공","originalRequest":{"method":"GET","header":[],"url":"https://geeksasaeng.shop/deliveryParties"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Fri, 01 Jul 2022 21:35:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"요청에 성공하였습니다.\",\n    \"result\": [\n        {\n            \"createdAt\": \"2022-07-02 00:46:22\",\n            \"updatedAt\": \"2022-07-02 00:46:22\",\n            \"status\": null,\n            \"id\": 1,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 00:50:53\",\n            \"updatedAt\": \"2022-07-02 00:50:53\",\n            \"status\": null,\n            \"id\": 2,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:03:50\",\n            \"updatedAt\": \"2022-07-02 01:03:50\",\n            \"status\": null,\n            \"id\": 3,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:08:44\",\n            \"updatedAt\": \"2022-07-02 01:08:44\",\n            \"status\": null,\n            \"id\": 4,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:08:52\",\n            \"updatedAt\": \"2022-07-02 01:08:52\",\n            \"status\": null,\n            \"id\": 5,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:11:15\",\n            \"updatedAt\": \"2022-07-02 01:11:15\",\n            \"status\": null,\n            \"id\": 6,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:23:28\",\n            \"updatedAt\": \"2022-07-02 01:23:28\",\n            \"status\": null,\n            \"id\": 7,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:32:00\",\n            \"updatedAt\": \"2022-07-02 01:32:00\",\n            \"status\": null,\n            \"id\": 8,\n            \"hashTag\": [],\n            \"title\": \"1234\",\n            \"content\": \"123\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 01:35:15\",\n            \"updatedAt\": \"2022-07-02 01:35:15\",\n            \"status\": null,\n            \"id\": 9,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:00:55\",\n            \"updatedAt\": \"2022-07-02 02:00:55\",\n            \"status\": null,\n            \"id\": 10,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:11:26\",\n            \"updatedAt\": \"2022-07-02 02:11:26\",\n            \"status\": null,\n            \"id\": 11,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:17:03\",\n            \"updatedAt\": \"2022-07-02 02:17:03\",\n            \"status\": null,\n            \"id\": 12,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:23:48\",\n            \"updatedAt\": \"2022-07-02 02:23:48\",\n            \"status\": null,\n            \"id\": 13,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:25:43\",\n            \"updatedAt\": \"2022-07-02 02:25:43\",\n            \"status\": null,\n            \"id\": 14,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:26:10\",\n            \"updatedAt\": \"2022-07-02 02:26:10\",\n            \"status\": null,\n            \"id\": 15,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": null\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:30:41\",\n            \"updatedAt\": \"2022-07-02 02:30:41\",\n            \"status\": null,\n            \"id\": 16,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"ONGOING\"\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:32:30\",\n            \"updatedAt\": \"2022-07-02 02:32:30\",\n            \"status\": null,\n            \"id\": 17,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"FINISH\"\n        },\n        {\n            \"createdAt\": \"2022-07-02 02:44:32\",\n            \"updatedAt\": \"2022-07-02 02:44:32\",\n            \"status\": null,\n            \"id\": 18,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": null,\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"ONGOING\"\n        },\n        {\n            \"createdAt\": \"2022-07-02 04:38:30\",\n            \"updatedAt\": \"2022-07-02 04:38:30\",\n            \"status\": null,\n            \"id\": 19,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": \"2022-01-02T01:39:06\",\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"ONGOING\"\n        },\n        {\n            \"createdAt\": \"2022-07-01 21:32:45\",\n            \"updatedAt\": \"2022-07-01 21:32:45\",\n            \"status\": null,\n            \"id\": 20,\n            \"hashTag\": [],\n            \"title\": \"123\",\n            \"content\": \"1234\",\n            \"orderTime\": \"2022-01-02T01:39:06\",\n            \"currentMatching\": 1,\n            \"maxMatching\": 2,\n            \"location\": \"123\",\n            \"matchingStatus\": \"ONGOING\"\n        },\n        {\n            \"createdAt\": \"2022-07-01 21:33:56\",\n            \"updatedAt\": \"2022-07-01 21:33:56\",\n            \"status\": null,\n            \"id\": 21,\n            \"hashTag\": [],\n            \"title\": \"교촌 같이 먹으실분~\",\n            \"content\": \"교촌 허니콤보 시켜먹을 분 구해요~\",\n            \"orderTime\": \"2022-07-01T21:29:30.976\",\n            \"currentMatching\": 1,\n            \"maxMatching\": 4,\n            \"location\": \"string\",\n            \"matchingStatus\": \"ONGOING\"\n        }\n    ]\n}"}],"_postman_id":"6f45e420-039b-4078-a0bc-4d5efe6a147b"},{"name":"배달 파티 상세보기","id":"49fadb3a-90aa-405a-9b39-d0f1ba6bf071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"49fadb3a-90aa-405a-9b39-d0f1ba6bf071"},{"name":"배달파티 삭제","id":"0d3f4882-abd7-4b4f-86d5-9bb2a7a6ba30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Bearer eyJ0eXBlIjoiand0IiwiYWxnIjoiSFMyNTYifQ.eyJqd3RJbmZvIjp7InVuaXZlcnNpdHlJZCI6MSwidXNlcklkIjoyNn0sImlhdCI6MTY1Nzk0MTQ4NiwiZXhwIjoxNjU4ODMwNTE5fQ.n9HFrLuc97GeWOcKo-ffAj-k5XAvcd7IH0iEuOVzPaQ","type":"text"}],"url":"https://geeksasaeng.shop/delivery-party/:partyId","urlObject":{"protocol":"https","path":["delivery-party",":partyId"],"host":["geeksasaeng","shop"],"query":[],"variable":[{"type":"any","value":"277","key":"partyId"}]}},"response":[],"_postman_id":"0d3f4882-abd7-4b4f-86d5-9bb2a7a6ba30"},{"name":"배달 파티 멤버 생성","id":"510adf35-5800-4a7b-a415-be98de47321c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer eyJ0eXBlIjoiand0IiwiYWxnIjoiSFMyNTYifQ.eyJqd3RJbmZvIjp7InVuaXZlcnNpdHlJZCI6MSwidXNlcklkIjozNH0sImlhdCI6MTY2MDU0OTQ4MywiZXhwIjoxNjYxNDM4NTE2fQ.eoTXPj2a7GG6cVxsWyRthvl638C24kNVO_cAxNiqWyE","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"partyId\": \"489\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/deliveryPartyMember","urlObject":{"protocol":"https","path":["deliveryPartyMember"],"host":["geeksasaeng","shop"],"query":[],"variable":[]}},"response":[],"_postman_id":"510adf35-5800-4a7b-a415-be98de47321c"},{"name":"New Request","id":"9036296d-46b4-4605-ad52-4c15a3079531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"9036296d-46b4-4605-ad52-4c15a3079531"}],"id":"adc93ca8-6c4a-4205-8358-b72a691c4282","_postman_id":"adc93ca8-6c4a-4205-8358-b72a691c4282","description":""},{"name":"DeliveryPartyRoom","item":[{"name":"배달 파티 방 참가","id":"039378c4-545a-4c73-acf2-c9503d03f342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"participantId\":5 ,\r\n    \"partyId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/deliveryPartyRoom","urlObject":{"protocol":"https","path":["deliveryPartyRoom"],"host":["geeksasaeng","shop"],"query":[],"variable":[]}},"response":[{"id":"34d9ae01-0f45-4588-92bc-5370c7921bc7","name":"배달 파티 방 참가: 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"participantId\":5 ,\r\n    \"partyId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://geeksasaeng.shop/deliveryPartyRoom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Date","value":"Sat, 02 Jul 2022 01:15:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"isSuccess\": true,\n    \"code\": 1000,\n    \"message\": \"요청에 성공하였습니다.\",\n    \"result\": {\n        \"deliveryPartyRoomId\": 7,\n        \"deliveryPartyId\": 2\n    }\n}"}],"_postman_id":"039378c4-545a-4c73-acf2-c9503d03f342"}],"id":"9803202b-2389-49b2-a62c-c874229edc98","_postman_id":"9803202b-2389-49b2-a62c-c874229edc98","description":""},{"name":"Email","item":[{"name":"이메일 인증번호 전송","id":"ec78bacc-9fb1-4694-9fff-8515d8215775","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"gamebox27@naver.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/members/email","urlObject":{"protocol":"http","port":"8080","path":["members","email"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec78bacc-9fb1-4694-9fff-8515d8215775"},{"name":"이메일 인증번호 확인","id":"a364b394-9767-43d7-beb5-13f971e23d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"gamebox27@naver.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/members/email/check","urlObject":{"protocol":"http","port":"8080","path":["members","email","check"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"a364b394-9767-43d7-beb5-13f971e23d82"}],"id":"bbb013b5-4f03-444e-9062-4a9ba7cc66a1","_postman_id":"bbb013b5-4f03-444e-9062-4a9ba7cc66a1","description":""},{"name":"PhoneNumber","item":[{"name":"SMS 인증번호 보내기","id":"302af84a-7713-4f5d-bcab-dd5667901e83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"recipientPhoneNumber\" : \"01025291674\",\r\n    \"uuid\" : \"fe2e3a4d-1748-31f1-be0c-92a35bdfcbd5\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/sms","urlObject":{"protocol":"http","port":"8080","path":["sms"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"302af84a-7713-4f5d-bcab-dd5667901e83"},{"name":"SMS 인증번호 확인 Copy","id":"93b82f84-a2a2-451e-bae3-09a34f2fa66a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"verifyRandomNumber\" : \"596081\",\r\n    \"recipientPhoneNumber\" : \"01025291674\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8080/sms/verification","urlObject":{"protocol":"http","port":"8080","path":["sms","verification"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"93b82f84-a2a2-451e-bae3-09a34f2fa66a"}],"id":"4bf0824a-5f91-4fc9-962e-123aeb7466b9","_postman_id":"4bf0824a-5f91-4fc9-962e-123aeb7466b9","description":""}]}