{"info":{"_postman_id":"85c3a77b-b6bc-48be-a642-947589cf2b41","name":"thisisnevercode","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>로그인 회원가입 관련 API 수정</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Things that the developers should know about\n인증 인가와 관련된 API와 다양한 에러처리 응답  형태</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>토큰을 이용한 인가방식</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>성공시 200 실패시 400, 403, 409까지</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>200-201번까지</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"17483034","collectionId":"85c3a77b-b6bc-48be-a642-947589cf2b41","publishedId":"UV5WEdi2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-18T05:36:05.000Z"},"item":[{"name":"회원가입 요청 POST","id":"20b92093-a715-496f-aefa-ea06f521c7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"min@wecode.com\",\n    \"name\": \"김민재\",\n    \"address\":\"회기동\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register","urlObject":{"protocol":"http","port":"8000","path":["account","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b4268893-f5cf-4f7f-be1a-904d0f0c8657","name":"회원가입 요청 POST","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"min123@wecode.com\",\n    \"password\": \"123456\",\n    \"name\": \"김민재\",\n    \"address\":\"회기동\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register"},"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":"68"},{"key":"ETag","value":"W/\"44-1WLueC7qB2jTX+vjkVFmuYyUqy4\""},{"key":"Date","value":"Mon, 18 Oct 2021 02:45:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"message\": \"회원가입에 성공했습니다.\"\n}"}],"_postman_id":"20b92093-a715-496f-aefa-ea06f521c7b5"},{"name":"로그인 요청 POST","id":"bf11382e-43fc-4867-aea2-345c2265b8d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"12345\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/login","urlObject":{"protocol":"http","port":"8000","path":["account","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5ff4f80f-9ff8-4691-b617-a3ee0b124d76","name":"로그인 요청 POST","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Set-Cookie","value":"token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2MzQ1MjUxMDMsImV4cCI6MTYzNDUyNjkwM30.JEg7bqCa6skZ8dUMnq0rYj4O6b1eMeL7hPkEYvxSj5o; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"211"},{"key":"ETag","value":"W/\"d3-ue4UDtUxCQPqJQkCS/tHIhGK+Fw\""},{"key":"Date","value":"Mon, 18 Oct 2021 02:45:03 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"SUCCESS\",\n    \"message\": \"로그인에 성공했습니다\",\n    \"Authorization\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2MzQ1MjUxMDMsImV4cCI6MTYzNDUyNjkwM30.JEg7bqCa6skZ8dUMnq0rYj4O6b1eMeL7hPkEYvxSj5o\"\n}"}],"_postman_id":"bf11382e-43fc-4867-aea2-345c2265b8d7"},{"name":"회원가입 시 빈 값을 입력했을 경우 (403)","id":"bfd1f8c1-437c-4a21-9152-8cab7139adf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"123456\",\n    \"name\": \"\",\n    \"address\":\"회기동\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register","urlObject":{"protocol":"http","port":"8000","path":["account","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bfa18474-e053-41f7-a77d-714c9b7f2cc3","name":"이메일을 빈값으로 입력했을 경우 (403)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"\",\n    \"password\": \"123456\",\n    \"name\": \"김민재\",\n    \"address\":\"회기동\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register"},"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":"64"},{"key":"ETag","value":"W/\"40-1zKfNqacoRxtLjjgpQjMhu2nKEU\""},{"key":"Date","value":"Mon, 18 Oct 2021 04:56:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"email을(를) 입력해주세요\"\n}"},{"id":"6a6d10e5-6060-4c1a-97e1-2dff75c0de27","name":"비밀번호를 빈값으로 입력했을 경우 (403)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"\",\n    \"name\": \"김민재\",\n    \"address\":\"회기동\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register"},"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":"67"},{"key":"ETag","value":"W/\"43-TUobqlJD1InHnv35KApqnu/Tn6Y\""},{"key":"Date","value":"Mon, 18 Oct 2021 04:55:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"password을(를) 입력해주세요\"\n}"},{"id":"bf261260-40a5-4541-8758-39915e5bd282","name":"이름을 빈값으로 입력했을 경우 (403)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"123456\",\n    \"name\": \"\",\n    \"address\":\"회기동\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register"},"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":"63"},{"key":"ETag","value":"W/\"3f-CBitHWFB/LnV1Aw2bq3Osl+9DA0\""},{"key":"Date","value":"Mon, 18 Oct 2021 02:45:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"name을(를) 입력해주세요\"\n}"},{"id":"3d6542c4-9742-4bbc-a24d-1516ce50afee","name":"주소를 빈값으로 입력했을 경우 (403)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"123456\",\n    \"name\": \"김민재\",\n    \"address\":\"\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register"},"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":"66"},{"key":"ETag","value":"W/\"42-iU0I1/L83QWf4bgn+yzJWkXyQjM\""},{"key":"Date","value":"Mon, 18 Oct 2021 04:56:49 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"address을(를) 입력해주세요\"\n}"}],"_postman_id":"bfd1f8c1-437c-4a21-9152-8cab7139adf3"},{"name":"로그인 시 빈 값을 입력했을 경우","id":"49c6e310-c91b-4dc6-84ef-22f4da8b7b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8000/account/login","urlObject":{"protocol":"http","port":"8000","path":["account","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e2a54955-7c20-4b8d-ac4d-f9fb7944309b","name":"이메일을 빈 값으로 입력했을 경우 (403)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/login"},"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":"59"},{"key":"ETag","value":"W/\"3b-/6agjkpeJGLaWfU+Zbffep4g4ro\""},{"key":"Date","value":"Mon, 18 Oct 2021 04:59:57 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"email을 입력해주세요\"\n}"},{"id":"07e78495-e5a9-4dae-ac0b-5213603b2fb4","name":"비밀번호를 빈 값으로 입력했을 경우","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"min123@wecode.com\",\n    \"password\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/login"},"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":"62"},{"key":"ETag","value":"W/\"3e-BowHFE5qUU06Jt/3cgHX5A8nriY\""},{"key":"Date","value":"Mon, 18 Oct 2021 05:00:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"password을 입력해주세요\"\n}"}],"_postman_id":"49c6e310-c91b-4dc6-84ef-22f4da8b7b3b"},{"name":"회원가입 시 중복된 이메일인 경우 (409)","id":"9e687e33-698d-4f18-9b44-2cca2862e041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"123456\",\n    \"name\": \"김민재\",\n    \"address\":\"회기동\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register","urlObject":{"protocol":"http","port":"8000","path":["account","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4e705981-7c9e-4234-8068-fd27802a211b","name":"회원가입 시 중복된 이메일인 경우 (409)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"123456\",\n    \"name\": \"김민재\",\n    \"address\":\"회기동\" \n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/register"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"61"},{"key":"ETag","value":"W/\"3d-oZiWtRTn3nx+2cX8dS+X2NU7xqY\""},{"key":"Date","value":"Mon, 18 Oct 2021 02:46:02 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"중복된 이메일입니다.\"\n}"}],"_postman_id":"9e687e33-698d-4f18-9b44-2cca2862e041"},{"name":"로그인 시 유효하지않는 입력 값을 받은 경우  (403)","id":"4662cb0e-ae78-4a53-95f5-72d78cd6618c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"12345\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/login","urlObject":{"protocol":"http","port":"8000","path":["account","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3b021feb-df5d-461d-a158-809e93b00cf8","name":"로그인 시 잘못된 이메일인 경우 (403)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode\",\n    \"password\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/login"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-Qz9MM4cHT9ExncFttfiKHKnQYf0\""},{"key":"Date","value":"Mon, 18 Oct 2021 02:51:27 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"유효하지 않은 이메일입니다.\"\n}"},{"id":"78620803-e3c1-41a1-8f68-ef3202297c04","name":"로그인 시 잘못된 패스워드인 경우 (403)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"minjae2246@wecode.com\",\n    \"password\": \"12345\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/account/login"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"64"},{"key":"ETag","value":"W/\"40-sUrJ/0NFDuwJkHmUtu8Xp4p48O0\""},{"key":"Date","value":"Mon, 18 Oct 2021 02:45:56 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"잘못된 패스워드입니다.\"\n}"}],"_postman_id":"4662cb0e-ae78-4a53-95f5-72d78cd6618c"},{"name":"인가된 유저의 경우 (200)","id":"b6af3f45-b47f-4839-bc51-7a088b23fa13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2MzQ1MjIyMTUsImV4cCI6MTYzNDUyNDAxNX0.rp-l9c6a2h2zQn50GlCh1FwNwYuEe_70xEvgBCIeaqk","type":"text"}],"url":"http://localhost:8000/account/login/auth","urlObject":{"protocol":"http","port":"8000","path":["account","login","auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"956ada84-4b4f-432a-b04e-5abfb0a60e06","name":"인가를 거친 유저의 경우 (200)","originalRequest":{"method":"POST","header":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2MzQ1MjIyMTUsImV4cCI6MTYzNDUyNDAxNX0.rp-l9c6a2h2zQn50GlCh1FwNwYuEe_70xEvgBCIeaqk","type":"text"}],"url":"http://localhost:8000/account/login/auth"},"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":"89"},{"key":"ETag","value":"W/\"59-QKRdy2C+mS1P20GZ+YAOqjUNJZ8\""},{"key":"Date","value":"Mon, 18 Oct 2021 05:10:43 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"인가된 사용자입니다.\",\n    \"payload\": {\n        \"iat\": 1634533706,\n        \"exp\": 1634535506\n    }\n}"}],"_postman_id":"b6af3f45-b47f-4839-bc51-7a088b23fa13"},{"name":"인가되지 않은 유저의 경우 (400-403)","id":"1f4e3dc6-8d76-491f-b0f6-99ff1ceb53ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8000/account/login/auth","urlObject":{"protocol":"http","port":"8000","path":["account","login","auth"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0469344a-47c5-43a4-a9bd-0837273b3fdf","name":"토큰을 갖고 있지 않는 유저의 경우 (403)","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"","type":"text","disabled":true}],"url":"http://localhost:8000/account/login/auth"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"71"},{"key":"ETag","value":"W/\"47-VvCblBfjVca30TMQ2tUqxszVEOU\""},{"key":"Date","value":"Mon, 18 Oct 2021 05:11:14 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"인가되지 않은 사용자입니다.\"\n}"},{"id":"0061cfd5-c177-4875-8f54-cfa8330a3a97","name":"유효하지 않은 토큰의 시그니처를 가진 유저의 경우 (400)","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"","type":"text","disabled":true}],"url":"http://localhost:8000/account/login/auth"},"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":"54"},{"key":"ETag","value":"W/\"36-yHJxbtzjo7kaY0irECzhN7nERxI\""},{"key":"Date","value":"Mon, 18 Oct 2021 05:22:12 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"invalid signature\"\n}"},{"id":"8a085c77-217c-4a1f-8073-fc1500ee9698","name":"유효하지 않은 토큰을 가진 유저의 경우 (400)","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"","type":"text","disabled":true}],"url":"http://localhost:8000/account/login/auth"},"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":"50"},{"key":"ETag","value":"W/\"32-zHKzBl/qw+KxkLlSuG9vYLRm14Q\""},{"key":"Date","value":"Mon, 18 Oct 2021 05:23:21 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"invalid token\"\n}"},{"id":"73d0fe87-dbab-4939-83ed-f5fe371bca91","name":"만료된 토큰을 가진 유저의 경우 (400)","originalRequest":{"method":"POST","header":[{"key":"Cookie","value":"","type":"text","disabled":true}],"url":"http://localhost:8000/account/login/auth"},"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":"48"},{"key":"ETag","value":"W/\"30-Wzthal9DIlpnDs3+S6xBvDip+wc\""},{"key":"Date","value":"Mon, 18 Oct 2021 05:29:35 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"BAD_REQUEST\",\n    \"message\": \"jwt expired\"\n}"}],"_postman_id":"1f4e3dc6-8d76-491f-b0f6-99ff1ceb53ab"},{"name":"잘못된 경로로 접속했을 때 (404)","id":"7422adcf-19ca-4af9-ac20-dd1fc01ca7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8000/users/register/notFound","urlObject":{"protocol":"http","port":"8000","path":["users","register","notFound"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"723d1a32-3171-4005-9e38-98a01f07ba8e","name":"잘못된 경로로 접속했을 때 (404)","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8000/users/register/notFound"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"66"},{"key":"ETag","value":"W/\"42-/FEHTKvB3qnwccgdCq1FYhUfHo4\""},{"key":"Date","value":"Mon, 18 Oct 2021 02:45:46 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"FAILED\",\n    \"message\": \"NOT FOUND /users/register/notFound\"\n}"}],"_postman_id":"7422adcf-19ca-4af9-ac20-dd1fc01ca7b4"}]}