{"info":{"_postman_id":"15485646-377c-4986-b780-3cc482d5eed2","name":"boostcamp-duxcord","description":"<html><head></head><body><p>Boostcamp 2021 Best project DUXCORD API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14299488","collectionId":"15485646-377c-4986-b780-3cc482d5eed2","publishedId":"UVJcncc2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-30T01:58:51.000Z"},"item":[{"name":"회원가입","id":"fea66a78-f4de-4b6e-8bc9-3868e76c46cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintest\", \n    \"username\":\"seojinm\",\n    \"password\":\"seojinTest123!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signup","urlObject":{"protocol":"http","port":"8000","path":["api","user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"23b94fc2-befa-42bb-a6ce-363868911e37","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintesttt\", \n    \"username\":\"seojinm\",\n    \"password\":\"SeojinTest123!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signup"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"ETag","value":"W/\"23-2B+sD93khqX35zJOc5nHgX0fbFs\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:41:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"회원가입에 성공했습니다."},{"id":"fb0543bb-d2fb-41de-9cc9-3069fcabc718","name":"실패 - 로그인 상태로 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintesttt\", \n    \"username\":\"seojinm\",\n    \"password\":\"SeojinTest123!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-+lCRgz7jh0sN8VzX8np6w9JaNx0\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:39:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인된 사용자는 접근할 수 없습니다."},{"id":"37b3cbd7-cb7e-47f6-a890-b883f57eae94","name":"실패 - 아이디 규칙 미충족","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"Seojintesttt\", \n    \"username\":\"seojinm\",\n    \"password\":\"SeojinTest123!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"157"},{"key":"ETag","value":"W/\"9d-zmi84DcmBykm7aAzL8wwV24KsjI\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:42:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property\": \"loginID\",\n        \"children\": [],\n        \"constraints\": {\n            \"matches\": \"ID는 영소문자로 시작하는 6~15자의 영소문자 또는 숫자 여야 합니다.\"\n        }\n    }\n]"},{"id":"490bacce-0ad2-4f23-9d9e-020a4d432a1c","name":"실패 - 비밀번호 규칙 미충족","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintestrtt\", \n    \"username\":\"seojinm\",\n    \"password\":\"seojinTest123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"177"},{"key":"ETag","value":"W/\"b1-wfWab32c2kttfgwOxHb4kzpkLM0\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:43:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property\": \"password\",\n        \"children\": [],\n        \"constraints\": {\n            \"matches\": \"비밀번호는 8자 이상 영대소문자, 숫자, 특수문자를 최소 1개씩 포함하여야합니다.\"\n        }\n    }\n]"},{"id":"de834b5f-91f1-44e5-b611-baa514067bd2","name":"실패 - 아이디 및 비밀번호 규칙 미충족","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"Seojintesttt\", \n    \"username\":\"seojinm\",\n    \"password\":\"seojinTest123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"333"},{"key":"ETag","value":"W/\"14d-qLpvFfLDSp/9RCdQqAEHgTZHu90\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:43:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property\": \"loginID\",\n        \"children\": [],\n        \"constraints\": {\n            \"matches\": \"ID는 영소문자로 시작하는 6~15자의 영소문자 또는 숫자 여야 합니다.\"\n        }\n    },\n    {\n        \"property\": \"password\",\n        \"children\": [],\n        \"constraints\": {\n            \"matches\": \"비밀번호는 8자 이상 영대소문자, 숫자, 특수문자를 최소 1개씩 포함하여야합니다.\"\n        }\n    }\n]"}],"_postman_id":"fea66a78-f4de-4b6e-8bc9-3868e76c46cb"},{"name":"로그인","id":"4bb1b5bf-ce88-415f-98c7-a198f7262481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintestt\", \n    \"password\":\"SeojinTest123!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signin","urlObject":{"protocol":"http","port":"8000","path":["api","user","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d52c3e1-e6d7-420d-a790-200ddeac2967","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintestt\", \n    \"password\":\"SeojinTest123!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signin"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-Ei2/8RGuypevZIQnes8qrfGjEuc\""},{"key":"Set-Cookie","value":"connect.sid=s%3ATed-q5lyFbul9hG20qukDTj_exR99li6.bsydfpHf0XgmQKPQbSRFUNdvpVoxnTMHoXIgeXj%2FAO8; Path=/; HttpOnly"},{"key":"Date","value":"Tue, 30 Nov 2021 02:45:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인 성공!"},{"id":"11767117-1ea9-4c8c-9315-8e0e07c7fe8f","name":"실패 - 로그인 상태로 로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintestt\", \n    \"password\":\"SeojinTest123!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"53"},{"key":"ETag","value":"W/\"35-+lCRgz7jh0sN8VzX8np6w9JaNx0\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:45:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인된 사용자는 접근할 수 없습니다."},{"id":"adb043a1-0790-4c48-bc5d-0d2cedd66f21","name":"실패 - 존재하지 않는 아이디","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintes\", \n    \"password\":\"SeojinTest123!!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-aeeSYHyUiy9On8s3XvMD0KI8/tw\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:46:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 회원입니다."},{"id":"781579a2-a4cb-4a6f-8116-9e5198fe3f45","name":"실패 - 잘못된 비밀번호","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"loginID\":\"seojintestt\", \n    \"password\":\"SeojinTest123!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/signin"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"42"},{"key":"ETag","value":"W/\"2a-BcLN4xqRGkDDY2C78ITzXb1wBf0\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:47:00 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"비밀번호가 올바르지 않습니다."}],"_postman_id":"4bb1b5bf-ce88-415f-98c7-a198f7262481"},{"name":"로그아웃","id":"5c393659-e1bd-40b4-b945-a54e2af62abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8000/api/user/signout","urlObject":{"protocol":"http","port":"8000","path":["api","user","signout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b7321b9b-ab83-4316-a9cf-22b6eb4cba98","name":"성공","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8000/api/user/signout"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"20"},{"key":"ETag","value":"W/\"14-vk/OWbKGJz/cZ7/6x/W80f4eyg0\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:40:31 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그아웃 성공!"},{"id":"7936d5d3-eeec-489e-a7fe-0796b4d2bd95","name":"실패","originalRequest":{"method":"POST","header":[],"url":"http://localhost:8000/api/user/signout"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:40:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."}],"_postman_id":"5c393659-e1bd-40b4-b945-a54e2af62abd"},{"name":"유저 그룹 조회","id":"9c150eca-ebe7-4e0d-87be-45636345ba3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/user/groups","urlObject":{"protocol":"http","port":"8000","path":["api","user","groups"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"26715526-bce3-4433-9a88-edf2c45f0d3e","name":"성공","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/user/groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"4091"},{"key":"ETag","value":"W/\"ffb-LEr/MTGwjQoSum5kM3CluwBtpis\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:07:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"lastAccessTime\": \"2021-11-08T08:09:04.000Z\",\n        \"group\": {\n            \"id\": 1,\n            \"name\": \"11\",\n            \"code\": \"OTQzNTc3\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 1,\n                    \"createdAt\": \"2021-11-08T08:09:03.584Z\",\n                    \"updatedAt\": \"2021-11-08T08:09:03.584Z\",\n                    \"name\": \"default\"\n                },\n                {\n                    \"id\": 54,\n                    \"createdAt\": \"2021-11-22T07:21:57.767Z\",\n                    \"updatedAt\": \"2021-11-22T07:21:57.767Z\",\n                    \"name\": \"ㄹㄹㄹ\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 60,\n                    \"createdAt\": \"2021-11-22T07:22:02.533Z\",\n                    \"updatedAt\": \"2021-11-22T07:22:02.533Z\",\n                    \"name\": \"ㅇㅇㅇ\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-09T06:20:44.000Z\",\n        \"group\": {\n            \"id\": 2,\n            \"name\": \"aa\",\n            \"code\": \"ODQzNTk0\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 2,\n                    \"createdAt\": \"2021-11-09T06:20:43.604Z\",\n                    \"updatedAt\": \"2021-11-09T06:20:43.604Z\",\n                    \"name\": \"default\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 2,\n                    \"createdAt\": \"2021-11-09T06:20:43.605Z\",\n                    \"updatedAt\": \"2021-11-09T06:20:43.605Z\",\n                    \"name\": \"default\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-09T06:26:53.000Z\",\n        \"group\": {\n            \"id\": 3,\n            \"name\": \"aa\",\n            \"code\": \"MjEyNjM4\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 3,\n                    \"createdAt\": \"2021-11-09T06:26:52.650Z\",\n                    \"updatedAt\": \"2021-11-09T06:26:52.650Z\",\n                    \"name\": \"default\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 3,\n                    \"createdAt\": \"2021-11-09T06:26:52.652Z\",\n                    \"updatedAt\": \"2021-11-09T06:26:52.652Z\",\n                    \"name\": \"default\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-09T06:29:47.000Z\",\n        \"group\": {\n            \"id\": 4,\n            \"name\": \"aa\",\n            \"code\": \"Mzg3MDY1\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 4,\n                    \"createdAt\": \"2021-11-09T06:29:47.080Z\",\n                    \"updatedAt\": \"2021-11-09T06:29:47.080Z\",\n                    \"name\": \"default\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 4,\n                    \"createdAt\": \"2021-11-09T06:29:47.084Z\",\n                    \"updatedAt\": \"2021-11-09T06:29:47.084Z\",\n                    \"name\": \"default\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-09T06:37:47.000Z\",\n        \"group\": {\n            \"id\": 5,\n            \"name\": \"aa\",\n            \"code\": \"ODY2OTQx\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 5,\n                    \"createdAt\": \"2021-11-09T06:37:46.963Z\",\n                    \"updatedAt\": \"2021-11-09T06:37:46.963Z\",\n                    \"name\": \"default\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 5,\n                    \"createdAt\": \"2021-11-09T06:37:46.970Z\",\n                    \"updatedAt\": \"2021-11-09T06:37:46.970Z\",\n                    \"name\": \"default\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-09T06:40:33.000Z\",\n        \"group\": {\n            \"id\": 6,\n            \"name\": \"aa\",\n            \"code\": \"MDMyOTky\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 6,\n                    \"createdAt\": \"2021-11-09T06:40:33.010Z\",\n                    \"updatedAt\": \"2021-11-09T06:40:33.010Z\",\n                    \"name\": \"default\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 6,\n                    \"createdAt\": \"2021-11-09T06:40:33.014Z\",\n                    \"updatedAt\": \"2021-11-09T06:40:33.014Z\",\n                    \"name\": \"default\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-09T06:41:12.000Z\",\n        \"group\": {\n            \"id\": 7,\n            \"name\": \"aa\",\n            \"code\": \"MDcxNzU3\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 7,\n                    \"createdAt\": \"2021-11-09T06:41:11.774Z\",\n                    \"updatedAt\": \"2021-11-09T06:41:11.774Z\",\n                    \"name\": \"default\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 7,\n                    \"createdAt\": \"2021-11-09T06:41:11.778Z\",\n                    \"updatedAt\": \"2021-11-09T06:41:11.778Z\",\n                    \"name\": \"default\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-09T06:48:11.000Z\",\n        \"group\": {\n            \"id\": 11,\n            \"name\": \"aㄹㄹ\",\n            \"code\": \"NDkxMTI1\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 11,\n                    \"createdAt\": \"2021-11-09T06:48:11.130Z\",\n                    \"updatedAt\": \"2021-11-09T06:48:11.130Z\",\n                    \"name\": \"default\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 11,\n                    \"createdAt\": \"2021-11-09T06:48:11.132Z\",\n                    \"updatedAt\": \"2021-11-09T06:48:11.132Z\",\n                    \"name\": \"default\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-30T03:00:29.000Z\",\n        \"group\": {\n            \"id\": 110,\n            \"name\": \"그룹이름\",\n            \"code\": \"MjI4NjQ2\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 126,\n                    \"createdAt\": \"2021-11-30T03:00:28.658Z\",\n                    \"updatedAt\": \"2021-11-30T03:00:28.658Z\",\n                    \"name\": \"general\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 143,\n                    \"createdAt\": \"2021-11-30T03:00:28.662Z\",\n                    \"updatedAt\": \"2021-11-30T03:00:28.662Z\",\n                    \"name\": \"general\"\n                }\n            ]\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-30T03:01:52.000Z\",\n        \"group\": {\n            \"id\": 111,\n            \"name\": \"그룹이름\",\n            \"code\": \"MzExNzQ4\",\n            \"thumbnail\": null,\n            \"leader\": {\n                \"loginID\": \"seojintestt\"\n            },\n            \"meetingChannels\": [\n                {\n                    \"id\": 127,\n                    \"createdAt\": \"2021-11-30T03:01:51.755Z\",\n                    \"updatedAt\": \"2021-11-30T03:01:51.755Z\",\n                    \"name\": \"general\"\n                }\n            ],\n            \"chattingChannels\": [\n                {\n                    \"id\": 144,\n                    \"createdAt\": \"2021-11-30T03:01:51.757Z\",\n                    \"updatedAt\": \"2021-11-30T03:01:51.757Z\",\n                    \"name\": \"general\"\n                }\n            ]\n        }\n    }\n]"},{"id":"b03f1397-5e90-4f5c-847b-63a0bedfe880","name":"실패 - 로그인하지 않고 요청","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/user/groups"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:07:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."}],"_postman_id":"9c150eca-ebe7-4e0d-87be-45636345ba3f"},{"name":"이미지 업로드 URL 얻기","id":"c41038ed-5b19-43c5-9f31-0fa3eabc24ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"uploadName\" : \"seojinseojin\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/user/presignedurl","urlObject":{"protocol":"http","port":"8000","path":["api","user","presignedurl"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c41038ed-5b19-43c5-9f31-0fa3eabc24ae"},{"name":"유저 프로필 수정","id":"de775565-9c7a-477c-aaaf-fee1592d742b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"newuser\",\n    \"thumbnail\":\"https://github.com/seojinseojin.png\",\n    \"bio\":\"new bio\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/user/profile","urlObject":{"port":"8000","path":["api","user","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9a03916d-75b8-4a5b-b81f-a87f122fc934","name":"성공","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"newuser\",\n    \"thumbnail\":\"https://github.com/seojinseojin.png\",\n    \"bio\":\"new bio\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/user/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"ETag","value":"W/\"86-DfJ150Rml/hgyf6LCV6wrQlQkAk\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:29:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"username\": \"newuser\",\n    \"thumbnail\": \"https://github.com/seojinseojin.png\",\n    \"bio\": \"new bio\",\n    \"updatedAt\": \"2021-11-30T02:29:21.000Z\"\n}"},{"id":"49061cd4-cd25-4082-80e5-7f127050418a","name":"실패 - 필요한 값 미입력","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"username\":\"newuser\",\n    \"thumbnail\":\"https://github.com/seojinseojin.png\",\n    \"bio\":\"new bio\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/user/profile"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"174"},{"key":"ETag","value":"W/\"ae-ApUU1XK7qb96IS23yXF48W+L/us\""},{"key":"Date","value":"Tue, 30 Nov 2021 02:29:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property\": \"username\",\n        \"children\": [],\n        \"constraints\": {\n            \"matches\": \"유저 이름은 공백없이 1~15자여야 합니다.\",\n            \"isNotEmpty\": \"사용자 이름이 필요합니다.\"\n        }\n    }\n]"}],"_postman_id":"de775565-9c7a-477c-aaaf-fee1592d742b"},{"name":"그룹 멤버 조회","id":"11c6a09a-5693-46be-857e-1c55985269e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/api/group/:groupID/members","urlObject":{"protocol":"http","port":"8000","path":["api","group",":groupID","members"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"groupID"}]}},"response":[{"id":"7ca79b43-fe41-432e-9fb3-54ed017a4407","name":"\b성공","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/group/1/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"767"},{"key":"ETag","value":"W/\"2ff-sk5+MQPqV0vR0VE6DAmfdM+YlJc\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:06:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"lastAccessTime\": \"2021-11-08T08:09:04.000Z\",\n        \"user\": {\n            \"id\": 2,\n            \"loginID\": \"seojintestt\",\n            \"username\": \"Newuser\",\n            \"thumbnail\": \"https://github.com/seojinseojin.png\"\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-08T08:09:09.000Z\",\n        \"user\": {\n            \"id\": 1,\n            \"loginID\": \"seojinseojin\",\n            \"username\": \"aa\",\n            \"thumbnail\": null\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-08T10:06:15.000Z\",\n        \"user\": {\n            \"id\": 3,\n            \"loginID\": \"aaaaaa\",\n            \"username\": \"aaaaaa\",\n            \"thumbnail\": null\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-08T10:08:08.000Z\",\n        \"user\": {\n            \"id\": 4,\n            \"loginID\": \"eeeeee\",\n            \"username\": \"ee\",\n            \"thumbnail\": null\n        }\n    },\n    {\n        \"lastAccessTime\": \"2021-11-10T18:18:44.000Z\",\n        \"user\": {\n            \"id\": 5,\n            \"loginID\": \"firefox\",\n            \"username\": \"firefox\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 23. 오후 6:25:37-스크린샷 2021-11-15 오후 5.38.30.png\"\n        }\n    }\n]"},{"id":"fb473282-8b90-4cd4-88a1-52e5b87ae27c","name":"실패 - 로그인하지 않고 요청","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/group/1/members"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:06:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."},{"id":"98e6cc1c-88c9-44a4-ae34-92956d28445d","name":"실패 - 존재하지 않는 그룹 아이디","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/api/group/500/members"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-RFxY0cXJ+19KHU7RtobaeSZhUvk\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:07:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 그룹입니다."}],"_postman_id":"11c6a09a-5693-46be-857e-1c55985269e7"},{"name":"그룹 생성","id":"a4f8a4bc-a662-44df-96d9-312435081809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groupName\":\"그룹이름\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/create","urlObject":{"protocol":"http","port":"8000","path":["api","group","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c2bd551b-b214-402c-90ac-3a0ac4fcde53","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groupName\":\"그룹이름\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"355"},{"key":"ETag","value":"W/\"163-pkDgnTI6Di7fPDDk9UVWaMhFu40\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:00:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 110,\n    \"name\": \"그룹이름\",\n    \"code\": \"MjI4NjQ2\",\n    \"thumbnail\": null,\n    \"meetingChannels\": [\n        {\n            \"name\": \"general\",\n            \"id\": 126,\n            \"createdAt\": \"2021-11-30T03:00:28.658Z\",\n            \"updatedAt\": \"2021-11-30T03:00:28.658Z\"\n        }\n    ],\n    \"chattingChannels\": [\n        {\n            \"name\": \"general\",\n            \"id\": 143,\n            \"createdAt\": \"2021-11-30T03:00:28.662Z\",\n            \"updatedAt\": \"2021-11-30T03:00:28.662Z\"\n        }\n    ],\n    \"leader\": {\n        \"loginID\": \"seojintestt\"\n    }\n}"},{"id":"0454fb1d-3083-4f56-b898-732abe0801c9","name":"실패 - 로그인하지 않고 요청","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groupName\":\"그룹이름\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:03:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."}],"_postman_id":"a4f8a4bc-a662-44df-96d9-312435081809"},{"name":"그룹 가입","id":"acef739c-1d77-4d87-a01d-65c524d79e5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groupCode\":\"NzA4NDgz\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/join","urlObject":{"protocol":"http","port":"8000","path":["api","group","join"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"467c2ab9-c304-468d-abb4-a700438c5283","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groupCode\":\"NzA4NDgz\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/join"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"382"},{"key":"ETag","value":"W/\"17e-fd6vwIn8SrPnQ8voHkvUeNzsEJ0\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:11:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 17,\n    \"createdAt\": \"2021-11-11T02:11:48.483Z\",\n    \"updatedAt\": \"2021-11-11T02:11:48.483Z\",\n    \"name\": \"rweqrwr\",\n    \"code\": \"NzA4NDgz\",\n    \"thumbnail\": null,\n    \"meetingChannels\": [\n        {\n            \"id\": 64,\n            \"createdAt\": \"2021-11-22T09:28:55.190Z\",\n            \"updatedAt\": \"2021-11-22T09:28:55.190Z\",\n            \"name\": \"www\"\n        }\n    ],\n    \"chattingChannels\": [\n        {\n            \"id\": 76,\n            \"createdAt\": \"2021-11-22T09:28:51.753Z\",\n            \"updatedAt\": \"2021-11-22T09:28:51.753Z\",\n            \"name\": \"ddd\"\n        }\n    ]\n}"},{"id":"c28c1918-15f9-43f2-ad66-4ca0facdbab5","name":"실패 - 로그인하지 않고 요청","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groupCode\":\"NjYxNjM2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/join"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:08:20 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."},{"id":"15dc37fa-fb35-4d12-81c5-d99df9854868","name":"실패 - 존재하지 않는 그룹코드","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groupCode\":\"NjYxNjM2\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/join"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-RFxY0cXJ+19KHU7RtobaeSZhUvk\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:10:18 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 그룹입니다."},{"id":"ede78eb2-0e66-4236-b404-4e13b3e543a9","name":"실패 - 이미 가입한 그룹","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"groupCode\":\"NzA4NDgz\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/join"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-Lvbt1Tj0t2iCke2CDy3PYIQnvyY\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:12:04 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"이미 그룹에 가입된 사용자입니다."}],"_postman_id":"acef739c-1d77-4d87-a01d-65c524d79e5b"},{"name":"그룹 삭제","id":"3211b915-aedb-4227-965a-23b4a69d7238","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8000/api/group/:groupID","urlObject":{"port":"8000","path":["api","group",":groupID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"600","key":"groupID"}]}},"response":[{"id":"fc7b50c9-4bea-4ff5-b7a5-3a56f3278d61","name":"성공","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID","host":["localhost"],"port":"8000","path":["api","group",":groupID"],"variable":[{"key":"groupID","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-MUN99sStu4P/TBsUXKqpPTMcRCE\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:22:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"\"그룹이 삭제되었습니다.\""},{"id":"0ce1681d-76be-4bdb-9cf1-07ff6b3d0d16","name":"실패 - 로그인하지 않고 요청","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID","host":["localhost"],"port":"8000","path":["api","group",":groupID"],"variable":[{"key":"groupID","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:21:34 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."},{"id":"a7966674-3a71-4257-b76e-3eddcd3e44c8","name":"실패 - 삭제 권한이 없는 사용자","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID","host":["localhost"],"port":"8000","path":["api","group",":groupID"],"variable":[{"key":"groupID","value":"10"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"ETag","value":"W/\"1e-+HlqrMeJDCE/UL0l2A5h72yaLbM\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:22:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"삭제 권한이 없습니다."},{"id":"c4d50208-fef7-4cf7-af56-854eac0c76a0","name":"실패 - 존재하지 않는 그룹아이디","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID","host":["localhost"],"port":"8000","path":["api","group",":groupID"],"variable":[{"key":"groupID","value":"600"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-+8P6ANh6iNRNFnQHq8lsn0ftkks\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:22:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 그룹 아이디입니다."}],"_postman_id":"3211b915-aedb-4227-965a-23b4a69d7238"},{"name":"채널 생성","id":"863123f5-2e29-45b2-9fcf-b4466984c73e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channelName\": \"seojin채널\",\n    \"channelType\": \"chatting\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/api/group/:groupID/channel/create","urlObject":{"protocol":"http","port":"8000","path":["api","group",":groupID","channel","create"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"2","key":"groupID"}]}},"response":[{"id":"661062de-5227-4544-9ad1-db17ecec0dab","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channelName\": \"seojin 채널\",\n    \"channelType\": \"chatting\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/group/:groupID/channel/create","protocol":"http","host":["localhost"],"port":"8000","path":["api","group",":groupID","channel","create"],"variable":[{"key":"groupID","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"253"},{"key":"ETag","value":"W/\"fd-hd8ttBFA2p3or9qjO738nUBMUuk\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:38:54 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"seojin 채널\",\n    \"group\": {\n        \"id\": 2,\n        \"createdAt\": \"2021-11-09T06:20:43.596Z\",\n        \"updatedAt\": \"2021-11-09T06:20:43.596Z\",\n        \"name\": \"aa\",\n        \"code\": \"ODQzNTk0\",\n        \"thumbnail\": null\n    },\n    \"id\": 145,\n    \"createdAt\": \"2021-11-30T03:38:54.374Z\",\n    \"updatedAt\": \"2021-11-30T03:38:54.374Z\"\n}"},{"id":"a9def263-ea21-4236-b7ca-87568e5c2b92","name":"실패 - 채널명과 채널유형 미입력","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/group/:groupID/channel/create","protocol":"http","host":["localhost"],"port":"8000","path":["api","group",":groupID","channel","create"],"variable":[{"key":"groupID","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"221"},{"key":"ETag","value":"W/\"dd-MQ5f+fc3ud0gdJiEsdUOrpNILBo\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:37:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property\": \"channelName\",\n        \"children\": [],\n        \"constraints\": {\n            \"isNotEmpty\": \"채널명이 누락되었습니다.\"\n        }\n    },\n    {\n        \"property\": \"channelType\",\n        \"children\": [],\n        \"constraints\": {\n            \"isNotEmpty\": \"채널 유형이 누락되었습니다.\"\n        }\n    }\n]"},{"id":"c50a2460-491f-4cc7-ba5a-8e052714bbdf","name":"실패 - 채널명과 채널유형 공백","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channelName\": \"\",\n    \"channelType\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/group/:groupID/channel/create","protocol":"http","host":["localhost"],"port":"8000","path":["api","group",":groupID","channel","create"],"variable":[{"key":"groupID","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"221"},{"key":"ETag","value":"W/\"dd-MQ5f+fc3ud0gdJiEsdUOrpNILBo\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:39:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property\": \"channelName\",\n        \"children\": [],\n        \"constraints\": {\n            \"isNotEmpty\": \"채널명이 누락되었습니다.\"\n        }\n    },\n    {\n        \"property\": \"channelType\",\n        \"children\": [],\n        \"constraints\": {\n            \"isNotEmpty\": \"채널 유형이 누락되었습니다.\"\n        }\n    }\n]"},{"id":"d14ed8d8-1dbc-4333-a8ad-76144bb61a3e","name":"실패 - 잘못된 채널 유형","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"channelName\": \"seojin채널\",\n    \"channelType\": \"seojinseojin\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8000/api/group/:groupID/channel/create","protocol":"http","host":["localhost"],"port":"8000","path":["api","group",":groupID","channel","create"],"variable":[{"key":"groupID","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"114"},{"key":"ETag","value":"W/\"72-Rokow1QX8HdOY9IWmIBREUx5Y9g\""},{"key":"Date","value":"Tue, 30 Nov 2021 03:58:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"property\": \"channelType\",\n        \"children\": [],\n        \"constraints\": {\n            \"matches\": \"올바르지 않은 채널 타입입니다.\"\n        }\n    }\n]"}],"_postman_id":"863123f5-2e29-45b2-9fcf-b4466984c73e"},{"name":"채널 삭제","id":"45963fb8-d714-4beb-908c-5e27a97c8c80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8000/api/group/:groupID/:channelType/:channelID","urlObject":{"port":"8000","path":["api","group",":groupID",":channelType",":channelID"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"17","key":"groupID"},{"type":"any","value":"meeting","key":"channelType"},{"type":"any","value":"64","key":"channelID"}]}},"response":[{"id":"7941b753-3465-46cc-9ff9-ac85b2e41dfc","name":"성공","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID/:channelType/:channelID","host":["localhost"],"port":"8000","path":["api","group",":groupID",":channelType",":channelID"],"variable":[{"key":"groupID","value":"2"},{"key":"channelType","value":"meeting"},{"key":"channelID","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"34"},{"key":"ETag","value":"W/\"22-enW5NaUaDC38EXDsXUCBPv9DPGM\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:06:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"\"채널이 삭제되었습니다.\""},{"id":"8dd086d5-8f36-436f-9e1e-4e5bb0421596","name":"실패 - 존재하지 않는 그룹 아이디","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID/chatting/:chatID","host":["localhost"],"port":"8000","path":["api","group",":groupID","chatting",":chatID"],"variable":[{"key":"groupID","value":"5"},{"key":"chatID","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-+8P6ANh6iNRNFnQHq8lsn0ftkks\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:01:44 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 그룹 아이디입니다."},{"id":"5350696d-3a90-4121-80d6-77dfb4038e70","name":"실패 - 존재하지 않는 채널 아이디","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID/:channelType/:channelID","host":["localhost"],"port":"8000","path":["api","group",":groupID",":channelType",":channelID"],"variable":[{"key":"groupID","value":"5"},{"key":"channelType","value":"chatting"},{"key":"channelID","value":"meeting"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"ETag","value":"W/\"2e-5vofbiFKdVMY1zdHQh/rWt2SeoY\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:02:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 채널 아이디입니다."},{"id":"60d0ab1d-a03f-43a3-aae8-2ec280cc6689","name":"실패 - 해당 그룹에 존재하지 않는 채널","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID/:channelType/:channelID","host":["localhost"],"port":"8000","path":["api","group",":groupID",":channelType",":channelID"],"variable":[{"key":"groupID","value":"2"},{"key":"channelType","value":"meeting"},{"key":"channelID","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-EpCT2QYjeHKhlGojNXPz8BdWPUY\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:04:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"해당 그룹에는 해당 채널이 존재하지 않습니다."},{"id":"abb3813a-bf75-442f-b061-0d1b42242fd9","name":"실패 - 삭제 권한이 없는 사용자","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"localhost:8000/api/group/:groupID/:channelType/:channelID","host":["localhost"],"port":"8000","path":["api","group",":groupID",":channelType",":channelID"],"variable":[{"key":"groupID","value":"17"},{"key":"channelType","value":"meeting"},{"key":"channelID","value":"64"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"ETag","value":"W/\"1e-+HlqrMeJDCE/UL0l2A5h72yaLbM\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:06:55 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"삭제 권한이 없습니다."}],"_postman_id":"45963fb8-d714-4beb-908c-5e27a97c8c80"},{"name":"채널 채팅 조회","id":"ea8e6504-1515-44c2-b9dc-3b98542283a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/channel/:channelID?page=1","urlObject":{"port":"3000","path":["api","channel",":channelID"],"host":["localhost"],"query":[{"key":"page","value":"1"}],"variable":[{"type":"any","value":"4","key":"channelID"}]}},"response":[{"id":"8ec48fbf-ddea-4588-917a-8e32567bdac2","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/channel/45?page=1","host":["localhost"],"port":"3000","path":["api","channel","45"],"query":[{"key":"page","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"47d-klAv8HB7L47YMOzxZwZBzjZIz5M\""},{"key":"date","value":"Tue, 30 Nov 2021 04:15:07 GMT"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 135,\n        \"createdAt\": \"2021-11-29T07:59:03.349Z\",\n        \"updatedAt\": \"2021-11-30T03:14:00.000Z\",\n        \"content\": \"지금잠이 오냐?\",\n        \"reactionsCount\": 0,\n        \"threadsCount\": 2,\n        \"threadLastTime\": \"2021-11-29T07:59:12.000Z\",\n        \"user\": {\n            \"id\": 8,\n            \"username\": \"초포스터aa\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 25. 오후 12:00:35-치즈덕.png\"\n        },\n        \"reactions\": [],\n        \"threadWriter\": {\n            \"id\": 8,\n            \"username\": \"초포스터aa\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 25. 오후 12:00:35-치즈덕.png\"\n        },\n        \"files\": [\n            {\n                \"id\": 3,\n                \"createdAt\": \"2021-11-29T07:59:03.354Z\",\n                \"updatedAt\": \"2021-11-29T07:59:03.354Z\",\n                \"src\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 29. 오후 4:58:58-Duxcord화면캡처-2021. 11. 29..png\"\n            }\n        ]\n    },\n    {\n        \"id\": 134,\n        \"createdAt\": \"2021-11-29T07:58:52.459Z\",\n        \"updatedAt\": \"2021-11-29T07:58:52.459Z\",\n        \"content\": \"ㅇㅇㅇ\",\n        \"reactionsCount\": 0,\n        \"threadsCount\": 0,\n        \"threadLastTime\": null,\n        \"user\": {\n            \"id\": 8,\n            \"username\": \"초포스터aa\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 25. 오후 12:00:35-치즈덕.png\"\n        },\n        \"reactions\": [],\n        \"threadWriter\": null,\n        \"files\": []\n    }\n]"}],"_postman_id":"ea8e6504-1515-44c2-b9dc-3b98542283a4"},{"name":"채팅에 리액션 추가 / 제거","id":"29ee29ee-04a3-4340-afb7-e7016438feff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:3000/api/chat/:chatID/reaction","urlObject":{"port":"3000","path":["api","chat",":chatID","reaction"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"135","key":"chatID"}]}},"response":[{"id":"3540c93d-fa03-44d6-8eaf-81373db8179d","name":"성공 - 채팅에 리액션 추가","originalRequest":{"method":"POST","header":[],"url":"localhost:3000/api/chat/135/reaction"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"373"},{"key":"etag","value":"W/\"175-stHd/rRc08C7zO70NVLNLsSiRwA\""},{"key":"date","value":"Tue, 30 Nov 2021 03:13:38 GMT"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"{\n    \"chat\": {\n        \"id\": 135,\n        \"createdAt\": \"2021-11-29T07:59:03.349Z\",\n        \"updatedAt\": \"2021-11-30T03:13:38.000Z\",\n        \"content\": \"지금잠이 오냐?\",\n        \"reactionsCount\": 1,\n        \"threadsCount\": 2,\n        \"threadLastTime\": \"2021-11-29T07:59:12.000Z\",\n        \"chattingChannel\": {\n            \"id\": 45,\n            \"createdAt\": \"2021-11-16T10:37:36.520Z\",\n            \"updatedAt\": \"2021-11-16T10:37:36.520Z\",\n            \"name\": \"general\"\n        }\n    },\n    \"message\": \"좋아요 만들기 성공!\"\n}"},{"id":"906b286b-a221-401b-81f0-694e46244f85","name":"성공 - 채팅에 리액션 제거","originalRequest":{"method":"POST","header":[],"url":"localhost:3000/api/chat/135/reaction"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"x-powered-by","value":"Express"},{"key":"etag","value":"W/\"175-QyCOYLQavQtdx2L6MuZc/B6MIPA\""},{"key":"date","value":"Tue, 30 Nov 2021 03:14:00 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":null},{"id":"0deee7f7-d60e-4ce6-9d89-4d96ab3d07e3","name":"실패 - 존재하지 않는 채팅","originalRequest":{"method":"POST","header":[],"url":"localhost:3000/api/chat/1/reaction"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"text/html; charset=utf-8"},{"key":"content-length","value":"40"},{"key":"etag","value":"W/\"28-ALZK6AW1FYtXPqogFrGPt+iKXtA\""},{"key":"date","value":"Tue, 30 Nov 2021 03:14:20 GMT"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 텍스트 입니다."},{"id":"a50be7b1-d543-4079-9bbc-d41402796960","name":"실패 - 로그인하지 않고 요청","originalRequest":{"method":"POST","header":[],"url":"localhost:3000/api/chat/1/reaction"},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"text/html; charset=utf-8"},{"key":"content-length","value":"63"},{"key":"etag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"date","value":"Tue, 30 Nov 2021 03:14:43 GMT"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."}],"_postman_id":"29ee29ee-04a3-4340-afb7-e7016438feff"},{"name":"채팅 쓰레드 조회","id":"4fd4956d-a994-4ccc-8193-420b2bbe2bfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:3000/api/chat/:chatID/thread","urlObject":{"port":"3000","path":["api","chat",":chatID","thread"],"host":["localhost"],"query":[{"disabled":true,"key":"","value":null},{"disabled":true,"key":"","value":null}],"variable":[{"type":"any","value":"112","key":"chatID"}]}},"response":[{"id":"9cda8b22-2d8e-41dd-9e37-4f73f9649a92","name":"성공","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/chat/:chatID/thread","host":["localhost"],"port":"3000","path":["api","chat",":chatID","thread"],"query":[{"key":"","value":null,"type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true}],"variable":[{"key":"chatID","value":"112"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"72c-S4EgG4BClUFzMh/n0vwsuHAfXqc\""},{"key":"date","value":"Tue, 30 Nov 2021 04:20:26 GMT"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 74,\n        \"createdAt\": \"2021-11-29T07:50:02.431Z\",\n        \"content\": \"ewr\",\n        \"user\": {\n            \"id\": 8,\n            \"loginID\": \"duxcord\",\n            \"username\": \"초포스터aa\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 25. 오후 12:00:35-치즈덕.png\"\n        }\n    },\n    {\n        \"id\": 75,\n        \"createdAt\": \"2021-11-29T07:50:03.002Z\",\n        \"content\": \"eqwe\",\n        \"user\": {\n            \"id\": 8,\n            \"loginID\": \"duxcord\",\n            \"username\": \"초포스터aa\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 25. 오후 12:00:35-치즈덕.png\"\n        }\n    },\n    {\n        \"id\": 76,\n        \"createdAt\": \"2021-11-29T07:50:08.215Z\",\n        \"content\": \"sss\",\n        \"user\": {\n            \"id\": 8,\n            \"loginID\": \"duxcord\",\n            \"username\": \"초포스터aa\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 25. 오후 12:00:35-치즈덕.png\"\n        }\n    },\n    {\n        \"id\": 77,\n        \"createdAt\": \"2021-11-29T07:50:22.848Z\",\n        \"content\": \"ff\",\n        \"user\": {\n            \"id\": 5,\n            \"loginID\": \"firefox\",\n            \"username\": \"firefox\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 23. 오후 6:25:37-스크린샷 2021-11-15 오후 5.38.30.png\"\n        }\n    },\n    {\n        \"id\": 78,\n        \"createdAt\": \"2021-11-29T07:50:23.925Z\",\n        \"content\": \"dasd\",\n        \"user\": {\n            \"id\": 5,\n            \"loginID\": \"firefox\",\n            \"username\": \"firefox\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 23. 오후 6:25:37-스크린샷 2021-11-15 오후 5.38.30.png\"\n        }\n    },\n    {\n        \"id\": 79,\n        \"createdAt\": \"2021-11-29T07:50:29.203Z\",\n        \"content\": \"asd\",\n        \"user\": {\n            \"id\": 5,\n            \"loginID\": \"firefox\",\n            \"username\": \"firefox\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 23. 오후 6:25:37-스크린샷 2021-11-15 오후 5.38.30.png\"\n        }\n    },\n    {\n        \"id\": 80,\n        \"createdAt\": \"2021-11-29T07:50:30.137Z\",\n        \"content\": \"vsdc\",\n        \"user\": {\n            \"id\": 5,\n            \"loginID\": \"firefox\",\n            \"username\": \"firefox\",\n            \"thumbnail\": \"https://kr.object.ncloudstorage.com/duxcord/2021. 11. 23. 오후 6:25:37-스크린샷 2021-11-15 오후 5.38.30.png\"\n        }\n    }\n]"},{"id":"6ecb64b7-0e75-40f9-be5a-d561e4e85e58","name":"실패 - 존재하지 않는 채팅","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/chat/:chatID/thread","host":["localhost"],"port":"3000","path":["api","chat",":chatID","thread"],"query":[{"key":"","value":null,"type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true}],"variable":[{"key":"chatID","value":"2"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"text/html; charset=utf-8"},{"key":"content-length","value":"40"},{"key":"etag","value":"W/\"28-ALZK6AW1FYtXPqogFrGPt+iKXtA\""},{"key":"date","value":"Tue, 30 Nov 2021 04:20:40 GMT"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 텍스트 입니다."},{"id":"e9d0509b-48d4-4f9f-8ef9-4342181a82fd","name":"실패 - 로그인하지 않고 요청","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:3000/api/chat/:chatID/thread","host":["localhost"],"port":"3000","path":["api","chat",":chatID","thread"],"query":[{"key":"","value":null,"type":"text","disabled":true},{"key":"","value":null,"type":"text","disabled":true}],"variable":[{"key":"chatID","value":"112"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"text/html; charset=utf-8"},{"key":"content-length","value":"63"},{"key":"etag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"date","value":"Tue, 30 Nov 2021 04:25:07 GMT"},{"key":"connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."}],"_postman_id":"4fd4956d-a994-4ccc-8193-420b2bbe2bfb"},{"name":"채팅에 쓰레드 생성","id":"3cbaff42-5f4b-4dc2-aab7-4be996d3a572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/api/chat/:chatID/thread/create","urlObject":{"port":"8000","path":["api","chat",":chatID","thread","create"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"112","key":"chatID"}]}},"response":[{"id":"f7265087-5e54-4fc3-a2fe-9c1efde201f1","name":"성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\":\"쓰레드\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8000/api/chat/:chatID/thread/create","host":["localhost"],"port":"8000","path":["api","chat",":chatID","thread","create"],"variable":[{"key":"chatID","value":"112"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"24"},{"key":"ETag","value":"W/\"18-95EViAv4m9En5wvTU/8gZw6jmr8\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:22:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"스레드 전송 성공!"},{"id":"3a2f8f21-f965-4283-9d89-522cba242a46","name":"실패 - 존재하지 않는 채팅","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\":\"쓰레드\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8000/api/chat/:chatID/thread/create","host":["localhost"],"port":"8000","path":["api","chat",":chatID","thread","create"],"variable":[{"key":"chatID","value":"1"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"40"},{"key":"ETag","value":"W/\"28-ALZK6AW1FYtXPqogFrGPt+iKXtA\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:23:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"존재하지 않는 텍스트 입니다."},{"id":"c8b9a0ee-c56d-4599-89ce-5499bb599813","name":"실패 - 로그인하지 않고 요청","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\":\"쓰레드\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8000/api/chat/:chatID/thread/create","host":["localhost"],"port":"8000","path":["api","chat",":chatID","thread","create"],"variable":[{"key":"chatID","value":"112"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"63"},{"key":"ETag","value":"W/\"3f-+aXdx+tBZ5rDXQgBYbnRoewwdNg\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:25:22 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"로그인되지 않은 사용자는 접근할 수 없습니다."},{"id":"a029f6c1-3705-4274-baf2-17fd3eb80ee6","name":"실패 - 쓰레드 내용 미입력","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"content\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8000/api/chat/:chatID/thread/create","host":["localhost"],"port":"8000","path":["api","chat",":chatID","thread","create"],"variable":[{"key":"chatID","value":"112"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"html","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Content-Length","value":"30"},{"key":"ETag","value":"W/\"1e-mKuYQXs7B8QGfodzDKkFcSd6fCc\""},{"key":"Date","value":"Tue, 30 Nov 2021 04:25:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"채팅을 입력해 주세요."}],"_postman_id":"3cbaff42-5f4b-4dc2-aab7-4be996d3a572"}]}