{"info":{"_postman_id":"5ec0d999-33ab-4f92-bc21-62ee8ac1c2d8","name":"공통프로젝트","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23655032","collectionId":"5ec0d999-33ab-4f92-bc21-62ee8ac1c2d8","publishedId":"2s946idrdQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-07-20T06:33:19.000Z"},"item":[{"name":"회원","item":[{"name":"회원가입","id":"b059c0ad-eaa1-4977-b073-74e6ffbb7688","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현10\",\r\n    \"nickname\":\"한성현10\",\r\n    \"email\":\"hsh534910@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"a9ea3dd3-1f11-4bbb-9787-1f7e75659b84","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"3a7dcb40-1d7d-48ed-9414-da429f92c7e6","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"b059c0ad-eaa1-4977-b073-74e6ffbb7688"},{"name":"회원탈퇴","id":"35cdbc84-b27a-4f69-9868-6c09ffb6d6fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkwMjg5NTY1LCJleHAiOjE2OTAyOTAxNjUsInVzZXJJZCI6MSwiZW1haWwiOiJ0ZXN0MUBnbWFpbC5jb20iLCJuYW1lIjoi7ZWc7ISx7ZiEIiwibmlja25hbWUiOiLtjq3qt4QiLCJwcm92aWRlciI6InNlbGYifQ.PpOpWc4Iob3Cxn52VO7-XX58Q5BlcrGFZJqLzeFAgNo","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"password\":\"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/resign","description":"<p>헤더에 엑세스토큰</p>\n<p>바디에 json 타입의 비밀번호 담아서 request</p>\n<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","users","resign"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"35cdbc84-b27a-4f69-9868-6c09ffb6d6fd"},{"name":"로그인","id":"e5c47e03-6998-4a5c-8225-53cc800cfaf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AccessToken","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"1@a.com\",\r\n    \"password\":\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/login","description":"<p>json에 이메일과 password 담아서 전송</p>\n<h3 id=\"response\">response</h3>\n<p>header에</p>\n<p>AccessToken, RefreshToken 담아서 전송이 됨</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8c249485-08d8-466a-8828-f3dc617b0deb","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkwMTgyNDAzLCJ1c2VySWQiOjEsImVtYWlsIjoidGVzdEBnbWFpbC5jb20iLCJuYW1lIjoi7ZWc7ISx7ZiEIiwibmlja25hbWUiOiLtjq3qt4QiLCJwcm92aWRlciI6InNlbGYifQ.DaU6wzlI3BY0mucnkY9MfhCkmq1Nh9YBqKFik2qLcN4"},{"key":"RefreshToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkwMTgyNDAzLCJ1c2VySWQiOjEsImVtYWlsIjoidGVzdEBnbWFpbC5jb20iLCJuYW1lIjoi7ZWc7ISx7ZiEIiwibmlja25hbWUiOiLtjq3qt4QiLCJwcm92aWRlciI6InNlbGYifQ.DaU6wzlI3BY0mucnkY9MfhCkmq1Nh9YBqKFik2qLcN4"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"16"},{"key":"Date","value":"Mon, 24 Jul 2023 07:06:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"로그인 성공"},{"id":"27330ede-c9b2-411c-af3d-7ac7479d8b8e","name":"임시 로그인","originalRequest":{"method":"POST","header":[{"key":"AccessToken","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/login"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 404,\n    \"msg\": \"해당 회원을 찾을 수 없습니다.\"\n}"}],"_postman_id":"e5c47e03-6998-4a5c-8225-53cc800cfaf5"},{"name":"엑세스토큰 재발급","id":"4f0c7047-ac57-435b-9ec3-170ef9ca3799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"RefreshToken","value":"asdfasd.eyJzdWIiOiIxIiwiaWF0IjoxNjkwMjYzMDEyLCJleHAiOjE2OTAyNjM2MTIsInVzZXJJZCI6MSwiZW1haWwiOiJ0ZXN0MUBnbWFpbC5jb20iLCJuYW1lIjoi7ZWc7ISx7ZiEIiwibmlja25hbWUiOiLtjq3qt4QiLCJwcm92aWRlciI6InNlbGYifQ.w4FnKzlffJg9Q8ZFUamL7r1Jtv3fibNPtAEfLFYAhPU","type":"text"}],"url":"http://localhost:8080/api/users/reissue","urlObject":{"protocol":"http","port":"8080","path":["api","users","reissue"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f0c7047-ac57-435b-9ec3-170ef9ca3799"},{"name":"카카오 로그인","id":"0cd3e955-649f-4add-a5ab-f338527b7beb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/oauth/kakao?code=OyTXFAGE-TFnfB7cFx8XNJ52AxwRTGAVuBVR-_a809za6BIcy92MfPrNLhjiqsFW3HGfPAoqJU4AAAGJkECz1w","description":"<p>/oauth/kakao</p>\n<p>쿼리스트링 code=value 값 요청</p>\n<h3 id=\"response\">response</h3>\n<p>헤더에 회원정보가 담긴 엑세스토큰 및 리프레시토큰 반환</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","oauth","kakao"],"host":["localhost"],"query":[{"key":"code","value":"OyTXFAGE-TFnfB7cFx8XNJ52AxwRTGAVuBVR-_a809za6BIcy92MfPrNLhjiqsFW3HGfPAoqJU4AAAGJkECz1w"}],"variable":[]}},"response":[{"id":"84029bc4-d295-42e5-8d5d-7263e48f45b7","name":"카카오 로그인","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8080/api/oauth/kakao?code=YD54EibbGScNJhBjQFOuJB1lW1WjHz_YGncdexJuR9jJCyInISCzzvqf5OqWe1X7Lkmh6Ao9dRoAAAGJjOhbsg","protocol":"http","host":["localhost"],"port":"8080","path":["api","oauth","kakao"],"query":[{"key":"code","value":"YD54EibbGScNJhBjQFOuJB1lW1WjHz_YGncdexJuR9jJCyInISCzzvqf5OqWe1X7Lkmh6Ao9dRoAAAGJjOhbsg"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkwMjg2MTk0LCJleHAiOjE2OTAyODY3OTQsInVzZXJJZCI6MSwiZW1haWwiOiJoc2g1MzQ5QG5hdmVyLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQiLCJuaWNrbmFtZSI6Iu2VnOyEse2YhCIsInByb3ZpZGVyIjoia2FrYW8ifQ.t-MtoSw7M1jchHhEOXpq6ZI4mkEbTbGZ33faZPBMCP4"},{"key":"RefreshToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkwMjg2MTk0LCJleHAiOjE2OTAyODY3OTQsInVzZXJJZCI6MSwiZW1haWwiOiJoc2g1MzQ5QG5hdmVyLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQiLCJuaWNrbmFtZSI6Iu2VnOyEse2YhCIsInByb3ZpZGVyIjoia2FrYW8ifQ.t-MtoSw7M1jchHhEOXpq6ZI4mkEbTbGZ33faZPBMCP4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"26"},{"key":"Date","value":"Tue, 25 Jul 2023 11:56:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"카카오 로그인 완료"}],"_postman_id":"0cd3e955-649f-4add-a5ab-f338527b7beb"},{"name":"로그아웃","id":"ecffff86-1793-458d-8040-0303cbd8bd58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxMDQwOTY5LCJleHAiOjE2OTEwNDE1NjksInVzZXJJZCI6MSwiZW1haWwiOiJjY2NjY2NjY0BnbWFpbC5jb20iLCJuYW1lIjoi7ZWc7ISx7ZiENCIsIm5pY2tuYW1lIjoi7ZWc7ISx7ZiENCIsInByb3ZpZGVyIjoic2VsZiJ9.9yqHoCNJPXWeptAEWbIBlovkRgL64-UD4CdScFVm0RA","type":"text"},{"key":"RefreshToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxMDQwOTY5LCJleHAiOjE2OTEwNDE1NjksInVzZXJJZCI6MSwiZW1haWwiOiJjY2NjY2NjY0BnbWFpbC5jb20iLCJuYW1lIjoi7ZWc7ISx7ZiENCIsIm5pY2tuYW1lIjoi7ZWc7ISx7ZiENCIsInByb3ZpZGVyIjoic2VsZiJ9.9yqHoCNJPXWeptAEWbIBlovkRgL64-UD4CdScFVm0RA","type":"text"}],"url":"http://localhost:8080/api/users/logout","urlObject":{"protocol":"http","port":"8080","path":["api","users","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b2f3bf58-931b-419b-a285-ec96622963d7","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxMDM5NzU3LCJleHAiOjE2OTEwNDAzNTcsInVzZXJJZCI6MSwiZW1haWwiOiJjY2NjY2NjY0BnbWFpbC5jb20iLCJuYW1lIjoi7ZWc7ISx7ZiENCIsIm5pY2tuYW1lIjoi7ZWc7ISx7ZiENCIsInByb3ZpZGVyIjoic2VsZiJ9.G868Hn4hor2mEuXNOxhdBPuzN11te8FYwiJO6T_IARA","type":"text"}],"url":"http://localhost:8080/api/users/logout"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"19"},{"key":"Date","value":"Thu, 03 Aug 2023 05:19:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"로그아웃 성공"}],"_postman_id":"ecffff86-1793-458d-8040-0303cbd8bd58"},{"name":"이메일 인증코드 요청","id":"d0a7ce81-3b30-4872-88fa-968026750ae6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxMDY1NzU0LCJleHAiOjE2OTEwNjYzNTQsInVzZXJJZCI6MSwiZW1haWwiOiJoc2g1MzQ5QG5hdmVyLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQ0Iiwibmlja25hbWUiOiLtlZzshLHtmIQ0IiwicHJvdmlkZXIiOiJzZWxmIn0.puiKY6eHiy8kXFlADF2KC6ESPQFQH5TDmN6FR5jDfpY","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"hsh5349@naver.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/mail","urlObject":{"protocol":"http","port":"8080","path":["users","mail"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"18edb862-c866-428c-a074-97cb1127f049","name":"이메일 인증코드 요청","originalRequest":{"method":"POST","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxMDUyNTEzLCJleHAiOjE2OTEwNTMxMTMsInVzZXJJZCI6MSwiZW1haWwiOiJoc2g1MzQ5QG5hdmVyLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQ0Iiwibmlja25hbWUiOiLtlZzshLHtmIQ0IiwicHJvdmlkZXIiOiJzZWxmIn0.8Zb1i3ZpoJYk2nEdPaV-I1FrjGjX5e8BQnby1rQZBEg","type":"text"}],"url":"http://localhost:8080/api/users/mail"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"20"},{"key":"Date","value":"Thu, 03 Aug 2023 08:48:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"인증 코드 전송"}],"_postman_id":"d0a7ce81-3b30-4872-88fa-968026750ae6"},{"name":"이메일 인증코드 검증","id":"8e739f4e-5b9a-4fee-b3a6-c407e9717335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"emailCode\":\"AKTd\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/codechek","urlObject":{"protocol":"http","port":"8080","path":["users","codechek"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6366e85a-eaac-4834-a78d-0602ada08583","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"emailCode\":\"7kLl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/codechek"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"30"},{"key":"Date","value":"Thu, 03 Aug 2023 11:44:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"이메일 코드 검증 완료"}],"_postman_id":"8e739f4e-5b9a-4fee-b3a6-c407e9717335"},{"name":"유저 정보 변경 - 이름, 닉네임만","id":"fba7a03e-e72c-4a50-9eff-16c5962a4001","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\" : \"1234\",\r\n    \"newPassword\":\"5678\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/update","description":"<p>유저 정보 변경<br />body에 변경 할 정보 담아서 request<br />이름과 닉네임 둘 중 하나만 변경되어도 상관 없음<br />비밀번호 변경도 같은 api 사용<br />ex)</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">둘 다 변경되는 경우\n{\n  \"name\":\"펭귄\",\n  \"nickname\":\"펭귄닉\"\n}\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">둘 중 하나만 변경되는 경우\n{\n   \"nickname\":\"펭귄닉\"\n}\n또는\n{\n  \"name\":null,\n  \"nickname\":\"펭귄닉\"\n}\n아무거나 상관 없음\n단, null로 보내는 경우 \"\"없이 요청 해야함\n\n</code></pre>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">비밀번호만 변경되는 경우\n{\n   \"password\":\"1234\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"http","port":"8080","path":["users","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7b76e098-2495-4e8f-bf76-aeea03117340","name":"하나만 변경","originalRequest":{"method":"PUT","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxMDc0NTkwLCJleHAiOjE2OTEwNzUxOTAsInVzZXJJZCI6MSwiZW1haWwiOiJoc2g1MzQ5QG5hdmVyLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQ0Iiwibmlja25hbWUiOiLtlZzshLHtmIQ0IiwicHJvdmlkZXIiOiJzZWxmIn0.0MMGKRSbxh4aVJUMNGGAtS2KDs60M8UBpLselHYn3Zc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/update"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"27"},{"key":"Date","value":"Thu, 03 Aug 2023 14:57:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"유저 정보 변경 완료"},{"id":"34f3694f-2c89-4dda-8c7b-9428ea61af9d","name":"둘 다 변경","originalRequest":{"method":"PUT","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxMDc0NTkwLCJleHAiOjE2OTEwNzUxOTAsInVzZXJJZCI6MSwiZW1haWwiOiJoc2g1MzQ5QG5hdmVyLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQ0Iiwibmlja25hbWUiOiLtlZzshLHtmIQ0IiwicHJvdmlkZXIiOiJzZWxmIn0.0MMGKRSbxh4aVJUMNGGAtS2KDs60M8UBpLselHYn3Zc","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현12\",\r\n    \"nickname\":\"한성현12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/update"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"27"},{"key":"Date","value":"Thu, 03 Aug 2023 14:57:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"유저 정보 변경 완료"}],"_postman_id":"fba7a03e-e72c-4a50-9eff-16c5962a4001"},{"name":"비밀번호 변경 - 무조건 이거","id":"1eea5dcd-94a6-43f7-87f0-19eaa9b80430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiaWF0IjoxNjkxNjQ0MDM1LCJleHAiOjE2OTE2NTAwMzUsInVzZXJJZCI6MiwiZW1haWwiOiIxQGEuY29tIiwibmFtZSI6IjEiLCJuaWNrbmFtZSI6IjEiLCJwcm92aWRlciI6InNlbGYifQ.hMI0aql85O3jFLxKIIJ5cTuVDlGZpjYUJcqA44FOKRQ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"2\",\r\n    \"newPassword\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/update/password","urlObject":{"protocol":"http","port":"8080","path":["users","update","password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"93408000-c637-4bef-8570-2a23e19eb871","name":"로그인전","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"hsh53491@naver.com\",\r\n    \"newPassword\":\"1234\"   \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/update/password"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"26"},{"key":"Date","value":"Wed, 09 Aug 2023 01:12:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"비밀번호 변경 완료"},{"id":"f55d677d-ba51-46fb-8dec-ddde851387e4","name":"로그인 후 - 엑세스토큰이랑 같이","originalRequest":{"method":"PUT","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiaWF0IjoxNjkxNTUyNDk2LCJleHAiOjE2OTE1NTMwOTYsInVzZXJJZCI6MiwiZW1haWwiOiJoc2g1MzQ5MUBuYXZlci5jb20iLCJuYW1lIjoi7ZWc7ISx7ZiEMiIsIm5pY2tuYW1lIjoi7ZWc7ISx7ZiEMiIsInByb3ZpZGVyIjoic2VsZiJ9.ofjQkqXk150kfAB2IVTQWxpsSBCJtEaKHZiwFxnZssI","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"5678\",\r\n    \"newPassword\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/update/password"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"26"},{"key":"Date","value":"Wed, 09 Aug 2023 03:42:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"비밀번호 변경 완료"},{"id":"d53ea7bb-7343-4952-aa31-a40989fcebd7","name":"틀렸을 경우","originalRequest":{"method":"PUT","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiaWF0IjoxNjkxNjQ0MDM1LCJleHAiOjE2OTE2NTAwMzUsInVzZXJJZCI6MiwiZW1haWwiOiIxQGEuY29tIiwibmFtZSI6IjEiLCJuaWNrbmFtZSI6IjEiLCJwcm92aWRlciI6InNlbGYifQ.hMI0aql85O3jFLxKIIJ5cTuVDlGZpjYUJcqA44FOKRQ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"password\":\"2\",\r\n    \"newPassword\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/update/password"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 10 Aug 2023 05:07:32 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"msg\": \"비밀번호가 틀렸습니다.\"\n}"}],"_postman_id":"1eea5dcd-94a6-43f7-87f0-19eaa9b80430"},{"name":"마이페이지","id":"77f9284d-d68e-4f53-989b-ee6ee4c9b33c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"3bc8c04e-4a70-4bb2-96f4-6db269988cea","name":"New Request","originalRequest":{"method":"GET","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxMTEzNTc2LCJleHAiOjE2OTExMTQxNzYsInVzZXJJZCI6MSwiZW1haWwiOiJoc2g1MzQ5QG5hdmVyLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQ0Iiwibmlja25hbWUiOiLtlZzshLHtmIQ0IiwicHJvdmlkZXIiOiJzZWxmIn0.2HYs4yjAVbg1hhIFo_40Dh2yReZsLaVQUrQrJCGXXiY","type":"text"}],"url":"http://localhost:8080/api/users/mypage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 04 Aug 2023 01:46:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"마이페이지\",\n    \"data\": {\n        \"name\": \"한성현4\",\n        \"email\": \"hsh5349@naver.com\",\n        \"nickname\": \"한성현4\"\n    }\n}"}],"_postman_id":"77f9284d-d68e-4f53-989b-ee6ee4c9b33c"},{"name":"닉네임 중복체크","id":"60128433-c2a1-42bb-89b4-64a7a51e28bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/users/checknick","urlObject":{"protocol":"http","port":"8080","path":["users","checknick"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"60128433-c2a1-42bb-89b4-64a7a51e28bf"}],"id":"41d42fc3-5639-459f-af7c-0950056cb554","_postman_id":"41d42fc3-5639-459f-af7c-0950056cb554","description":""},{"name":"게임","item":[{"name":"사칙연산 게임","item":[],"id":"64479b6b-74f5-4914-97d6-a4d294e8dd5e","_postman_id":"64479b6b-74f5-4914-97d6-a4d294e8dd5e","description":""}],"id":"9f6f5049-30dd-432f-8746-605620830b8b","_postman_id":"9f6f5049-30dd-432f-8746-605620830b8b","description":""},{"name":"대기방","item":[{"name":"팀","item":[{"name":"유저 조합 검색","id":"7f76c77c-980d-4bee-b051-9afb7e471cde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\" : [ \r\n        1, 2, 3, 7\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/teams/checkteam","urlObject":{"protocol":"http","port":"8080","path":["teams","checkteam"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"253bae62-fb5c-4db6-8638-03feba39769f","name":"유저 조합 검색","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\" : [ \r\n        1, 2, 3, 4\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/teams/checkteam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 28 Jul 2023 06:59:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"유저 팀 확인 완료\",\n    \"data\": {\n        \"teamId\": 1,\n        \"teamName\": \"불사조\",\n        \"compositionTime\": \"2023-07-28T11:37:54.400094\"\n    }\n}"}],"_postman_id":"7f76c77c-980d-4bee-b051-9afb7e471cde"},{"name":"유저 조합 검색 Copy","id":"a1d17e8c-0cfc-460e-ad42-75ad79e3d59c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\" : [ \r\n        1, 2, 3, 4\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/teams/checkteam","urlObject":{"protocol":"http","port":"8080","path":["api","teams","checkteam"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"206d1ead-55ca-4b42-8904-54555975589c","name":"유저 조합 검색","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\" : [ \r\n        1, 2, 3, 4\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/teams/checkteam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 28 Jul 2023 06:59:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"유저 팀 확인 완료\",\n    \"data\": {\n        \"teamId\": 1,\n        \"teamName\": \"불사조\",\n        \"compositionTime\": \"2023-07-28T11:37:54.400094\"\n    }\n}"}],"_postman_id":"a1d17e8c-0cfc-460e-ad42-75ad79e3d59c"},{"name":"팀 등록","id":"3c632833-a56e-45d7-b50c-7f8a3d44f730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\" : [ \r\n       15,2,3,1\r\n    ],\r\n    \"teamName\" : \"한성현짱짱2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/teams/registteam","urlObject":{"protocol":"http","port":"8080","path":["teams","registteam"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d05d3e88-cf7a-43a8-ba7a-1f0d72b020ba","name":"팀 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\" : [ \r\n        1, 2, 3, 4\r\n    ],\r\n    \"teamName\" : \"불사조\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/teams/registteam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 28 Jul 2023 07:20:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"팀 구성 완료\",\n    \"data\": {\n        \"teamId\": 1,\n        \"teamName\": \"불사조\",\n        \"compositionTime\": \"2023-07-28T16:18:59.119151\"\n    }\n}"}],"_postman_id":"3c632833-a56e-45d7-b50c-7f8a3d44f730"},{"name":"팀 등록 Copy","id":"3a8358cb-e780-4ff1-8d81-c7a1cc925fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\" : [ \r\n        1, 2, 3, 4\r\n    ],\r\n    \"teamName\" : \"불사조\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/teams/registteam","urlObject":{"protocol":"http","port":"8080","path":["api","teams","registteam"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cbd54370-80d7-4e9d-93ac-0a52c32ff1c9","name":"팀 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"users\" : [ \r\n        1, 2, 3, 4\r\n    ],\r\n    \"teamName\" : \"불사조\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/teams/registteam"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 28 Jul 2023 07:20:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"팀 구성 완료\",\n    \"data\": {\n        \"teamId\": 1,\n        \"teamName\": \"불사조\",\n        \"compositionTime\": \"2023-07-28T16:18:59.119151\"\n    }\n}"}],"_postman_id":"3a8358cb-e780-4ff1-8d81-c7a1cc925fa8"}],"id":"34b64a01-314b-43dc-8a3c-59f227a578a2","_postman_id":"34b64a01-314b-43dc-8a3c-59f227a578a2","description":""}],"id":"f12afcef-b9f0-428f-81b2-006903e21a03","_postman_id":"f12afcef-b9f0-428f-81b2-006903e21a03","description":""},{"name":"WebRTC","item":[{"name":"방(세션) 만들기","id":"1d73a5ec-02b8-410c-a04e-14e2c01fc335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaMode\": \"ROUTED\",\r\n    \"recordingMode\": \"MANUAL\",\r\n    \"customSessionId\": \"123456\",\r\n    \"forcedVideoCodec\": \"VP8\",\r\n    \"allowTranscoding\": false,\r\n    \"defaultRecordingProperties\": {\r\n        \"name\": \"MyRecording\",\r\n        \"hasAudio\": true,\r\n        \"hasVideo\": true,\r\n        \"outputMode\": \"COMPOSED\",\r\n        \"recordingLayout\": \"BEST_FIT\",\r\n        \"resolution\": \"1280x720\",\r\n        \"frameRate\": 25,\r\n        \"shmSize\": 536870912,\r\n        \"mediaNode\": {\r\n            \"id\": \"media_i-0c58bcdd26l11d0sd\"\r\n        }\r\n    },\r\n    \"mediaNode\": {\r\n        \"id\": \"media_i-0c58bcdd26l11d0sd\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://i9b104.p.ssafy.io:8443/openvidu/api/sessions","urlObject":{"protocol":"https","port":"8443","path":["openvidu","api","sessions"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d73a5ec-02b8-410c-a04e-14e2c01fc335"},{"name":"방 목록 가져오기","id":"0708380d-75b2-4224-b491-522edb864166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://i9b104.p.ssafy.io:8443/openvidu/api/sessions","urlObject":{"protocol":"https","port":"8443","path":["openvidu","api","sessions"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"0708380d-75b2-4224-b491-522edb864166"},{"name":"방 정보가져오기","id":"d7d33d1f-44a2-4044-858b-c0120df39fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://i9b104.p.ssafy.io:8443/openvidu/api/sessions/123456772","urlObject":{"protocol":"https","port":"8443","path":["openvidu","api","sessions","123456772"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7d33d1f-44a2-4044-858b-c0120df39fb0"},{"name":"방 삭제","id":"e5d3feb2-f648-4577-aca5-eef0df59b656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://i9b104.p.ssafy.io/openvidu/api/sessions/abcdef","urlObject":{"protocol":"https","path":["openvidu","api","sessions","abcdef"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5d3feb2-f648-4577-aca5-eef0df59b656"},{"name":"연결(커넥션) 생성","id":"d1aeadfe-05d9-4702-9a7f-ba0940b43dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"WEBRTC\",\r\n    \"data\": \"My Server Data\",\r\n    \"record\": true,\r\n    \"role\": \"PUBLISHER\",\r\n    \"kurentoOptions\": {\r\n        \"videoMaxRecvBandwidth\": 1000,\r\n        \"videoMinRecvBandwidth\": 300,\r\n        \"videoMaxSendBandwidth\": 1000,\r\n        \"videoMinSendBandwidth\": 300,\r\n        \"allowedFilters\": [ \"GStreamerFilter\", \"ZBarFilter\" ]\r\n    },\r\n    \"customIceServers\": [\r\n        {\r\n            \"url\": \"turn:turn-domain.com:443\",\r\n            \"username\": \"usertest\",\r\n            \"credential\": \"userpass\"\r\n        }\r\n    ]\r\n}"},"url":"https://i9b104.p.ssafy.io:8443/openvidu/api/sessions/123456/connection","urlObject":{"protocol":"https","port":"8443","path":["openvidu","api","sessions","123456","connection"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1aeadfe-05d9-4702-9a7f-ba0940b43dd1"},{"name":"연결 조회","id":"2371f79e-a5ff-4503-846c-4ae15f359edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://i9b104.p.ssafy.io:8443/openvidu/api/sessions/123456/connection/con_Vtx2Iuediw","urlObject":{"protocol":"https","port":"8443","path":["openvidu","api","sessions","123456","connection","con_Vtx2Iuediw"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"2371f79e-a5ff-4503-846c-4ae15f359edc"},{"name":"연결 모두 조회","id":"d79aa49b-fad4-4954-b9ca-d6fd26280ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://i9b104.p.ssafy.io:8443/openvidu/api/sessions/123456/connection","urlObject":{"protocol":"https","port":"8443","path":["openvidu","api","sessions","123456","connection"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"d79aa49b-fad4-4954-b9ca-d6fd26280ba4"},{"name":"연결 삭제","id":"4af90ada-034f-4135-bf8b-1aca3e44cf92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://i9b104.p.ssafy.io/openvidu/api/sessions/abcdef/connection/con_IKuSPDrtAP","urlObject":{"protocol":"https","path":["openvidu","api","sessions","abcdef","connection","con_IKuSPDrtAP"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"4af90ada-034f-4135-bf8b-1aca3e44cf92"}],"id":"43530b70-fb80-457a-88c5-fe53ef3fb559","_postman_id":"43530b70-fb80-457a-88c5-fe53ef3fb559","description":""},{"name":"WebRTC(test)","item":[{"name":"방(세션) 만들기 Copy","id":"2c58e6b5-5263-474c-ae24-5a222eccfee2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"mediaMode\": \"ROUTED\",\r\n    \"recordingMode\": \"MANUAL\",\r\n    \"customSessionId\": \"abcdef\",\r\n    \"forcedVideoCodec\": \"VP8\",\r\n    \"allowTranscoding\": false,\r\n    \"defaultRecordingProperties\": {\r\n        \"name\": \"MyRecording\",\r\n        \"hasAudio\": true,\r\n        \"hasVideo\": true,\r\n        \"outputMode\": \"COMPOSED\",\r\n        \"recordingLayout\": \"BEST_FIT\",\r\n        \"resolution\": \"1280x720\",\r\n        \"frameRate\": 25,\r\n        \"shmSize\": 536870912,\r\n        \"mediaNode\": {\r\n            \"id\": \"media_i-0c58bcdd26l11d0sd\"\r\n        }\r\n    },\r\n    \"mediaNode\": {\r\n        \"id\": \"media_i-0c58bcdd26l11d0sd\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://dongik.site/openvidu/api/sessions","urlObject":{"protocol":"https","path":["openvidu","api","sessions"],"host":["dongik","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c58e6b5-5263-474c-ae24-5a222eccfee2"},{"name":"방 목록 가져오기 Copy","id":"9285c58c-7547-487e-b84e-a2080a617b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://i9b104.p.ssafy.io/openvidu/api/sessions","urlObject":{"protocol":"https","path":["openvidu","api","sessions"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"9285c58c-7547-487e-b84e-a2080a617b29"},{"name":"방 목록 가져오기 Copy 2","id":"5a1e986f-1a6b-4204-9480-30057effe53b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://i9b104.p.ssafy.io/openvidu/api/sessions/ewffeee","urlObject":{"protocol":"https","path":["openvidu","api","sessions","ewffeee"],"host":["i9b104","p","ssafy","io"],"query":[],"variable":[]}},"response":[],"_postman_id":"5a1e986f-1a6b-4204-9480-30057effe53b"},{"name":"방 삭제 Copy","id":"b8207db2-45be-4ff5-a120-56466eabc590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://dongik.site/openvidu/api/sessions/abcdef","urlObject":{"protocol":"https","path":["openvidu","api","sessions","abcdef"],"host":["dongik","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8207db2-45be-4ff5-a120-56466eabc590"},{"name":"연결(커넥션) 생성 Copy","id":"be959abb-bf80-456b-ba8c-fe51b1b897b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"WEBRTC\",\r\n    \"data\": \"My Server Data\",\r\n    \"record\": true,\r\n    \"role\": \"PUBLISHER\",\r\n    \"kurentoOptions\": {\r\n        \"videoMaxRecvBandwidth\": 1000,\r\n        \"videoMinRecvBandwidth\": 300,\r\n        \"videoMaxSendBandwidth\": 1000,\r\n        \"videoMinSendBandwidth\": 300,\r\n        \"allowedFilters\": [ \"GStreamerFilter\", \"ZBarFilter\" ]\r\n    },\r\n    \"customIceServers\": [\r\n        {\r\n            \"url\": \"turn:turn-domain.com:443\",\r\n            \"username\": \"usertest\",\r\n            \"credential\": \"userpass\"\r\n        }\r\n    ]\r\n}"},"url":"https://dongik.site/openvidu/api/sessions/abcdef/connection","urlObject":{"protocol":"https","path":["openvidu","api","sessions","abcdef","connection"],"host":["dongik","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"be959abb-bf80-456b-ba8c-fe51b1b897b6"},{"name":"연결 조회 Copy","id":"7910e3cf-4f5d-4daf-b626-373770ae917f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://dongik.site/openvidu/api/sessions/abcdef/connection/con_IKuSPDrtAP","urlObject":{"protocol":"https","path":["openvidu","api","sessions","abcdef","connection","con_IKuSPDrtAP"],"host":["dongik","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"7910e3cf-4f5d-4daf-b626-373770ae917f"},{"name":"연결 모두 조회 Copy","id":"60fbfe6e-617e-4a3c-945e-07befee8e4dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://dongik.site/openvidu/api/sessions/abcdef/connection","urlObject":{"protocol":"https","path":["openvidu","api","sessions","abcdef","connection"],"host":["dongik","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"60fbfe6e-617e-4a3c-945e-07befee8e4dc"},{"name":"연결 삭제 Copy","id":"0cc4cc2d-ce24-4044-b718-3b7942a03ae3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://dongik.site/openvidu/api/sessions/abcdef/connection/con_IKuSPDrtAP","urlObject":{"protocol":"https","path":["openvidu","api","sessions","abcdef","connection","con_IKuSPDrtAP"],"host":["dongik","site"],"query":[],"variable":[]}},"response":[],"_postman_id":"0cc4cc2d-ce24-4044-b718-3b7942a03ae3"}],"id":"aef573d6-6eb5-4363-a907-2d903a2b6cf5","_postman_id":"aef573d6-6eb5-4363-a907-2d903a2b6cf5","description":""},{"name":"WebSocket","item":[{"name":"소켓방 생성","id":"5824476f-452b-4f43-9609-d7d804080d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rtcSession\": \"9e648d2d-5e2e-42b3-82fc-b8bef8111cbe\",\r\n    \"userId\": 1 //처음방 개설한 유저Id\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/socket/room","urlObject":{"port":"8080","path":["socket","room"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5824476f-452b-4f43-9609-d7d804080d1e"},{"name":"소켓방 입장","id":"6ae8b03d-6d6e-4d55-a22b-6a75402e01a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rtcSession\": \"rtcSessioneeee\",\r\n    \"userId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/socket/session","urlObject":{"port":"8080","path":["socket","session"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ae8b03d-6d6e-4d55-a22b-6a75402e01a5"},{"name":"소켓방 삭제","id":"2de22b70-2703-44cd-878b-6d0ed4ed43d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"localhost:8080/socket/room?rtcSession=9e648d2d-5e2e-42b3-82fc-b8bef8111cbe","urlObject":{"port":"8080","path":["socket","room"],"host":["localhost"],"query":[{"key":"rtcSession","value":"9e648d2d-5e2e-42b3-82fc-b8bef8111cbe"}],"variable":[]}},"response":[],"_postman_id":"2de22b70-2703-44cd-878b-6d0ed4ed43d2"},{"name":"소켓방 방장 조회","id":"48dc3ecf-ee6c-4509-93e6-b759e4cd9129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/socket/room?rtcSession=gawegwahwafwae","urlObject":{"port":"8080","path":["socket","room"],"host":["localhost"],"query":[{"key":"rtcSession","value":"gawegwahwafwae"}],"variable":[]}},"response":[],"_postman_id":"48dc3ecf-ee6c-4509-93e6-b759e4cd9129"},{"name":"유저 모두조회","id":"bbd1c734-75c4-4105-b994-71f230c06ae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:8080/socket/user?rtcSession=9e648d2d-5e2e-42b3-82fc-b8bef8111cbe","urlObject":{"port":"8080","path":["socket","user"],"host":["localhost"],"query":[{"key":"rtcSession","value":"9e648d2d-5e2e-42b3-82fc-b8bef8111cbe"}],"variable":[]}},"response":[],"_postman_id":"bbd1c734-75c4-4105-b994-71f230c06ae7"},{"name":"유저 나감처리","id":"245d6353-19a1-47e8-ab2e-e69f5b9e42eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"rtcSession\": \"9e648d2d-5e2e-42b3-82fc-b8bef8111cbe\",\r\n    \"userId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/socket/user","urlObject":{"port":"8080","path":["socket","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"245d6353-19a1-47e8-ab2e-e69f5b9e42eb"},{"name":"유저 게임정보","id":"160b8a97-4bb2-45f7-9b04-cc3bcf913d82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/socket/room?rtcSession=9e648d2d-5e2e-42b3-82fc-b8bef8111cbe","urlObject":{"port":"8080","path":["socket","room"],"host":["localhost"],"query":[{"key":"rtcSession","value":"9e648d2d-5e2e-42b3-82fc-b8bef8111cbe"}],"variable":[]}},"response":[],"_postman_id":"160b8a97-4bb2-45f7-9b04-cc3bcf913d82"}],"id":"7149e8eb-870f-4be3-a2f5-cae32fd9f95a","_postman_id":"7149e8eb-870f-4be3-a2f5-cae32fd9f95a","description":""},{"name":"기록","item":[{"name":"스테이지 시작 시 기록 등록","id":"47e52a93-1f1e-40c5-8e3e-92122f593af4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiaWF0IjoxNjkxNjQwNzQ5LCJleHAiOjE2OTE2NDY3NDksInVzZXJJZCI6MiwiZW1haWwiOiIxQGEuY29tIiwibmFtZSI6IjEiLCJuaWNrbmFtZSI6IjEiLCJwcm92aWRlciI6InNlbGYifQ.yh_AszIjIfYxXJeQQsIBQ8r8lethaUMnIfSyVG_TBl0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"roundId\":1,\n    \"stageNum\":1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/record/start","urlObject":{"protocol":"http","port":"8080","path":["record","start"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"894219bc-4ebf-4dbe-8461-da6567f4f87a","name":"w","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"roundId\":1,\n    \"stageNum\":2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/record/start"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 06 Aug 2023 05:50:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"기록 저장 성공\",\n    \"data\": null\n}"},{"id":"e8c804c5-e18e-4d4c-b5ba-57340249c4ae","name":"유저id와 round가 매칭이 되지 않을 경우","originalRequest":{"method":"POST","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxNDc1NjA4LCJleHAiOjE2OTE0NzYyMDgsInVzZXJJZCI6MSwiZW1haWwiOiJoc2g1MzQ5QG5hdmVyLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQxIiwibmlja25hbWUiOiLtlZzshLHtmIQxIiwicHJvdmlkZXIiOiJzZWxmIn0.3AtHZobJOXhxQq6Sfhu_FdImSHfwhEzIQ30rJ0YRCe8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"roundId\":1,\n    \"stageNum\":1\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/record/start"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Aug 2023 06:22:03 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"msg\": \"잘 못 된 요청입니다.\"\n}"}],"_postman_id":"47e52a93-1f1e-40c5-8e3e-92122f593af4"},{"name":"스테이지 종료 시 기록 등록","id":"b62b2658-f960-4af2-a653-0c38045ea481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxNTY5MTUwLCJleHAiOjE2OTE1Njk3NTAsInVzZXJJZCI6MSwiZW1haWwiOiIxQGEuY29tIiwibmFtZSI6IjEiLCJuaWNrbmFtZSI6IjEiLCJwcm92aWRlciI6InNlbGYifQ.7hPi75bsdpW1I3EU_RNs4rHiRAYcnAuMJo3FRbgyVoU","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"roundId\":9,\n    \"stageNum\":1,\n    \"clear\" : \"clear\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/record/end","urlObject":{"protocol":"http","port":"8080","path":["record","end"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cc90564c-1b93-42e2-962f-dd3122b771c1","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"roundId\":1,\n    \"stageNum\":3,\n    \"clear\" : \"false\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/record/end"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 06 Aug 2023 11:16:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"기록 저장 성공\",\n    \"data\": null\n}"}],"_postman_id":"b62b2658-f960-4af2-a653-0c38045ea481"}],"id":"ff1394e1-870f-4008-91d7-5076d8c3df65","_postman_id":"ff1394e1-870f-4008-91d7-5076d8c3df65","description":""},{"name":"랭킹","item":[{"name":"랭킹테스트 - rank 함수 사용","id":"2ad83a6f-1acf-4437-a2ce-43e7651ae2a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiaWF0IjoxNjkxNjI4ODA0LCJleHAiOjE2OTE2MzQ4MDQsInVzZXJJZCI6MiwiZW1haWwiOiIxQGEuY29tIiwibmFtZSI6IjEiLCJuaWNrbmFtZSI6IjEiLCJwcm92aWRlciI6InNlbGYifQ.Ug5XxEfrsQUbgrXV3ADZ4DwuV7rRM8IJwKhO9Caal6g","type":"text"}],"url":"http://localhost:8080/rank/1","urlObject":{"protocol":"http","port":"8080","path":["rank","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b113f5d0-0c80-4421-b4a5-94d097c915b9","name":"랭킹테스트","originalRequest":{"method":"GET","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxNTg3MTg3LCJleHAiOjE2OTE1OTMxODcsInVzZXJJZCI6MSwiZW1haWwiOiIxQGEuY29rbSIsIm5hbWUiOiIxIiwibmlja25hbWUiOiIxIiwicHJvdmlkZXIiOiJzZWxmIn0.QbwNT1daPvtrkYt_mhuJ4A4QoInAOYf00WHNZzYDh9Q","type":"text"}],"url":"http://localhost:8080/rank/test/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 09 Aug 2023 13:44:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"1스테이지 조회결과\",\n    \"data\": {\n        \"totalRankList\": [\n            {\n                \"teamName\": \"펭귄\",\n                \"time\": \"0시간 0분 4초\",\n                \"rank\": 1\n            }\n        ],\n        \"myRankDtoList\": null\n    }\n}"},{"id":"7af18eba-814e-4127-b6af-11f7d034da2f","name":"랭킹테스트","originalRequest":{"method":"GET","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiaWF0IjoxNjkxNTkzODYxLCJleHAiOjE2OTE1OTk4NjEsInVzZXJJZCI6MiwiZW1haWwiOiIxQGEuY29tIiwibmFtZSI6IjEiLCJuaWNrbmFtZSI6IjEiLCJwcm92aWRlciI6InNlbGYifQ._1AnlMSJwBWHibq2Dmqfo3L8VTz0_eJStcwFjLCtDU4","type":"text"}],"url":"http://localhost:8080/rank/test/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 09 Aug 2023 15:24:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"1스테이지 조회결과\",\n    \"data\": {\n        \"totalRankList\": [\n            {\n                \"teamName\": \"펭귄\",\n                \"time\": \"0시간 0분 4초\",\n                \"rank\": 1\n            },\n            {\n                \"teamName\": \"불사조\",\n                \"time\": \"0시간 0분 5초\",\n                \"rank\": 2\n            },\n            {\n                \"teamName\": \"시나몬롤\",\n                \"time\": \"0시간 0분 38초\",\n                \"rank\": 3\n            }\n        ],\n        \"myRankDtoList\": [\n            {\n                \"teamName\": \"불사조\",\n                \"time\": \"0시간 0분 5초\",\n                \"rank\": 2\n            },\n            {\n                \"teamName\": \"시나몬롤\",\n                \"time\": \"0시간 0분 38초\",\n                \"rank\": 3\n            }\n        ]\n    }\n}"},{"id":"0b1f9eed-fe65-4ba5-9e38-90dd4b13f48b","name":"랭킹테스트","originalRequest":{"method":"GET","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiaWF0IjoxNjkxNTkzODYxLCJleHAiOjE2OTE1OTk4NjEsInVzZXJJZCI6MiwiZW1haWwiOiIxQGEuY29tIiwibmFtZSI6IjEiLCJuaWNrbmFtZSI6IjEiLCJwcm92aWRlciI6InNlbGYifQ._1AnlMSJwBWHibq2Dmqfo3L8VTz0_eJStcwFjLCtDU4","type":"text"}],"url":"http://localhost:8080/rank/test/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 09 Aug 2023 15:24:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"1스테이지 조회결과\",\n    \"data\": {\n        \"totalRankList\": [\n            {\n                \"teamName\": \"펭귄\",\n                \"time\": \"0시간 0분 4초\",\n                \"rank\": 1\n            },\n            {\n                \"teamName\": \"불사조\",\n                \"time\": \"0시간 0분 5초\",\n                \"rank\": 2\n            },\n            {\n                \"teamName\": \"시나몬롤\",\n                \"time\": \"0시간 0분 38초\",\n                \"rank\": 3\n            }\n        ],\n        \"myRankDtoList\": [\n            {\n                \"teamName\": \"불사조\",\n                \"time\": \"0시간 0분 5초\",\n                \"rank\": 2\n            },\n            {\n                \"teamName\": \"시나몬롤\",\n                \"time\": \"0시간 0분 38초\",\n                \"rank\": 3\n            }\n        ]\n    }\n}"},{"id":"bfc27a28-7e1a-484b-8ef9-b8bc117aafb2","name":"랭킹테스트","originalRequest":{"method":"GET","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxNTk0NzUyLCJleHAiOjE2OTE2MDA3NTIsInVzZXJJZCI6MSwiZW1haWwiOiIxQGEuY29rbSIsIm5hbWUiOiIxIiwibmlja25hbWUiOiIxIiwicHJvdmlkZXIiOiJzZWxmIn0.gsWd7en8kok29s2E9maVEnZBLp20eH3YBfDjdWCen9Y","type":"text"}],"url":"http://localhost:8080/rank/test/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 09 Aug 2023 15:26:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"1스테이지 조회결과\",\n    \"data\": {\n        \"totalRankList\": [\n            {\n                \"teamName\": \"펭귄\",\n                \"time\": \"0시간 0분 4초\",\n                \"rank\": 1\n            },\n            {\n                \"teamName\": \"불사조\",\n                \"time\": \"0시간 0분 5초\",\n                \"rank\": 2\n            },\n            {\n                \"teamName\": \"시나몬롤\",\n                \"time\": \"0시간 0분 38초\",\n                \"rank\": 3\n            }\n        ],\n        \"myRankDtoList\": [\n            {\n                \"teamName\": \"펭귄\",\n                \"time\": \"0시간 0분 4초\",\n                \"rank\": 1\n            },\n            {\n                \"teamName\": \"불사조\",\n                \"time\": \"0시간 0분 5초\",\n                \"rank\": 2\n            }\n        ]\n    }\n}"},{"id":"de572fb9-6388-451f-b94e-2463f6933e0b","name":"결과 없을 때","originalRequest":{"method":"GET","header":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkxNTk1MjU0LCJleHAiOjE2OTE2MDEyNTQsInVzZXJJZCI6MSwiZW1haWwiOiIxQGEuY29rbSIsIm5hbWUiOiIxIiwibmlja25hbWUiOiIxIiwicHJvdmlkZXIiOiJzZWxmIn0.ZTTxGZKx0LPNXYedNMu5TGd6yzRHnMoaXR2og0wMkPQ","type":"text"}],"url":"http://localhost:8080/rank/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 09 Aug 2023 15:34:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": 1,\n    \"message\": \"2스테이지 조회결과\",\n    \"data\": {\n        \"totalRankList\": [],\n        \"myRankDtoList\": []\n    }\n}"}],"_postman_id":"2ad83a6f-1acf-4437-a2ce-43e7651ae2a6"},{"name":"엔딩페이지 시간 기록","id":"c6fe56b7-924a-48e4-a712-8aa1901991fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/rank/team/187","urlObject":{"protocol":"http","port":"8080","path":["rank","team","187"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6fe56b7-924a-48e4-a712-8aa1901991fa"}],"id":"1e7e769b-12a1-4969-b40a-fe10726c87f6","_postman_id":"1e7e769b-12a1-4969-b40a-fe10726c87f6","description":""},{"name":"한성현가입*8","item":[{"name":"회원가입1","id":"d7af4fcd-e88e-434b-81bd-1624ebf6d7aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현1\",\r\n    \"nickname\":\"한성현1\",\r\n    \"email\":\"hsh5349@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f822cf27-95f6-482c-a1bf-d42572ff5199","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"0a0e684d-0783-4cb2-ad70-c7b7b7e85219","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"d7af4fcd-e88e-434b-81bd-1624ebf6d7aa"},{"name":"회원가입2","id":"345d9281-1db4-4761-abc3-57ad45f9f70c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현2\",\r\n    \"nickname\":\"한성현2\",\r\n    \"email\":\"hsh53491@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ce7a77c6-5311-4888-b62a-ca314d43145c","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"df0323e3-96f6-4403-85e7-57a13b20bbd9","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"345d9281-1db4-4761-abc3-57ad45f9f70c"},{"name":"회원가입3","id":"691f7e29-a7d9-4155-bdfb-e0789d5bc613","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현3\",\r\n    \"nickname\":\"한성현3\",\r\n    \"email\":\"hsh53493@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f8fb8340-aa23-4ce6-8f31-cd208b1cfb75","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"92bab3d1-a2a1-455c-bbea-06c168a646a6","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"691f7e29-a7d9-4155-bdfb-e0789d5bc613"},{"name":"회원가입4","id":"50a316a0-c02c-4b83-858f-daa1699b6692","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현4\",\r\n    \"nickname\":\"한성현4\",\r\n    \"email\":\"hsh53494@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9c3a856e-0bf6-4b72-9248-21d547816157","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"de4ce830-3300-4427-9bf5-b1e61a3986d9","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"50a316a0-c02c-4b83-858f-daa1699b6692"},{"name":"회원가입5","id":"fe0649ca-0374-4f9b-a51f-35a90e6ce46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현5\",\r\n    \"nickname\":\"한성현5\",\r\n    \"email\":\"hsh53495@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"47563c45-df8a-4bc4-8eb5-07c7489b49dc","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"2af7d850-248d-463c-ada8-eaea4b5b80c0","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"fe0649ca-0374-4f9b-a51f-35a90e6ce46d"},{"name":"회원가입6","id":"a1d19078-e11d-460d-a889-3c96d0d2b74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현6\",\r\n    \"nickname\":\"한성현6\",\r\n    \"email\":\"hsh53496@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"73df3401-2bc8-4ab8-a11f-7823e8c264c9","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"822fa8be-5979-4229-a404-4f24936adcd1","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"a1d19078-e11d-460d-a889-3c96d0d2b74e"},{"name":"회원가입7","id":"d2e124f9-486b-45f4-8bca-401eba966801","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현7\",\r\n    \"nickname\":\"한성현7\",\r\n    \"email\":\"hsh53497@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"38324608-3532-41cd-90d6-f93c46547127","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"5c0c6678-bd0a-46b4-8f55-deaecaf92d62","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"d2e124f9-486b-45f4-8bca-401eba966801"},{"name":"회원가입8","id":"9e8fa98d-a52c-46be-98c7-9ec08342a4b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현8\",\r\n    \"nickname\":\"한성현8\",\r\n    \"email\":\"hsh53498@naver.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/users/signup","description":"<p>별도의 response 없음</p>\n","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6bab3cda-f549-49fc-99b0-6477517873a0","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"text/plain;charset=UTF-8"},{"key":"Content-Length","value":"18"},{"key":"Date","value":"Fri, 21 Jul 2023 16:15:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입완료"},{"id":"34b8befe-841b-40c6-8e4a-8f524eb0c85a","name":"임시 회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"한성현\",\r\n    \"nickname\":\"펭귄\",\r\n    \"email\":\"test1@gmail.com\",\r\n    \"password\":\"1234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/signup"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 27 Jul 2023 01:03:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 409,\n    \"msg\": \"중복된 아이디가 존재합니다.\"\n}"}],"_postman_id":"9e8fa98d-a52c-46be-98c7-9ec08342a4b3"}],"id":"dc344070-cd03-4911-919d-e23a1e51471a","_postman_id":"dc344070-cd03-4911-919d-e23a1e51471a","description":""},{"name":"test","id":"fad182ec-1601-404d-961b-a651d7d232b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"fad182ec-1601-404d-961b-a651d7d232b0"}],"event":[{"listen":"prerequest","script":{"id":"1b11b004-ab39-4db1-a19c-73aea3c0bdf6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f5b2324b-1735-463b-82e2-c42d28b4a75e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"AccessToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkwMjAwMDE4LCJleHAiOjE2OTAyMDAwNzgsInVzZXJJZCI6MSwiZW1haWwiOiJ0ZXN0QGdtYWlsLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQiLCJuaWNrbmFtZSI6Iu2Oreq3hCIsInByb3ZpZGVyIjoic2VsZiJ9.R32yHWfTyrrr5GvBtRaIz5-sln7xmn6EvzaMtjmwva8"},{"key":"RefreshToken","value":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiaWF0IjoxNjkwMjAwMDE4LCJleHAiOjE2OTAyMDAxMzgsInVzZXJJZCI6MSwiZW1haWwiOiJ0ZXN0QGdtYWlsLmNvbSIsIm5hbWUiOiLtlZzshLHtmIQiLCJuaWNrbmFtZSI6Iu2Oreq3hCIsInByb3ZpZGVyIjoic2VsZiJ9.xfn70Ikm_RR9G3DfiPA_0RB25G9nEdETltBD1fT_RMM"}]}