{"info":{"_postman_id":"fc58abd0-5892-483b-aa5e-0240ed921349","name":"movie inner","description":"<html><head></head><body><h1 id=\"introduction\">Introduction</h1>\n<p>movie-inner project API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"}],"owner":"20766044","collectionId":"fc58abd0-5892-483b-aa5e-0240ed921349","publishedId":"2s83ziQ4zN","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-10-10T14:26:47.000Z"},"item":[{"name":"users","item":[{"name":"getUsers","id":"1335a409-ce56-435a-88e7-680c71b8bc46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/users","description":"<p>API_Name : getUsers</p>\n<p>About : 모든 회원의 이메일과 이름을 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"email\": \"test\",\n        \"name\": \"test\"\n    }\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"1335a409-ce56-435a-88e7-680c71b8bc46"},{"name":"getIdxUser","id":"89b1de22-b777-4b5b-b992-c52e19000f16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/users/:userIdx","description":"<p>API_Name : getIdxUser</p>\n<p>About : 해당 Idx의 유저 정보 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"idx\": test,\n        \"auth\": \"test\",\n        \"email\": \"test\",\n        \"password\": \"test\",\n        \"name\": \"test\",\n        \"image_URL\": \"test\",\n        \"gender\": \"test\",\n        \"birth\": \"test\",\n        \"nickname\": \"test\",\n        \"created_at\": \"test\",\n        \"updated_at\": \"test\"\n    }\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users",":userIdx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"type":"any","value":null,"key":"userIdx"}]}},"response":[],"_postman_id":"89b1de22-b777-4b5b-b992-c52e19000f16"},{"name":"getUserImage","id":"e6dde07c-7adc-4404-ab2f-d44e78b00a0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/users/image/:userIdx","description":"<p>API_Name : getUserImage</p>\n<p>About : 해당 Idx의 유저 프로필 이미지 URL</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"image_URL\": \"test\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","image",":userIdx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"type":"any","value":null,"key":"userIdx"}]}},"response":[],"_postman_id":"e6dde07c-7adc-4404-ab2f-d44e78b00a0f"},{"name":"changeUserImage","id":"6b55d7b4-789e-452b-9cac-84cb1b6eec64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"imageURL\": \"\",\r\n    \"userIdx\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/change/image","description":"<p>API_Name : changeUserImage</p>\n<p>About : 해당 Idx 유저의 프로필 이미지를 변경</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","change","image"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b55d7b4-789e-452b-9cac-84cb1b6eec64"},{"name":"deleteUser","id":"e4a278dc-d443-4b7b-a60d-23bb881278e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIdx\": \"\",\r\n    \"email\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/delete","description":"<p>API_Name : deleteUser</p>\n<p>About : 해당 Idx 유저 정보 삭제</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success: true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","delete"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"e4a278dc-d443-4b7b-a60d-23bb881278e7"},{"name":"changeUserPassword","id":"95f969be-91a4-47eb-95ee-62ed2cb00da5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIdx\": \"\",\r\n    \"crtPassword\": \"\",\r\n    \"newPassword\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/change/password","description":"<p>API_Name : changeUserPassword</p>\n<p>About : 해당 Idx 유저의 비밀번호 변경</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success: true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","change","password"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"95f969be-91a4-47eb-95ee-62ed2cb00da5"},{"name":"changeUserNickname","id":"489b5405-b278-4363-bfc3-d126dfe350cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIdx\": \"\",\r\n    \"newNickname\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/change/nickname","description":"<p>API_Name : changeUserNickname</p>\n<p>About : 해당 Idx 유저의 닉네임 변경</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{success: true}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","change","nickname"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"489b5405-b278-4363-bfc3-d126dfe350cf"},{"name":"checkUserEmail","id":"ece1b2a8-e0fb-4eef-a75a-f5e004ae38db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/check/email","description":"<p>API_Name : checkUserEmail</p>\n<p>About : 이메일 중복 확인</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"isEmailExisted\": true or false\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","check","email"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"ece1b2a8-e0fb-4eef-a75a-f5e004ae38db"},{"name":"checkUserNickname","id":"5436bf00-f62e-4959-895f-6424529596eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"nickname\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/check/nickname","description":"<p>API_Name : checkUserNickname</p>\n<p>About : 닉네임 중복 확인</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"isNicknameExisted\": true or false\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","check","nickname"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"5436bf00-f62e-4959-895f-6424529596eb"},{"name":"checkUserPassword","id":"55ccbdb3-0176-48b6-8c8b-b5637a1a2243","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"password\": \"\",\r\n    \"email\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/check/password","description":"<p>API_Name : checkUserPassword</p>\n<p>About : 유저의 비밀번호 확인</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ isEqual : true or false }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","check","password"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"55ccbdb3-0176-48b6-8c8b-b5637a1a2243"},{"name":"checkSocialOrOrdiniaryUser","id":"d74aa907-c93b-417b-a9d2-be9483fd6588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/users/check/social/:userIdx","description":"<p>API_Name : checkSocialOrOrdiniaryUser</p>\n<p>About : 유저가 소셜 로그인인지 일반 로그인 회원인지 구분</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"IsSocial\": true or false\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","check","social",":userIdx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>유저의 Idx</p>\n","type":"text/plain"},"type":"any","value":null,"key":"userIdx"}]}},"response":[],"_postman_id":"d74aa907-c93b-417b-a9d2-be9483fd6588"},{"name":"signin","id":"f24938de-f90a-41c9-9142-9cd6cb319027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"\",\r\n    \"password\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/login","description":"<p>API_Name : signin</p>\n<p>About : 로그인</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"isEmailEqual\": true or false,\n    \"isPasswordEqual\": true or false\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","login"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"f24938de-f90a-41c9-9142-9cd6cb319027"},{"name":"signup","id":"006534ce-a51f-4503-a49e-c88c7255bd05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"\",\r\n    \"password\": \"\",\r\n    \"image_URL\": \"\",\r\n    \"name\": \"\",\r\n    \"gender\": \"\",\r\n    \"birth\": \"\",\r\n    \"nickname\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users","description":"<p>API_Name : signup</p>\n<p>About : 회원가입</p>\n<p>//소설 로그인</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"\",\n    \"image_URL\": \"\",\n    \"name\": \"\",\n    \"gender\": \"\",\n    \"birth\": \"\",\n    \"nickname\": \"\"\n}\n\n</code></pre>\n<p>//일반 로그인</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"\",\n    \"password\": \"\",\n    \"image_URL\": \"\",\n    \"name\": \"\",\n    \"gender\": \"\",\n    \"birth\": \"\",\n    \"nickname\": \"\"\n}\n\n</code></pre>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"006534ce-a51f-4503-a49e-c88c7255bd05"},{"name":"logout","id":"14a1c6cd-b8b4-4cb6-8c85-34a99bb9090f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{//cookie\r\n    \"refreshToken\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/users/logout","description":"<p>API_Name : logout</p>\n<p>About : 로그아웃</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    logout: true or false,\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["users","logout"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"14a1c6cd-b8b4-4cb6-8c85-34a99bb9090f"}],"id":"5b3b2d20-0a3c-4cde-b286-f142771bcb35","_postman_id":"5b3b2d20-0a3c-4cde-b286-f142771bcb35","description":""},{"name":"verify","item":[{"name":"emailVerifyLink","id":"b261b61f-e4d3-435b-b7f7-1129cd9e5af6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"\",\r\n    \"type\": \"email\" \r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/verify","description":"<p>API_Name : emailVerifyLink</p>\n<p>About : 이메일 인증 링크 발송</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    success: true,\n    message: '이메일로 링크 발송 성공',\n},\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["verify"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"b261b61f-e4d3-435b-b7f7-1129cd9e5af6"},{"name":"checkEmailLink","id":"7754cb65-d22c-4faf-a842-0f784a158bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/verify?key=&type","description":"<p>API_Name : checkEmailLink</p>\n<p>About : 이메일 인증 링크 유효성 검사</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ isVerified: true or false }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["verify"],"host":["api","movie-inner","click"],"query":[{"description":{"content":"<p>이메일 인증 key</p>\n","type":"text/plain"},"key":"key","value":""},{"description":{"content":"<p>\"email\" or \"password\"</p>\n","type":"text/plain"},"key":"type","value":null}],"variable":[]}},"response":[],"_postman_id":"7754cb65-d22c-4faf-a842-0f784a158bc0"},{"name":"pwResetEmailLink","id":"c95317ea-2586-49ad-b0f8-924645257715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"\",\r\n    \"type\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/verify/password","description":"<p>API_Name : pwResetEmailLink</p>\n<p>About : 비밀번호 초기화 이메일 링크 전송</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    isEmailExist: true or false,\n    message: '이메일로 링크 발송 성공',\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["verify","password"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"c95317ea-2586-49ad-b0f8-924645257715"},{"name":"checkPwResetEmailLink","id":"3afd2e51-5f2c-4a06-a64b-220658efab39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/verify/password?key&type","description":"<p>API_Name : checkPwResetEmailLink</p>\n<p>About : 이메일 링크 유효성 검사</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ isVerified : true or false}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["verify","password"],"host":["api","movie-inner","click"],"query":[{"description":{"content":"<p>이메일 인증 key</p>\n","type":"text/plain"},"key":"key","value":null},{"description":{"content":"<p>\"email\" or \"password\"</p>\n","type":"text/plain"},"key":"type","value":null}],"variable":[]}},"response":[],"_postman_id":"3afd2e51-5f2c-4a06-a64b-220658efab39"}],"id":"b5b5c769-31fc-4097-989d-2499b8bf9f3a","_postman_id":"b5b5c769-31fc-4097-989d-2499b8bf9f3a","description":""},{"name":"auth","item":[{"name":"generateToken","id":"9193e59f-4a56-4a43-90cc-785de66580d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"hhttps://api.movie-inner.click/auth","description":"<p>API_Name : generateToken</p>\n<p>About : jwt 토큰 발급</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true or false,\n    \"accessToken\": \"test\",\n    \"expire_in\": \"test\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"hhttps","path":["auth"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"9193e59f-4a56-4a43-90cc-785de66580d1"},{"name":"getCookies","id":"ca552518-18b9-4a17-a50b-7e0d5160e841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/auth","description":"<p>API_Name : getCookies</p>\n<p>About : cookie에 토큰 유무 확인</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"isRefreshToken\": true or false,\n    \"refreshToken\": \"test\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["auth"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca552518-18b9-4a17-a50b-7e0d5160e841"},{"name":"getPayloadToken","id":"cec40c9c-f9b0-4900-ae5d-e7f675e8203b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"token\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/auth/verify","description":"<p>API_Name : getPayloadToken</p>\n<p>About : 토큰 속 payload 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    {\n    \"payload\": {\n        payload object\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["auth","verify"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"cec40c9c-f9b0-4900-ae5d-e7f675e8203b"},{"name":"refreshToken","id":"ae3e337a-7a19-4ccb-9bfb-442b1fc6ef8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.movie-inner.click/auth/refresh","description":"<p>API_Name : refreshToken</p>\n<p>About : 토큰 재발급</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"accessToken\": \"\",\n    \"refreshTokenExpireIn\": \"\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["auth","refresh"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"ae3e337a-7a19-4ccb-9bfb-442b1fc6ef8f"},{"name":"getUserInfoGoogle","id":"18d520e6-bb80-4904-8fd1-339c4eb87899","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"authorizationCode\":\"\"}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/auth/google","description":"<p>API_Name : getUserInfoGoogle</p>\n<p>About : Google 사용자 계정 정보 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    userInfo\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["auth","google"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"18d520e6-bb80-4904-8fd1-339c4eb87899"},{"name":"getUserInfoNaver","id":"eb685ad1-1de9-428a-83cb-fcca2175ccdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"authorizationCode\":\"\"}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/auth/naver","description":"<p>API_Name : getUserInfoNaver</p>\n<p>About : Naver 사용자 계정 정보 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    userInfo\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["auth","naver"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb685ad1-1de9-428a-83cb-fcca2175ccdd"},{"name":"getUserInfoKakao","id":"be0def80-04e3-43bb-b0fa-f6887e9951b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"authorizationCode\":\"\"}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/auth/kakao","description":"<p>API_Name : getUserInfoKakao</p>\n<p>About : Kakao 사용자 계정 정보 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    userInfo\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["auth","kakao"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"be0def80-04e3-43bb-b0fa-f6887e9951b7"}],"id":"9454f8a9-4193-4b2a-8687-97318291e315","_postman_id":"9454f8a9-4193-4b2a-8687-97318291e315","description":""},{"name":"movie","item":[{"name":"getPopularMovies","id":"f631aa4c-9f08-4ffa-b58e-2b52ec6a997e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/popular","description":"<p>API_Name : getPopularMovies</p>\n<p>About : 인기 영화 목록 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": ,\n        \"genre\": [\n            \"\",,\n        ],\n        \"title\": \"\",\n        \"poster_path\": \"\",\n        \"release_date\": \"\",\n        \"popularity\":     \n    },\n,,,\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","popular"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"f631aa4c-9f08-4ffa-b58e-2b52ec6a997e"},{"name":"getMoviesDetails","id":"f9d21d2e-631f-469a-ae69-24c50c895cf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/details/:movieId","description":"<p>API_Name : getMoviesDetails</p>\n<p>About : 해당 영화 Id의 상세정보 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"adult\": false,\n    \"backdrop_path\": \"/tqj7NKj11keFuLzPsBDMUq2dOUO.jpg\",\n    \"belongs_to_collection\": {\n        \"id\": 119,\n        \"name\": \"반지의 제왕 시리즈\",\n        \"poster_path\": \"/nSNle6UJNNuEbglNvXt67m1a1Yn.jpg\",\n        \"backdrop_path\": \"/bccR2CGTWVVSZAG0yqmy3DIvhTX.jpg\"\n    },\n    \"budget\": 93000000,\n    \"genres\": [\n        {\n            \"id\": 12,\n            \"name\": \"모험\"\n        },\n        {\n            \"id\": 14,\n            \"name\": \"판타지\"\n        },\n        {\n            \"id\": 28,\n            \"name\": \"액션\"\n        }\n    ],\n    \"homepage\": \"\",\n    \"id\": 120,\n    \"imdb_id\": \"tt0120737\",\n    \"original_language\": \"en\",\n    \"original_title\": \"The Lord of the Rings: The Fellowship of the Ring\",\n    \"overview\": \"호빗이라 불리우는 난장이 종족 중의 한 명인 프로도는 자신의 삼촌에게서 우연히 절대 반지를 물려받게 되고, 마법사 간달프를 통해서 절대반지가 사우론의 손에 들어가면 악의 세력이 세상을 지배하게 된다는 것을 알게 된다. 하지만 절대반지를 영원히 파괴할 수 있는 유일한 방법은 반지가 만들어진 불의 산의 용암에 그것을 던져 넣는 길 뿐이다. 마침내 프로도와 그의 친구들, 엘프족인 레골라스, 난장이족 김리, 두명의 인간 전사 아라곤과 보로미르, 그리고 마법사 간달프로 구성된 반지 원정대가 길고도 험난한 여정을 떠나게 되는데...\",\n    \"popularity\": 102.788,\n    \"poster_path\": \"/7uCvKNKKLRqYYyHIRpphi3yUE6Z.jpg\",\n    \"production_companies\": [\n        {\n            \"id\": 11,\n            \"logo_path\": \"/6FAuASQHybRkZUk08p9PzSs9ezM.png\",\n            \"name\": \"WingNut Films\",\n            \"origin_country\": \"NZ\"\n        },\n        {\n            \"id\": 12,\n            \"logo_path\": \"/iaYpEp3LQmb8AfAtmTvpqd4149c.png\",\n            \"name\": \"New Line Cinema\",\n            \"origin_country\": \"US\"\n        },\n        {\n            \"id\": 5237,\n            \"logo_path\": null,\n            \"name\": \"The Saul Zaentz Company\",\n            \"origin_country\": \"US\"\n        }\n    ],\n    \"production_countries\": [\n        {\n            \"iso_3166_1\": \"NZ\",\n            \"name\": \"New Zealand\"\n        },\n        {\n            \"iso_3166_1\": \"US\",\n            \"name\": \"United States of America\"\n        }\n    ],\n    \"release_date\": \"2001-12-18\",\n    \"revenue\": 871368364,\n    \"runtime\": 227,\n    \"spoken_languages\": [\n        {\n            \"english_name\": \"English\",\n            \"iso_639_1\": \"en\",\n            \"name\": \"English\"\n        }\n    ],\n    \"status\": \"Released\",\n    \"tagline\": \"마지막 반지를 차지하는 자, 모든 힘을 지배하게 될 것이다\",\n    \"title\": \"반지의 제왕: 반지 원정대\",\n    \"video\": false,\n    \"vote_average\": 8.392,\n    \"vote_count\": 22103\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","details",":movieId"],"host":["api","movie-inner","click"],"query":[],"variable":[{"type":"any","value":null,"key":"movieId"}]}},"response":[],"_postman_id":"f9d21d2e-631f-469a-ae69-24c50c895cf7"},{"name":"getCredits","id":"d6f224ef-c384-4c7a-9354-21dcb493ebec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/credits/:movieId","description":"<p>API_Name : getCredits</p>\n<p>About : 해당 영화 Id의 제작진 목록 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"gender\": 2,\n        \"name\": \"Elijah Wood\",\n        \"profile_path\": \"/7UKRbJBNG7mxBl2QQc5XsAh6F8B.jpg\",\n        \"character\": \"Frodo\",\n        \"known_for_department\": \"Acting\"\n    },\n ,,,\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","credits",":movieId"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>영화의 Id</p>\n","type":"text/plain"},"type":"any","value":null,"key":"movieId"}]}},"response":[],"_postman_id":"d6f224ef-c384-4c7a-9354-21dcb493ebec"},{"name":"upcomingMovies","id":"94f865cd-bbba-4319-93fe-893113865f6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/upcoming/:searchPage","description":"<p>API_Name : upcomingMovies</p>\n<p>About : 페이지 별 개봉 예정작 리스트 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"page\": 1,\n    \"total_pages\": 27,\n    \"total_results\": 523,\n    \"resultArray\": [\n        {\n            \"id\": 315162,\n            \"genre\": [\n                \"애니메이션\",\n                \"액션\",\n                \"모험\",\n                \"코미디\",\n                \"가족\",\n                \"판타지\"\n            ],\n            \"title\": \"장화신은 고양이: 끝내주는 모험\",\n            \"poster_path\": \"/rKgvctIuPXyuqOzCQ16VGdnHxKx.jpg\",\n            \"release_date\": \"2022-12-07\",\n            \"popularity\": 10895.482\n        },,,\n   ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","upcoming",":searchPage"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>page</p>\n","type":"text/plain"},"type":"any","value":null,"key":"searchPage"}]}},"response":[],"_postman_id":"94f865cd-bbba-4319-93fe-893113865f6f"},{"name":"nowPlayingMovies","id":"6d5daa80-1945-4856-8387-d74c77be4ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/now_playing/:searchPage","description":"<p>API_Name : upcomingMovies</p>\n<p>About : 페이지 별 개봉 예정작 리스트 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"page\": 1,\n    \"total_pages\": 27,\n    \"total_results\": 523,\n    \"resultArray\": [\n        {\n            \"id\": 315162,\n            \"genre\": [\n                \"애니메이션\",\n                \"액션\",\n                \"모험\",\n                \"코미디\",\n                \"가족\",\n                \"판타지\"\n            ],\n            \"title\": \"장화신은 고양이: 끝내주는 모험\",\n            \"poster_path\": \"/rKgvctIuPXyuqOzCQ16VGdnHxKx.jpg\",\n            \"release_date\": \"2022-12-07\",\n            \"popularity\": 10895.482\n        },,,\n   ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","now_playing",":searchPage"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>page</p>\n","type":"text/plain"},"type":"any","value":null,"key":"searchPage"}]}},"response":[],"_postman_id":"6d5daa80-1945-4856-8387-d74c77be4ba6"},{"name":"getAllThemes","id":"eeb4d310-3eb3-4d0d-8906-ccb1cd99f0c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/theme","description":"<p>API_Name : getAllThemes</p>\n<p>About : 모든 테마와 테마에 속한 영화 리스트 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"music\": [\n        {\n            \"theme_name\": \"music\",\n            \"movie_id\": \"313369\",\n            \"movie_name\": \"라라랜드\",\n            \"poster_path\": \"/6v4g6yW01uTmbxqwg75iEkMkrNP.jpg\",\n            \"backdrop_path\": \"/ik2D3KqxFD0O0Bc3Wv1CZm8sOg8.jpg\",\n            \"release_date\": \"2016-11-29\"\n        },,,\n\n    ],\n    \"horror\": [\n        {\n            \"theme_name\": \"horror\",\n            \"movie_id\": \"756999\",\n            \"movie_name\": \"블랙폰\",\n            \"poster_path\": \"/eJPIkRiYGnvQaPCZtTRTDmhMJVK.jpg\",\n            \"backdrop_path\": \"/AfvIjhDu9p64jKcmohS4hsPG95Q.jpg\",\n            \"release_date\": \"2022-06-22\"\n        },,,\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","theme"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"eeb4d310-3eb3-4d0d-8906-ccb1cd99f0c7"},{"name":"getMoviesFromTheme","id":"a61855ed-ff5a-4a33-92cf-c6f7c9c3e49d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/theme/:name","description":"<p>API_Name : getMoviesFromTheme</p>\n<p>About : 해당 테마에 속한 영화 리스트</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"idx\": 7,\n        \"theme_name\": \"horror\",\n        \"movie_id\": \"756999\",\n        \"movie_name\": \"블랙폰\",\n        \"release_date\": \"2022-06-22\",\n        \"poster_path\": \"/eJPIkRiYGnvQaPCZtTRTDmhMJVK.jpg\",\n        \"backdrop_path\": \"/AfvIjhDu9p64jKcmohS4hsPG95Q.jpg\",\n        \"created_at\": \"2022-09-16T16:31:06.000Z\",\n        \"updeated_at\": \"2022-09-16T16:31:06.000Z\"\n    },,,\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","theme",":name"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>theme name</p>\n","type":"text/plain"},"type":"any","value":null,"key":"name"}]}},"response":[],"_postman_id":"a61855ed-ff5a-4a33-92cf-c6f7c9c3e49d"},{"name":"insertMoviesInTheme","id":"bca36958-7e58-4a0e-9272-db9d0bc18f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"\",\r\n    \"movieId\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/movies/theme","description":"<p>API_Name : insertMoviesInTheme</p>\n<p>About : 테마 등록</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success: true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","theme"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"bca36958-7e58-4a0e-9272-db9d0bc18f54"},{"name":"checkLiked","id":"277d40fc-d197-491f-81c0-060415addc5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIdx\": \"\",\r\n    \"movieId\": \"\",\r\n    \"name\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/movies/liked/theme","description":"<p>API_Name : checkLiked</p>\n<p>About : 테마 좋아요 여부 확인</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"isExisted\": true or false\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","liked","theme"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"277d40fc-d197-491f-81c0-060415addc5a"},{"name":"liked","id":"2b08dd82-f115-4a8f-b59e-c4aea4c582df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"\",  //\"movie\" or \"theme\"\r\n    \"userIdx\": \"\",\r\n    \"movieId\": \"\",\r\n    \"name\": \"\",\r\n    \"poster_path\": \"\",\r\n    \"backdrop_path\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/movies/liked","description":"<p>API_Name : liked</p>\n<p>About : 좋아요를 눌렀을 때</p>\n<p><strong>// 영화 좋아요</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"movie\",  \n    \"userIdx\": \"\",\n    \"movieId\": \"\",\n    \"name\": \"\",\n    \"poster_path\": \"\",\n    \"backdrop_path\": \"\"\n}\n\n</code></pre>\n<p><strong>// 테마 좋아요</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"theme\",  \n    \"userIdx\": \"\",\n    \"name\": \"\",\n    \"poster_path\": \"\",\n}\n\n</code></pre>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success : true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","liked"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b08dd82-f115-4a8f-b59e-c4aea4c582df"},{"name":"deleteLike","id":"62dedbac-4315-40ad-a207-2720925b0e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"\",\r\n    \"userIdx\": \"\",\r\n    \"movieId\": \"\",\r\n    \"name\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/movies/liked","description":"<p>API_Name : deleteLike</p>\n<p>About : 좋아요 취소</p>\n<p><strong>// type = 'movie'</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"movie\",\n    \"userIdx\": \"\",\n    \"movieId\": \"\"\n}\n\n</code></pre>\n<p><strong>// type = 'theme'</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"type\": \"theme\",\n    \"userIdx\": \"\",\n    \"name\": \"\"\n}\n\n</code></pre>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success : true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","liked"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"62dedbac-4315-40ad-a207-2720925b0e09"},{"name":"getLiked","id":"b826dbf7-1bf4-43e5-9bea-320cd9394360","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/liked/:type?userIdx=","description":"<p>API_Name : getLiked</p>\n<p>About : 유저별 좋아요 목록 응답</p>\n<p>Example:</p>\n<p><strong>// type = 'theme'</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"liked\": [\n        {\n            \"idx\": ,\n            \"type\": \"\",\n            \"nickname\": \"\",\n            \"name\": \"\",\n            \"poster_path\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n<p>// type = 'movie'</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\n{\n    \"liked\": [\n        {\n            \"idx\": ,\n            \"type\": \"\",\n            \"nickname\": \"\",\n            \"movie_id\": \"\",\n            \"name\": \"\",\n            \"poster_path\": \"\",\n            \"backdrop_path\": \"\"\n        },,,\n     ]\n }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","liked",":type"],"host":["api","movie-inner","click"],"query":[{"description":{"content":"<p>유저 Idx</p>\n","type":"text/plain"},"key":"userIdx","value":""}],"variable":[{"description":{"content":"<p>'theme' or 'movie'</p>\n","type":"text/plain"},"type":"any","value":null,"key":"type"}]}},"response":[],"_postman_id":"b826dbf7-1bf4-43e5-9bea-320cd9394360"},{"name":"getGenre","id":"c0f14784-1d19-4cf2-b28e-b82ea613210d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/genre","description":"<p>API_Name : getGenre</p>\n<p>About : TMDB제공 장르 리스트</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 28,\n        \"name\": \"액션\"\n    },\n    {\n        \"id\": 12,\n        \"name\": \"모험\"\n    },,,,\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","genre"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0f14784-1d19-4cf2-b28e-b82ea613210d"},{"name":"searchCategory","id":"9bab4dc4-3c2e-4704-881b-1c43d41217ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/movies/category?search=","description":"<p>API_Name : searchCategory</p>\n<p>About : 장르에 해당하는 영화 리스트 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"total_pages\": 36710,\n    \"total_results\": 734192,\n    \"current_page\": 1,\n    \"search\": [\n        {\n            \"id\": 315162,\n            \"genre\": [\n                \"애니메이션\",\n                \"액션\",\n                \"모험\",\n                \"코미디\",\n                \"가족\",\n                \"판타지\"\n            ],\n            \"title\": \"장화신은 고양이: 끝내주는 모험\",\n            \"poster_path\": \"/rKgvctIuPXyuqOzCQ16VGdnHxKx.jpg\",\n            \"release_date\": \"2022-12-07\",\n            \"popularity\": 10895.482\n        },,,\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["movies","category"],"host":["api","movie-inner","click"],"query":[{"description":{"content":"<p>genre</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[],"_postman_id":"9bab4dc4-3c2e-4704-881b-1c43d41217ac"}],"id":"e83ab4b0-e1be-463f-86ee-8646668f6751","_postman_id":"e83ab4b0-e1be-463f-86ee-8646668f6751","description":""},{"name":"community","item":[{"name":"writeContents","id":"01097b79-ea26-4811-b256-4ea9f94a0133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIdx\": \"\",\r\n    \"title\": \"\",\r\n    \"content\": \"\",\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/content","description":"<p>API_Name : writeContents</p>\n<p>About : 게시글 작성</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"idx\":  //게시글 idx\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","content"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"01097b79-ea26-4811-b256-4ea9f94a0133"},{"name":"modifyContents","id":"86bd0271-2dc0-4e8c-a19c-e308fef301af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"\",\r\n    \"content\": \"\",\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/content/:idx","description":"<p>API_Name : modifyContents</p>\n<p>About : 게시글 수정</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success: true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","content",":idx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>content idx</p>\n","type":"text/plain"},"type":"any","value":null,"key":"idx"}]}},"response":[],"_postman_id":"86bd0271-2dc0-4e8c-a19c-e308fef301af"},{"name":"deleteContents","id":"8ad9a20e-3fcc-407e-9e67-726458da324a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"\",\r\n    \"content\": \"\",\r\n    \"file\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/content/:idx","description":"<p>API_Name : deleteContents</p>\n<p>About : 게시글 삭제</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success: true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","content",":idx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>content idx</p>\n","type":"text/plain"},"type":"any","value":null,"key":"idx"}]}},"response":[],"_postman_id":"8ad9a20e-3fcc-407e-9e67-726458da324a"},{"name":"increaseHit","id":"c4a8744c-57c7-47b4-a84e-03444f092b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://api.movie-inner.click/community/content/hit/:idx","description":"<p>API_Name : increaseHit</p>\n<p>About : 게시글 조회수 증가</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success: true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","content","hit",":idx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>content idx</p>\n","type":"text/plain"},"type":"any","value":null,"key":"idx"}]}},"response":[],"_postman_id":"c4a8744c-57c7-47b4-a84e-03444f092b92"},{"name":"getTopHitContents","id":"94ce9364-1f19-4f0e-9fe4-6543b72d92d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/community/content/hit","description":"<p>API_Name : getTopHitContents</p>\n<p>About : 조회수 상위 5개 게시글 목록 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"top5Contents\": [\n        {\n            \"idx\": ,\n            \"title\": \"\",\n            \"created_at\": \"\"\n        },,,\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","content","hit"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"94ce9364-1f19-4f0e-9fe4-6543b72d92d8"},{"name":"getAllContent","id":"64feef03-da26-4094-8876-245106b69660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/community/page/:page","description":"<p>API_Name : getAllContent</p>\n<p>About : 커뮤니티 페이지 별 게시글 목록 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"contents\": {\n        \"totalPage\": ,\n        \"currentPage\": \"\",\n        \"responseContents\": [\n          {\n                \"idx\": ,\n                \"nickname\": \"\",\n                \"title\": \"\",\n                \"content\": \"\",\n                \"file\": \"\",\n                \"hit\": ,\n                \"created_at\": \"\",\n                \"number\":  // 게시글 번호\n            },,,,\n        ]\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","page",":page"],"host":["api","movie-inner","click"],"query":[],"variable":[{"description":{"content":"<p>searchPage</p>\n","type":"text/plain"},"type":"any","value":null,"key":"page"}]}},"response":[],"_postman_id":"64feef03-da26-4094-8876-245106b69660"},{"name":"getUserConetnt","id":"80b42475-6397-4af7-b527-15cb38e67355","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/community/content/user?userIdx=","description":"<p>API_Name : getUserConetnt</p>\n<p>About : 해당 유저의 게시글 목록 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"response\": [\n        {\n            \"idx\": ,\n            \"nickname\": \"\",\n            \"title\": \"\",\n            \"content\": \"\",\n            \"file\": \"\",\n            \"created_at\": \"\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","content","user"],"host":["api","movie-inner","click"],"query":[{"description":{"content":"<p>유저의 idx</p>\n","type":"text/plain"},"key":"userIdx","value":""}],"variable":[]}},"response":[],"_postman_id":"80b42475-6397-4af7-b527-15cb38e67355"},{"name":"getIdxContent","id":"07b1f5c0-876e-4857-9a09-9071d7cb8f84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/community/content/user/:idx","description":"<p>API_Name : getIdxContent</p>\n<p>About : 게시글 idx의 정보 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"content\": {\n        \"nickname\": \"\",\n        \"title\": \"\",\n        \"content\": \"\",\n        \"file\": \"\",\n        \"created_at\": \"\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","content","user",":idx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"type":"any","value":null,"key":"idx"}]}},"response":[],"_postman_id":"07b1f5c0-876e-4857-9a09-9071d7cb8f84"},{"name":"writeComment","id":"5dea48b6-6bf9-4afb-9c07-ea5fa7af7062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"contentIdx\": \"\",\r\n    \"userIdx\": \"\",\r\n    \"comment\": \"\",\r\n    \"responseTo\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/comment","description":"<p>API_Name : writeComment</p>\n<p>About : 댓글 작성</p>\n<p>*responseTo - 대댓글일 경우 작성, 상위 댓글 idx</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"comments\": {\n        \"idx\": ,\n        \"content_idx\": ,\n        \"content_writer_idx\": \"\",\n        \"comment_writer_idx\": \"\",\n        \"nickname\": \"\",\n        \"comment\": \"\",\n        \"response_to\": ,\n        \"created_at\": \"\"\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","comment"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"5dea48b6-6bf9-4afb-9c07-ea5fa7af7062"},{"name":"modifyComment","id":"e78e55c2-f79c-417a-838e-173dd2b2412c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idx\": \"\",\r\n    \"comment\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/comment","description":"<p>API_Name : modifyComment</p>\n<p>About : 댓글 수정</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success : true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","comment"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"e78e55c2-f79c-417a-838e-173dd2b2412c"},{"name":"deleteComment","id":"570d7834-93a2-41f6-b3d7-e6366449bdde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"idx\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/comment","description":"<p>API_Name : deleteComment</p>\n<p>About : 댓글 삭제</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success : true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","comment"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"570d7834-93a2-41f6-b3d7-e6366449bdde"},{"name":"getIdxComments","id":"c37d0f69-a75e-4f92-a3ba-49a237b2b9b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/community/comment/:contentIdx","description":"<p>API_Name : getIdxComments</p>\n<p>About : 해당 content idx의 댓글 리스트 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"comments\": [\n        {\n            \"idx\": ,\n            \"content_idx\": ,\n            \"nickname\": \"\",\n            \"comment\": \"\",\n            \"response_to\": null,\n            \"created_at\": \"\"\n        },,,,\n\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","comment",":contentIdx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"type":"any","value":null,"key":"contentIdx"}]}},"response":[],"_postman_id":"c37d0f69-a75e-4f92-a3ba-49a237b2b9b8"},{"name":"getUserComments","id":"0a2ce6a1-b9fb-44da-9c70-e71740ae08f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/community/comment/user/:userIdx?page=","description":"<p>API_Name : getUserComments</p>\n<p>About : 해당 user idx의 댓글 리스트 응답</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"contents\": {\n        \"totalPage\": ,\n        \"comments\": [\n            {\n                \"idx\": ,\n                \"nickname\": \"\",\n                \"content_idx\": ,\n                \"comment\": \"\",\n                \"response_to\": ,\n                \"created_at\": \"\",\n                \"number\":             \n            },,,\n        ]\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","comment","user",":userIdx"],"host":["api","movie-inner","click"],"query":[{"key":"page","value":""}],"variable":[{"type":"any","value":null,"key":"userIdx"}]}},"response":[],"_postman_id":"0a2ce6a1-b9fb-44da-9c70-e71740ae08f9"},{"name":"pushNotificationDB","id":"42579877-896e-4cae-8152-98ebc86024e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIdx\": \"\",\r\n    \"writerIdx\": \"\",\r\n    \"contentIdx\": \"\",\r\n    \"notType\": \"\",\r\n    \"notTypeIdx\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/notification","description":"<p>API_Name : pushNotificationDB</p>\n<p>About : 알람 정보를 DB에 저장</p>\n<p><strong>// notType = 'comment'</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"userIdx\": \"\", //content writer\n    \"writerIdx\": \"\", //comment writer\n    \"contentIdx\": \"\", //content idx\n    \"notType\": \"comment\", \n    \"notTypeIdx\": \"\" //comment idx\n}\n\n</code></pre>\n<p>**// notType = 'reply'<br />**</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"userIdx\": \"\", //comment writer\n    \"writerIdx\": \"\", //reply writer\n    \"contentIdx\": \"\", //content idx\n    \"notType\": \"reply\", \n    \"notTypeIdx\": \"\" //reply idx\n}\n\n</code></pre>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success: true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","notification"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"42579877-896e-4cae-8152-98ebc86024e1"},{"name":"notification","id":"da408a13-2e20-4c2a-a995-9e9588cb66a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/community/notification/:userIdx","description":"<p>API_Name : notification</p>\n<p>About : 해당 유저 별 알람 리스트 응답</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"response\": [\n        {\n            \"idx\": ,\n            \"nickname\": \"\",\n            \"image_URL\": \"\",\n            \"title\": \"\",\n            \"content_idx\": ,\n            \"comment\": \"\",\n            \"comment_idx\":         \n        },,,\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","notification",":userIdx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"type":"any","value":null,"key":"userIdx"}]}},"response":[],"_postman_id":"da408a13-2e20-4c2a-a995-9e9588cb66a5"},{"name":"numberOfNotification","id":"7656f7d6-0600-4e29-8490-2a29924c6a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/community/notification/number/:userIdx","description":"<p>API_Name : numberOfNotification</p>\n<p>About : 해당 유저 별 알람 수 응답</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"numberOfNotification\": number\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","notification","number",":userIdx"],"host":["api","movie-inner","click"],"query":[],"variable":[{"type":"any","value":null,"key":"userIdx"}]}},"response":[],"_postman_id":"7656f7d6-0600-4e29-8490-2a29924c6a1f"},{"name":"checkedNotification","id":"3d159c6a-8187-4ae1-9554-037f37fd8d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIdx\": \"\",\r\n    \"notIdx\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/notification/check","description":"<p>API_Name : checkedNotification</p>\n<p>About : 유저가 알람을 확인했을 때 isChecked = 0</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success : true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","notification","check"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d159c6a-8187-4ae1-9554-037f37fd8d28"},{"name":"deleteNotification","id":"da43e562-05ed-4679-8a96-ff2f9d41939d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userIdx\": \"\",\r\n    \"notIdx\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/community/notification","description":"<p>API_Name : deleteNotification</p>\n<p>About : 알람 삭제</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{ success : true }\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["community","notification"],"host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[],"_postman_id":"da43e562-05ed-4679-8a96-ff2f9d41939d"}],"id":"345dc1ec-fd8e-4b42-a9ea-12fbe2eb00d3","_postman_id":"345dc1ec-fd8e-4b42-a9ea-12fbe2eb00d3","description":""},{"name":"search","item":[{"name":"contentsSearch","id":"d002dce5-d0b5-440b-ad28-5e3ae8b0140a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.movie-inner.click/search/content/:type?search=&page=","description":"<p>API_Name : contentsSearch</p>\n<p>About : 게시글 검색</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"searchResult\": {\n        \"totalPage\": ,\n        \"currentPage\": \"\",\n        \"responseContents\": [\n            {\n                \"idx\": ,\n                \"nickname\": \"\",\n                \"title\": \"\",\n                \"content\": \"\",\n                \"file\": \"\",\n                \"hit\": ,\n                \"created_at\": \"\",\n                \"number\": \n            },,,\n        ]\n    }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["search","content",":type"],"host":["api","movie-inner","click"],"query":[{"description":{"content":"<p>search keyword</p>\n","type":"text/plain"},"key":"search","value":""},{"key":"page","value":""}],"variable":[{"type":"any","value":null,"key":"type"}]}},"response":[],"_postman_id":"d002dce5-d0b5-440b-ad28-5e3ae8b0140a"},{"name":"movieSearch","id":"ef66ee10-0619-4f39-9455-81f807c168f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/search/movie?searchPage=&search=","description":"<p>API_Name : movieSearch</p>\n<p>About : 영화 검색</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"total_pages\": 36,\n    \"total_results\": 712,\n    \"current_page\": 1,\n    \"search\": [\n        {\n            \"id\": 10138,\n            \"genre\": [\n                \"모험\",\n                \"액션\",\n                \"SF\"\n            ],\n            \"title\": \"아이언맨 2\",\n            \"poster_path\": \"/7rUFYRfYV6c4yXiKBvKWOCRjimc.jpg\",\n            \"release_date\": \"2010-05-07\",\n            \"popularity\": 128.553\n        },,,\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["search","movie"],"host":["api","movie-inner","click"],"query":[{"key":"searchPage","value":""},{"key":"search","value":""}],"variable":[]}},"response":[],"_postman_id":"ef66ee10-0619-4f39-9455-81f807c168f7"},{"name":"actorSearch","id":"59f017a3-e8e2-4edc-89fc-3a3819cd1be9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/search/actor?search=&searchPage=","description":"<p>API_Name : actorSearch</p>\n<p>About : 배우 검색</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"total_pages\": 500,\n    \"total_results\": 10000,\n    \"current_page\": 1,\n    \"search\": [\n        {\n            \"id\": 1136406,\n            \"gender\": \"남\",\n            \"department\": \"Acting\",\n            \"name\": \"Tom Holland\",\n            \"popularity\": 116.509,\n            \"profile_path\": \"/bBRlrpJm9XkNSg0YT5LCaxqoFMX.jpg\"\n        },,,\n    ]\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["search","actor"],"host":["api","movie-inner","click"],"query":[{"key":"search","value":""},{"key":"searchPage","value":""}],"variable":[]}},"response":[],"_postman_id":"59f017a3-e8e2-4edc-89fc-3a3819cd1be9"},{"name":"genreSearch","id":"8a2cbfef-8131-4cb0-b590-07d4b796d3e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click/search/genre?search=&searchPage=","description":"<p>API_Name : genreSearch</p>\n<p>About : 장르별 검색</p>\n<p>Example :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"action\": [\n        {\n            \"theme_name\": \"action\",\n            \"movie_id\": \"616037\",\n            \"movie_name\": \"토르: 러브 앤 썬더\",\n            \"poster_path\": \"/bZLrpWM065h5bu1msUcPmLFsHBe.jpg\",\n            \"backdrop_path\": \"/jsoz1HlxczSuTx0mDl2h0lxy36l.jpg\",\n            \"release_date\": \"2022-07-06\"\n        },,,\n]\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["search","genre"],"host":["api","movie-inner","click"],"query":[{"key":"search","value":""},{"key":"searchPage","value":""}],"variable":[]}},"response":[],"_postman_id":"8a2cbfef-8131-4cb0-b590-07d4b796d3e8"}],"id":"db9f9953-222c-4a97-9781-2072bf0a36ad","_postman_id":"db9f9953-222c-4a97-9781-2072bf0a36ad","description":""},{"name":"testAPI","id":"75a3629b-059a-43e2-83a7-e1ced982592c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.movie-inner.click","description":"<p>연결을 확인하는 API</p>\n","urlObject":{"protocol":"https","host":["api","movie-inner","click"],"query":[],"variable":[]}},"response":[{"id":"cbdfeb84-8e43-424d-914e-0fb18dde7f3d","name":"testAPI","originalRequest":{"method":"GET","header":[],"url":"http://localhost:3714/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"ETag","value":"W/\"10-oV4hJxRVSENxc/wX8+mA4/Pe4tA\""},{"key":"Date","value":"Mon, 10 Oct 2022 12:52:19 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"75a3629b-059a-43e2-83a7-e1ced982592c"}]}