{"info":{"_postman_id":"71cbffb4-4e24-4b99-aad2-7559e304f1cc","name":"Admin API","description":"<html><head></head><body><p>관리자 API</p>\n<p>강의를 등록, 조회, 수정, 삭제</p>\n<p>강사를 등록, 조회, 수정, 삭제</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"33079268","collectionId":"71cbffb4-4e24-4b99-aad2-7559e304f1cc","publishedId":"2sA2rGvz3a","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"FFFFFF","highlight":"3CB371"},"publishDate":"2024-03-03T05:04:21.000Z"},"item":[{"name":"User","item":[{"name":"signup","event":[{"listen":"test","script":{"id":"7156a8b3-3f68-4b05-a37e-9c2cead63a9e","exec":[""],"type":"text/javascript"}}],"id":"7001d253-47ee-40c7-b46f-5d44efa4740c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"markexampklecom\",\n  \"password\": \"pass\",\n  \"team\": \"MARKENG\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/signup","description":"<p><strong>URL:</strong> <code>/\bapi/user/signup</code></p>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Request Elements</strong></p>\n<ul>\n<li><code>email</code> (String): 이메일</li>\n<li><code>password</code> (String): 비밀번호</li>\n<li><code>team</code> (String): 부서</li>\n</ul>\n<p><strong>Description</strong>: 회원가입, 권한 부여</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","user","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"28a1958f-e19a-4542-906b-938d81f1ca14","name":"signup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"market@example.com\",\n    \"password\": \"passwOrd123!\",\n    \"team\": \"MARKETING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"38"},{"key":"Date","value":"Sat, 02 Mar 2024 14:44:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"회원가입에 성공하였습니다."},{"id":"d45777fa-6af1-4185-a348-72831a63bb35","name":"중복","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"email\": \"staff@email.com\",\n  \"password\": \"passwOrd123!\",\n  \"team\": \"MARKETING\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"39"},{"key":"Date","value":"Sat, 02 Mar 2024 14:02:55 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"중복된 이메일이 존재합니다."},{"id":"fe9fd710-e012-4dfd-931f-c2abc52f31bc","name":"validation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"email\": \"aa\",\n  \"password\": \"pass13\",\n  \"team\": \"CURRICULUM\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Mar 2024 14:28:15 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"codes\": [\n            \"Pattern.signupRequestDto.email\",\n            \"Pattern.email\",\n            \"Pattern.java.lang.String\",\n            \"Pattern\"\n        ],\n        \"arguments\": [\n            {\n                \"codes\": [\n                    \"signupRequestDto.email\",\n                    \"email\"\n                ],\n                \"arguments\": null,\n                \"defaultMessage\": \"email\",\n                \"code\": \"email\"\n            },\n            [],\n            {\n                \"defaultMessage\": \"^[a-zA-Z0-9_!#$%&'*+/=?`{|}~^.-]+@[a-zA-Z0-9.-]+$\",\n                \"arguments\": null,\n                \"codes\": [\n                    \"^[a-zA-Z0-9_!#$%&'*+/=?`{|}~^.-]+@[a-zA-Z0-9.-]+$\"\n                ]\n            }\n        ],\n        \"defaultMessage\": \"이메일 형식을 지켜주세요.\",\n        \"objectName\": \"signupRequestDto\",\n        \"field\": \"email\",\n        \"rejectedValue\": \"aa\",\n        \"bindingFailure\": false,\n        \"code\": \"Pattern\"\n    },\n    {\n        \"codes\": [\n            \"Pattern.signupRequestDto.password\",\n            \"Pattern.password\",\n            \"Pattern.java.lang.String\",\n            \"Pattern\"\n        ],\n        \"arguments\": [\n            {\n                \"codes\": [\n                    \"signupRequestDto.password\",\n                    \"password\"\n                ],\n                \"arguments\": null,\n                \"defaultMessage\": \"password\",\n                \"code\": \"password\"\n            },\n            [],\n            {\n                \"defaultMessage\": \"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\\\d)(?=.*[@$!%*?&])[A-Za-z\\\\d@$!%*?&]{8,15}$\",\n                \"arguments\": null,\n                \"codes\": [\n                    \"^(?=.*[a-z])(?=.*[A-Z])(?=.*\\\\d)(?=.*[@$!%*?&])[A-Za-z\\\\d@$!%*?&]{8,15}$\"\n                ]\n            }\n        ],\n        \"defaultMessage\": \"비밀번호는 8~16자 영문 대 소문자, 숫자, 특수문자를 사용하세요.\",\n        \"objectName\": \"signupRequestDto\",\n        \"field\": \"password\",\n        \"rejectedValue\": \"pass13\",\n        \"bindingFailure\": false,\n        \"code\": \"Pattern\"\n    }\n]"}],"_postman_id":"7001d253-47ee-40c7-b46f-5d44efa4740c"},{"name":"login","event":[{"listen":"test","script":{"id":"59f5a576-c26f-4d69-8d85-619376546e6c","exec":[""],"type":"text/javascript"}}],"id":"c37c4b5f-fa8f-4bd8-af0f-8f2641d2e6b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"curriculumle.com\",\n    \"password\": \"passwOrd12\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login","description":"<p><strong>URL:</strong> <code>/\bapi/user/login</code></p>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Request Elements</strong></p>\n<ul>\n<li><code>email</code> (String): 이메일</li>\n<li><code>password</code> (String): 패스워드</li>\n</ul>\n<p><strong>Description</strong>: 로그인 기능, JWT 활용</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8dd112ec-f1f5-4cc0-95ed-9dbc97380c69","name":"login","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"market@example.com\",\n    \"password\": \"passwOrd123!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login"},"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":"Set-Cookie","value":"Authorization=Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtYXJrZXRAZXhhbXBsZS5jb20iLCJhdXRoIjoiTUFSS0VUSU5HIiwiZXhwIjoxNzA5Mzk4MTA5LCJpYXQiOjE3MDkzOTQ1MDl9.lKzk-pJpTmI2y_sDG-idMaBVWNkhxv2tEMwpKkW9wuI; Path=/"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Sat, 02 Mar 2024 15:48:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null},{"id":"531998df-e75c-4763-a2a8-9cbac25d26ad","name":"401","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"market@example.co\",\n    \"password\": \"passwOrd123!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login"},"status":"Unauthorized","code":401,"_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":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Sat, 02 Mar 2024 15:47:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c37c4b5f-fa8f-4bd8-af0f-8f2641d2e6b4"}],"id":"20ae6322-dadb-495d-a4fe-9b9e41a35b5e","description":"<p>회원가입, 로그인</p>\n","_postman_id":"20ae6322-dadb-495d-a4fe-9b9e41a35b5e"},{"name":"Tutor","item":[{"name":"register","id":"db616a9e-641a-4530-9744-3c7c345d80c8","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"jwt","jwt":{"basicConfig":[{"key":"isSecretBase64Encoded","value":"<is-secret-base64encoded>"},{"key":"addTokenTo","value":"<add-token-to>"},{"key":"algorithm","value":"<algorithm>"},{"key":"payload","value":"<payload>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"queryParamKey","value":"<query-param-key>"},{"key":"header","value":"<header>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"jason\",\n    \"career\": 3,\n    \"company\": \"company\",\n    \"phoneNumber\": \"010-9292-0343\",\n    \"decription\": \".description(this.description)\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/tutor","description":"<p><strong>URL:</strong> <code>/\bapi/tutor</code></p>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Request Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 이름</li>\n<li><code>career</code> (int): 경력(년차)</li>\n<li><code>company</code> (String): 회사</li>\n<li><code>phoneNumber</code> (String): 전화번호</li>\n<li><code>description</code> (String): 소개</li>\n</ul>\n<p><strong>Response Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 이름</li>\n<li><code>career</code> (int): 경력(년차)</li>\n<li><code>company</code> (String): 회사</li>\n<li><code>phoneNumber</code> (String): 전화번호</li>\n<li><code>description</code> (String): 소개</li>\n</ul>\n<p><strong>Description</strong>: 강사 등록</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","tutor"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1b1e7ff1-153e-4d6c-a0be-2fce2136e759","name":"register","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"jason\",\n    \"career\": 3,\n    \"company\": \"company\",\n    \"phoneNumber\": \"010-9292-0343\",\n    \"description\": \"description(description)\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/tutor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Mar 2024 19:53:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": null,\n    \"name\": \"jason\",\n    \"career\": 3,\n    \"company\": \"company\",\n    \"phoneNumber\": \"010-9292-0343\",\n    \"description\": \"description(description)\"\n}"}],"_postman_id":"db616a9e-641a-4530-9744-3c7c345d80c8"},{"name":"update","id":"4845f0e2-fbb4-4a59-b759-48e3e6caef50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"jason123\",\n    \"career\": 2,\n    \"company\": \"kkkkk\",\n    \"phoneNumber\": \"010-9292-0343\",\n    \"description\": \"hihi\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/tutor/1","description":"<p><strong>URL:</strong> <code>/\bapi/tutor/{tutorId}</code></p>\n<p><strong>Method:</strong> <code>PUT</code></p>\n<p><strong>Request Elements</strong></p>\n<ul>\n<li><code>career</code> (int): 경력(년차)</li>\n<li><code>company</code> (String): 회사</li>\n<li><code>phoneNumber</code> (String): 전화번호</li>\n<li><code>description</code> (String): 소개</li>\n</ul>\n<p><strong>Response Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 이름</li>\n<li><code>career</code> (int): 경력(년차)</li>\n<li><code>company</code> (String): 회사</li>\n<li><code>phoneNumber</code> (String): 전화번호</li>\n<li><code>description</code> (String): 소개</li>\n</ul>\n<p><strong>Description</strong>: 강사 정보 수정</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","tutor","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eea34aba-41e8-4cc5-8216-711321f51775","name":"update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"jason123\",\n    \"career\": 2,\n    \"company\": \"kkkkk\",\n    \"phoneNumber\": \"010-9292-0343\",\n    \"description\": \"hihi\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/tutor/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Mar 2024 19:54:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": null,\n    \"name\": \"jason123\",\n    \"career\": 2,\n    \"company\": \"kkkkk\",\n    \"phoneNumber\": \"010-9292-0343\",\n    \"description\": \"hihi\"\n}"}],"_postman_id":"4845f0e2-fbb4-4a59-b759-48e3e6caef50"},{"name":"find","id":"784849be-6d4c-4733-ae59-d7be518199b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/tutor/2","description":"<p><strong>URL:</strong> <code>/\bapi/tutor/{tutorId}</code></p>\n<p><strong>Method:</strong> <code>GET</code></p>\n<p><strong>Response Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 이름</li>\n<li><code>career</code> (int): 경력(년차)</li>\n<li><code>company</code> (String): 회사</li>\n<li><code>phoneNumber</code> (String): 전화번호</li>\n<li><code>description</code> (String): 소개</li>\n</ul>\n<p><strong>Description</strong>: 선택한 강사 조회</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","tutor","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"eaa143cd-e97b-4693-8254-9d65ff098cef","name":"find","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"url":"http://localhost:8080/api/tutor/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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Mar 2024 19:54:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": null,\n    \"name\": \"jason\",\n    \"career\": 3,\n    \"company\": \"company\",\n    \"phoneNumber\": \"010-9292-0343\",\n    \"description\": null\n}"}],"_postman_id":"784849be-6d4c-4733-ae59-d7be518199b9"},{"name":"findByTutor","id":"04f314ed-6f5f-4334-9e4c-9e3502df15e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/tutor/2/lecture","description":"<p><strong>URL:</strong> <code>/\bapi/tutor/{tutorId}/lecture</code></p>\n<p><strong>Method:</strong> <code>GET</code></p>\n<p><strong>Request Elements</strong></p>\n<ul>\n<li><code>JWT</code></li>\n</ul>\n<p><strong>Response Elements : List</strong></p>\n<ul>\n<li><code>name</code> (String): 강의명</li>\n<li><code>cost</code> (int): 가격</li>\n<li><code>description</code> (String): 소개</li>\n<li><code>category</code> (String): 카테고리</li>\n<li><code>tutor</code> (String): 강사</li>\n<li><code>registerdAt</code> (LocalDateTime): 등록일</li>\n<li><code>HTTP Status Code / Error Message</code></li>\n</ul>\n<p><strong>Description</strong>: 선택한 강사가 촬영한 강의 조회</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","tutor","2","lecture"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f1966833-e1f6-46e7-ae72-5a8589389e96","name":"findByTutor","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"url":{"raw":"http://localhost:8080/api/tutor/1/lecture","protocol":"http","host":["localhost"],"port":"8080","path":["api","tutor","1","lecture"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 03 Mar 2024 03:32:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:27:36.592416\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:18:19.125372\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:09:41.34128\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:08:06.928634\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:08:06.922674\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:01:00.282328\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihimofigy\",\n        \"cost\": 2030,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:01:00.265219\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T11:53:03.142816\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T11:41:46.684583\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"REACT\",\n        \"registeredAt\": \"2024-03-03T11:33:29.086841\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihimofigy\",\n        \"cost\": 2030,\n        \"description\": \"eheheheh\",\n        \"category\": \"REACT\",\n        \"registeredAt\": \"2024-03-03T11:26:20.937576\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"REACT\",\n        \"registeredAt\": \"2024-03-03T11:14:31.880654\",\n        \"tutorId\": 1\n    }\n]"}],"_postman_id":"04f314ed-6f5f-4334-9e4c-9e3502df15e2"},{"name":"delete","id":"5b2fb6fc-ce23-4000-bc65-1f6a24cb74bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/tutor/2","description":"<p><strong>URL:</strong> <code>/\bapi/tutor/{tutorId}</code></p>\n<p><strong>Method:</strong> <code>DELETE</code></p>\n<p><strong>Request Elements</strong></p>\n<p><strong>Response Elements</strong></p>\n<p><strong>Description</strong>: 선택한 강사 삭제</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","tutor","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"75330b2d-f675-4e5f-bef4-72fda1355bf0","name":"delete","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"url":"http://localhost:8080/api/tutor/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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 02 Mar 2024 19:54:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"2"}],"_postman_id":"5b2fb6fc-ce23-4000-bc65-1f6a24cb74bf"}],"id":"dca4d160-4843-48fc-9bf6-69eefec851d2","description":"<p>강사 등록, 조회, 수정, 삭제</p>\n","_postman_id":"dca4d160-4843-48fc-9bf6-69eefec851d2"},{"name":"Lecture","item":[{"name":"register","id":"1ad2ac83-0602-4278-afc9-c135a66e1e0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"jwt","jwt":{"basicConfig":[{"key":"isSecretBase64Encoded","value":"<is-secret-base64encoded>"},{"key":"addTokenTo","value":"<add-token-to>"},{"key":"algorithm","value":"<algorithm>"},{"key":"payload","value":"<payload>"},{"key":"headerPrefix","value":"<header-prefix>"},{"key":"queryParamKey","value":"<query-param-key>"},{"key":"header","value":"<header>"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"hihi\",\n    \"cost\": \"200\",\n    \"description\": \"eheheheh\",\n    \"category\": \"NODE\",\n    \"tutorId\": \"4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/lecture","description":"<p><strong>URL:</strong> <code>/\bapi/lecture</code></p>\n<p><strong>Method:</strong> <code>POST</code></p>\n<p><strong>Request Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 강의명</li>\n<li><code>cost</code> (int): 가격</li>\n<li><code>description</code> (String): 소개</li>\n<li><code>category</code> (String): 카테고리</li>\n<li><code>tutor</code> (String): 강사</li>\n<li><code>registerdAt</code> (LocalDateTime): 등록일</li>\n<li><code>JWT</code></li>\n</ul>\n<p><strong>Response Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 강의명</li>\n<li><code>cost</code> (int): 가격</li>\n<li><code>description</code> (String): 소개</li>\n<li><code>category</code> (String): 카테고리</li>\n<li><code>tutor</code> (String): 강사</li>\n<li><code>registerdAt</code> (LocalDateTime): 등록일</li>\n<li><code>HTTP Status Code / Error Message</code></li>\n</ul>\n<p><strong>Description</strong> : 강의 등록</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","lecture"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e049dfa8-7826-4c40-970e-812400455abb","name":"register","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"hihi\",\n    \"cost\": \"200\",\n    \"description\": \"eheheheh\",\n    \"category\": \"NODE\",\n    \"tutorId\": \"4\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/lecture"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 03 Mar 2024 03:31:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"hihi\",\n    \"cost\": 200,\n    \"description\": \"eheheheh\",\n    \"category\": \"NODE\",\n    \"registeredAt\": \"2024-03-03T12:31:48.550117\",\n    \"tutorId\": 4\n}"}],"_postman_id":"1ad2ac83-0602-4278-afc9-c135a66e1e0f"},{"name":"update","id":"8678b367-3238-4ff5-89f9-9e39c7e054d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"http://localhost:8080/api/lecture/2","description":"<p><strong>URL:</strong> <code>/\bapi/lecture/{lectureId}</code></p>\n<p><strong>Method:</strong> <code>PUT</code></p>\n<p><strong>Request Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 강의명</li>\n<li><code>cost</code> (int): 가격</li>\n<li><code>description</code>(String): 소개</li>\n<li>\b<code>category</code> (String): 카테고리</li>\n</ul>\n<p><strong>Response Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 강의명</li>\n<li><code>cost</code> (int): 가격</li>\n<li><code>description</code>(String): 소개</li>\n<li>\b<code>category</code> (String): 카테고리</li>\n</ul>\n<p><strong>Description</strong> : 강의 수정</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","lecture","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c7a592db-e4e7-47e1-b86e-3605cb5a5708","name":"update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"hihimofigy\",\n    \"cost\": \"2030\",\n    \"description\": \"eheheheh\",\n    \"category\": \"SPRING\",\n    \"tutorId\": \"3\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/lecture/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 03 Mar 2024 03:32:12 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"hihimofigy\",\n    \"cost\": 2030,\n    \"description\": \"eheheheh\",\n    \"category\": \"SPRING\",\n    \"registeredAt\": \"2024-03-03T12:01:00.265219\",\n    \"tutorId\": 1\n}"}],"_postman_id":"8678b367-3238-4ff5-89f9-9e39c7e054d6"},{"name":"find","id":"49e928d3-bbeb-45ba-9273-3e5f2ab97049","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/lecture/2","description":"<p><strong>URL:</strong> <code>/\bapi/lecture/{lectureId}</code></p>\n<p><strong>Method:</strong> <code>GET</code></p>\n<p><strong>Response Elements</strong></p>\n<ul>\n<li><code>name</code> (String): 강의명</li>\n<li><code>cost</code> (int): 가격</li>\n<li><code>descript</code> (String): 소개</li>\n<li><code>category</code> (String): 카테고리</li>\n<li><code>tutor</code> (String): 강사</li>\n<li><code>registeredAt</code> (LocalDateTime): 등록일</li>\n</ul>\n<p><strong>Description</strong> : 선택한 강의 조회</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","lecture","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2df6702e-6cbf-4241-a26b-1a012c7dc84d","name":"find","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"url":"http://localhost:8080/api/lecture/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":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 03 Mar 2024 03:31:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"hihimofigy\",\n    \"cost\": 2030,\n    \"description\": \"eheheheh\",\n    \"category\": \"REACT\",\n    \"registeredAt\": \"2024-03-03T11:26:20.937576\",\n    \"tutorId\": 1\n}"}],"_postman_id":"49e928d3-bbeb-45ba-9273-3e5f2ab97049"},{"name":"category","id":"3ba600d9-8e96-4fa4-a84d-920238a32b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjdXJyaWN1bHVtQGV4YW1wbGUuY29tIiwiYXV0aCI6IkNVUlJJQ1VMVU0iLCJleHAiOjE3MDk0NDEyMTgsImlhdCI6MTcwOTQzNzYxOH0.hPGK42VfFtfYSgBnSRxqJ19UWPd_C_LG6iubY790AVQ","type":"text"}],"url":"http://localhost:8080/api/lecture?category=SPRING","description":"<p><strong>URL:</strong> <code>/\bapi/lecture</code></p>\n<p><strong>Method:</strong> <code>GET</code></p>\n<p><strong>Response Elements : List</strong></p>\n<ul>\n<li><code>name</code> (String): 강의명</li>\n<li><code>cost</code> (int): 가격</li>\n<li><code>company</code> (String): 소개</li>\n<li><code>phoneNumber</code> (String): 카테고리</li>\n<li><code>description</code> (String): 강사</li>\n<li><code>registerdAt</code> (LocalDateTime): 등록일</li>\n</ul>\n<p><strong>Description</strong>: 선택한 카테고리의 강의 조회</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","lecture"],"host":["localhost"],"query":[{"key":"category","value":"SPRING"}],"variable":[]}},"response":[{"id":"7f4edc34-ea96-4320-8956-7367cd28981b","name":"category","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"url":{"raw":"http://localhost:8080/api/lecture?category=SPRING","protocol":"http","host":["localhost"],"port":"8080","path":["api","lecture"],"query":[{"key":"category","value":"SPRING"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 03 Mar 2024 04:02:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T11:41:46.684583\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T11:53:03.142816\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihimofigy\",\n        \"cost\": 2030,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:01:00.265219\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:01:00.282328\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:08:06.922674\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:08:06.928634\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:09:41.34128\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:18:19.125372\",\n        \"tutorId\": 1\n    },\n    {\n        \"name\": \"hihi\",\n        \"cost\": 200,\n        \"description\": \"eheheheh\",\n        \"category\": \"SPRING\",\n        \"registeredAt\": \"2024-03-03T12:27:36.592416\",\n        \"tutorId\": 1\n    }\n]"}],"_postman_id":"3ba600d9-8e96-4fa4-a84d-920238a32b40"},{"name":"delete","id":"ae4a1f47-096a-4af8-a54d-7e8ef9190b93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/lecture/delete?lectureId=2","description":"<p><strong>URL:</strong> <code>/\bapi/lecture</code></p>\n<p><strong>Method:</strong> <code>DELETE</code></p>\n<p><strong>Description</strong>: 선택한 강의 삭제</p>\n","urlObject":{"protocol":"http","port":"8080","path":["api","lecture","delete"],"host":["localhost"],"query":[{"key":"lectureId","value":"2"}],"variable":[]}},"response":[{"id":"517ce46d-5bb2-46f9-8fdb-1aeaaebc28bf","name":"delete","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:8080/api/lecture/4","protocol":"http","host":["localhost"],"port":"8080","path":["api","lecture","4"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 03 Mar 2024 04:03:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"4"}],"_postman_id":"ae4a1f47-096a-4af8-a54d-7e8ef9190b93"}],"id":"21c34f96-6bfe-4a38-bcc2-92aba814edf5","description":"<p>강의 등록, 선택 조회, 카테고리별 조회, 수정, 삭제</p>\n","_postman_id":"21c34f96-6bfe-4a38-bcc2-92aba814edf5"}],"variable":[{"key":"Auth","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU"},{"key":"JWT","value":"Bearer%20eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJkZXZlbG9wQGV4YW1wbGUuY29tIiwiYXV0aCI6IkRFVkVMT1BNRU5UIiwiZXhwIjoxNzA5NDExNTQzLCJpYXQiOjE3MDk0MDc5NDN9.YGmkcCHYEeTTlfDOk5YYB_d0xQs_PFrzERaRjJMEqyU"}]}