{"info":{"_postman_id":"a900a754-d82c-4836-9b24-c7e992929cfc","name":"덕마니","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"22723440","collectionId":"a900a754-d82c-4836-9b24-c7e992929cfc","publishedId":"2s8Z6zzrw1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-02T10:51:16.000Z"},"item":[{"name":"소원 관련 API","item":[{"name":"소원 생성","id":"2f587cbb-030b-40f0-a5e3-a6399e8655c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"477b0870-3914-4d2e-97f1-a3ac35f8b36a\",\r\n    \"nickName\" : \"전준영\",\r\n    \"comment\" : \"제발 소원작성 되게 해주세요..플리즈 아 제발\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://luckmany.site/wishes","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>현재 유저의 고유번호</td>\n</tr>\n<tr>\n<td>nickName</td>\n<td>String</td>\n<td>유저의 닉네임</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>소원의 내용</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>성공 메세지</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>유저의 고유번호</td>\n</tr>\n<tr>\n<td>nickname</td>\n<td>String</td>\n<td>유저의 닉네임</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>소원의 내용</td>\n</tr>\n<tr>\n<td>likes</td>\n<td>Number</td>\n<td>좋아요 갯수</td>\n</tr>\n<tr>\n<td>likeUser</td>\n<td>Array =&gt; String</td>\n<td>좋아요 누른 유저의 고유번호 목록</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String (Date)</td>\n<td>작성 일시</td>\n</tr>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>소원고유번호</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["wishes"],"host":["luckmany","site"],"query":[],"variable":[]}},"response":[{"id":"5f2460b3-e868-4f2b-a998-dcdf9685abec","name":"소원 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuid\" : \"58d1c255-eb4e-4165-b1da-44cdac3bba96\",\r\n    \"nickName\" : \"박이든\",\r\n    \"comment\" : \"로또 1등되게 해주세요\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/wishes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"249"},{"key":"ETag","value":"W/\"f9-XaLEIOOLX7TBiXoBD+gS+cqgWT0\""},{"key":"Date","value":"Mon, 02 Jan 2023 10:53:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"create success\",\n    \"wishData\": {\n        \"uuid\": \"58d1c255-eb4e-4165-b1da-44cdac3bba96\",\n        \"nickName\": \"박이든\",\n        \"comment\": \"로또 1등되게 해주세요\",\n        \"likes\": 0,\n        \"likeUser\": [],\n        \"createdAt\": \"2023-01-02T19:52:00.000Z\",\n        \"_id\": \"63b2b7a3d5f5533a2ad15ba7\"\n    }\n}"}],"_postman_id":"2f587cbb-030b-40f0-a5e3-a6399e8655c6"},{"name":"id 불러오기","id":"426b4584-5ab5-4c76-ab3b-533a07799de6","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"GET","header":[],"url":"https://luckmany.site/id","description":"<h2 id=\"request\">REQUEST</h2>\n<p>-</p>\n<h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>유저에게 부여할 고유번호</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["id"],"host":["luckmany","site"],"query":[],"variable":[]}},"response":[{"id":"98765208-4bca-4b68-aec9-d6a760829b1b","name":"id 불러오기","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/id"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"47"},{"key":"ETag","value":"W/\"2f-h9zXbL0qb5Cf66Y1DdPOLcLTkD4\""},{"key":"Date","value":"Mon, 02 Jan 2023 10:53:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"uuid\": \"58d1c255-eb4e-4165-b1da-44cdac3bba96\"\n}"}],"_postman_id":"426b4584-5ab5-4c76-ab3b-533a07799de6"},{"name":"좋아요","id":"2326bcbb-beda-4ee5-ae0f-746849da261b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"63c3bfc05e8f79ab2beb29b3\",\r\n    \"uuid\":\"\",\r\n    \"like\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://luckmany.site/like","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>게시물 고유번호</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>현재 유저의 고유번호</td>\n</tr>\n<tr>\n<td>like</td>\n<td>Boolean</td>\n<td>좋아요 또는 좋아요 취소  <br />true = 좋아요  <br />false = 눌렀던 좋아요 취소</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>현재 게시물 고유번호</td>\n</tr>\n<tr>\n<td>likes</td>\n<td>Number</td>\n<td>현재 게시물 좋아요 수</td>\n</tr>\n<tr>\n<td>isLike</td>\n<td>Boolean</td>\n<td>true : 현재 유저가 현재 게시물을 좋아요 누른 상태  <br />false : 현재 유저가 현재 게시물을 좋아요 누르지 않은 상태</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["like"],"host":["luckmany","site"],"query":[],"variable":[]}},"response":[{"id":"177c57ac-d266-4182-91b1-482178079360","name":"좋아요","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"63abecc2bd4deb5a89c631bd\",\r\n    \"uuid\":\"16831b0f-954b-4fd3-bf33-6fd1add080b1\",\r\n    \"like\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/like"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"58"},{"key":"ETag","value":"W/\"3a-HzrbWaTgZQf/+iDUudvXHYe54DM\""},{"key":"Date","value":"Tue, 03 Jan 2023 08:08:01 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"63abecc2bd4deb5a89c631bd\",\n    \"likes\": 2,\n    \"isLike\": true\n}"}],"_postman_id":"2326bcbb-beda-4ee5-ae0f-746849da261b"},{"name":"좋아요 취소","id":"b1bdbf32-5fbe-4342-a90d-657f48a4f5d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"63abecc2bd4deb5a89c631bd\",\r\n    \"uuid\":\"16831b0f-954b-4fd3-bf33-6fd1add080b1\",\r\n    \"like\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://luckmany.site/like","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"body\">Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>게시물 고유번호</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>현재 유저의 고유번호</td>\n</tr>\n<tr>\n<td>like</td>\n<td>Boolean</td>\n<td>좋아요 또는 좋아요 취소  <br />true = 좋아요  <br />false = 눌렀던 좋아요 취소</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>현재 게시물 고유번호</td>\n</tr>\n<tr>\n<td>likes</td>\n<td>Number</td>\n<td>현재 게시물 좋아요 수</td>\n</tr>\n<tr>\n<td>isLike</td>\n<td>Boolean</td>\n<td>true : 현재 유저가 현재 게시물을 좋아요 누른 상태  <br />false : 현재 유저가 현재 게시물을 좋아요 누르지 않은 상태</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["like"],"host":["luckmany","site"],"query":[],"variable":[]}},"response":[{"id":"45e602f2-6610-41d6-ae8e-ba0398d5886a","name":"좋아요 취소","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\":\"63abecc2bd4deb5a89c631bd\",\r\n    \"uuid\":\"16831b0f-954b-4fd3-bf33-6fd1add080b1\",\r\n    \"like\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/like"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"59"},{"key":"ETag","value":"W/\"3b-m9xkUm8ImFFxAyVrubaoYEUmph8\""},{"key":"Date","value":"Tue, 03 Jan 2023 08:08:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"63abecc2bd4deb5a89c631bd\",\n    \"likes\": 1,\n    \"isLike\": false\n}"}],"_postman_id":"b1bdbf32-5fbe-4342-a90d-657f48a4f5d1"},{"name":"메인페이지 소원 가져오기","id":"40398031-b207-4962-99ef-af2b5fd15da1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luckmany.site/main","description":"<h2 id=\"request\">REQUEST</h2>\n<p>-</p>\n<h2 id=\"response\">RESPONSE</h2>\n<p><strong>요청을 하면 기본적으로 8개의 무작위 소원을 응답값으로 넘겨준다.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>소원 고유번호</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>게시글을 작성한 유저의 고유번호</td>\n</tr>\n<tr>\n<td>nickName</td>\n<td>String</td>\n<td>유저의 닉네임</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>소원의 내용</td>\n</tr>\n<tr>\n<td>likes</td>\n<td>Number</td>\n<td>좋아요 갯수</td>\n</tr>\n<tr>\n<td>likeUser</td>\n<td>Array =&gt; String</td>\n<td>좋아요 누른 유저의 고유번호 목록</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>작성일자</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["main"],"host":["luckmany","site"],"query":[],"variable":[]}},"response":[{"id":"82b1b972-c9ee-40bd-a6ce-afbee850262e","name":"메인페이지 소원 가져오기","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/main"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"361"},{"key":"ETag","value":"W/\"169-QxXQg7jJnMvVGxoNIKyYEozR1e4\""},{"key":"Date","value":"Mon, 02 Jan 2023 10:58:48 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"63abecc2bd4deb5a89c631bd\",\n        \"likes\": 1\n    },\n    {\n        \"_id\": \"63abed19bd4deb5a89c631c9\",\n        \"likes\": 1\n    },\n    {\n        \"_id\": \"63abec7dbd4deb5a89c631b4\",\n        \"likes\": 1\n    },\n    {\n        \"_id\": \"63abec19bd4deb5a89c631aa\",\n        \"likes\": 1\n    },\n    {\n        \"_id\": \"63abebefbd4deb5a89c631a7\",\n        \"likes\": 1\n    },\n    {\n        \"_id\": \"63abed45bd4deb5a89c631cf\",\n        \"likes\": 1\n    },\n    {\n        \"_id\": \"63aad63985ec485cbc2c053d\",\n        \"likes\": 0\n    },\n    {\n        \"_id\": \"63abec6ebd4deb5a89c631b1\",\n        \"likes\": 0\n    }\n]"}],"_postman_id":"40398031-b207-4962-99ef-af2b5fd15da1"},{"name":"내가 작성한 소원 보여주기","id":"521264be-6813-4f02-9593-a667d9bf6f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luckmany.site/mywish?uuid=35a8034f-0114-4bc2-b944-694aa3a11d3c&skip=1&limit=4","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"query-params\">Query Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>string</td>\n<td>현재 유저의 uuid</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>number</td>\n<td>페이지 번호</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>한 페이지당 보여줄 소원 갯수</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>string</td>\n<td>소원 고유번호</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>게시글을 작성한 유저의 고유번호</td>\n</tr>\n<tr>\n<td>nickName</td>\n<td>String</td>\n<td>유저의 닉네임</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>소원의 내용</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>소원 작성 날짜</td>\n</tr>\n<tr>\n<td>likes</td>\n<td>Number</td>\n<td>소원의 좋아요 갯수</td>\n</tr>\n<tr>\n<td>likeUser</td>\n<td>Array =&gt; String</td>\n<td>좋아요 누른 유저의 고유번호 목록</td>\n</tr>\n<tr>\n<td>isLike</td>\n<td>Boolean</td>\n<td>true : 좋아요를 누른 상태  <br />false : 좋아요를 누르지 않은 상태</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["mywish"],"host":["luckmany","site"],"query":[{"key":"uuid","value":"35a8034f-0114-4bc2-b944-694aa3a11d3c"},{"key":"skip","value":"1"},{"key":"limit","value":"4"}],"variable":[]}},"response":[{"id":"8ddbb3a0-e2a0-45ac-9e02-bf9f8ce78b89","name":"내가 작성한 소원 보여주기","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://luckmany.site/mywish?uuid=35a8034f-0114-4bc2-b944-694aa3a11d3c&skip=1&limit=4","protocol":"https","host":["luckmany","site"],"path":["mywish"],"query":[{"key":"uuid","value":"35a8034f-0114-4bc2-b944-694aa3a11d3c","type":"text"},{"key":"skip","value":"1","type":"text"},{"key":"limit","value":"4","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Feb 2023 05:39:25 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"740"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"2e4-dSlLDaP5VaH3SbZx95pAGOE7ovc\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"63c3bfca5e8f79ab2beb29c3\",\n        \"uuid\": \"35a8034f-0114-4bc2-b944-694aa3a11d3c\",\n        \"nickName\": \"이든\",\n        \"comment\": \"올해 수능 대박나게 해주세요!\",\n        \"createdAt\": \"2023-01-15T17:56:00.000Z\",\n        \"likes\": 13,\n        \"likeUser\": [\n            \"4da282d1-3ec8-481a-bd7b-f43eb15c28a5\",\n            \"354619ee-c196-4310-9480-8a979b1158ed\",\n            \"898bf1c8-a34c-4ede-9747-1a5226532c4a\",\n            \"e9f313ea-2a64-42f1-ab5d-ceb5166046c9\",\n            \"87df67dd-dd17-4519-8b27-6056fc86761b\",\n            \"0e9a1e1c-a5d3-4d3b-88d2-925bfcade240\",\n            \"ee045872-4ab3-430a-b14d-5ad04572bc4b\",\n            \"46e85521-4e92-483d-9a9a-15b0f6d2c34d\",\n            \"a8ba703d-c441-4a18-95b3-fdbd0329d50f\",\n            \"1f387984-1e49-44b7-a554-3714546956fb\",\n            \"a7b0c28b-4ff1-4bf1-963d-7838763da9d5\",\n            \"48fd8188-5e68-458f-b5ae-75ccef91952b\",\n            \"89edf1ee-7add-49bd-9153-9d29dfb57b0f\"\n        ],\n        \"isLike\": false\n    }\n]"}],"_postman_id":"521264be-6813-4f02-9593-a667d9bf6f62"},{"name":"내가 좋아요한 소원 보여주기","id":"dd31f50e-4ca2-44aa-a9ab-54adbb78d878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luckmany.site/like?uuid=7b56f528-72ff-4271-9871-3503c46952e4&skip=1&limit=5","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"query-params\">Query Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>현재 유저의 고유번호</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number</td>\n<td>페이지 번호</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>페이지당 보여줄 소원의 갯수</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>소원 고유번호</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>게시글을 작성한 유저의 고유번호</td>\n</tr>\n<tr>\n<td>nickName</td>\n<td>String</td>\n<td>유저의 닉네임</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>소원의 내용</td>\n</tr>\n<tr>\n<td>likes</td>\n<td>Number</td>\n<td>좋아요 갯수</td>\n</tr>\n<tr>\n<td>likeUser</td>\n<td>Array =&gt; String</td>\n<td>좋아요 누른 유저의 고유번호 목록</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>작성일자</td>\n</tr>\n<tr>\n<td>isLike</td>\n<td>Boolean</td>\n<td>좋아요 여부  <br />true: 좋아요 누른 상태</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"❗-내가-좋아요-누른-소원-보여주기-api-이므로-reponse의-islike는-항상-true로-반환\">❗ 내가 좋아요 누른 소원 보여주기 API 이므로 REPONSE의 IsLike는 항상 true로 반환.</h3>\n","urlObject":{"protocol":"https","path":["like"],"host":["luckmany","site"],"query":[{"key":"uuid","value":"7b56f528-72ff-4271-9871-3503c46952e4"},{"key":"skip","value":"1"},{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"22dc4e68-e0cc-4995-9ffa-6b92a745a7a6","name":"내가 좋아요한 소원 보여주기","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/like?uuid=7b56f528-72ff-4271-9871-3503c46952e4&skip=2&limit=5","host":["localhost"],"port":"8000","path":["like"],"query":[{"key":"uuid","value":"7b56f528-72ff-4271-9871-3503c46952e4"},{"key":"skip","value":"2"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1342"},{"key":"ETag","value":"W/\"53e-vmDzOFz4jKGk3LU4fU40XSomYDo\""},{"key":"Date","value":"Tue, 03 Jan 2023 06:08:41 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"63abecc2bd4deb5a89c631bd\",\n        \"uuid\": \"85c866d8-847d-4cf1-9ca2-8d2c990786ae\",\n        \"nickName\": \"진도준\",\n        \"comment\": \"순양 인수하게 해주세요\",\n        \"likes\": 1,\n        \"likeUser\": [\n            \"7b56f528-72ff-4271-9871-3503c46952e4\"\n        ],\n        \"createdAt\": \"2022-12-28T16:06:00.000Z\",\n        \"isLike\": true\n    },\n    {\n        \"_id\": \"63abecd9bd4deb5a89c631c0\",\n        \"uuid\": \"16831b0f-954b-4fd3-bf33-6fd1add080b1\",\n        \"nickName\": \"진성준\",\n        \"comment\": \"진도준 망하게 해주세요\",\n        \"likes\": 1,\n        \"likeUser\": [\n            \"7b56f528-72ff-4271-9871-3503c46952e4\"\n        ],\n        \"createdAt\": \"2022-12-28T16:06:00.000Z\",\n        \"isLike\": true\n    },\n    {\n        \"_id\": \"63abecedbd4deb5a89c631c3\",\n        \"uuid\": \"a5b19ff6-ddcd-4506-9d9c-74c07d27c3fe\",\n        \"nickName\": \"실버판테온\",\n        \"comment\": \"다이아 가게 해주세오\",\n        \"likes\": 1,\n        \"likeUser\": [\n            \"7b56f528-72ff-4271-9871-3503c46952e4\"\n        ],\n        \"createdAt\": \"2022-12-28T16:06:00.000Z\",\n        \"isLike\": true\n    },\n    {\n        \"_id\": \"63abed05bd4deb5a89c631c6\",\n        \"uuid\": \"199b4a65-3eb4-4de7-86cd-2a51122403cd\",\n        \"nickName\": \"메가커피\",\n        \"comment\": \"스타벅스 따라잡게 해주세요\",\n        \"likes\": 1,\n        \"likeUser\": [\n            \"7b56f528-72ff-4271-9871-3503c46952e4\"\n        ],\n        \"createdAt\": \"2022-12-28T16:06:00.000Z\",\n        \"isLike\": true\n    },\n    {\n        \"_id\": \"63abed19bd4deb5a89c631c9\",\n        \"uuid\": \"b69e8a91-2835-4654-9705-d57e4a980114\",\n        \"nickName\": \"파파존스\",\n        \"comment\": \"도미노 맛없게 만들어주세요\",\n        \"likes\": 1,\n        \"likeUser\": [\n            \"7b56f528-72ff-4271-9871-3503c46952e4\"\n        ],\n        \"createdAt\": \"2022-12-28T16:06:00.000Z\",\n        \"isLike\": true\n    }\n]"}],"_postman_id":"dd31f50e-4ca2-44aa-a9ab-54adbb78d878"},{"name":"메인 상세 소원","id":"9d0e8e46-4cd0-435f-b158-e494f5e240eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luckmany.site/wishes?id=63c95fc923955801b1cc6f43&uuid=db9e71e8-1076-4b60-896b-da918b7af56f","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"query-params\">Query Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>현재 유저의 uuid</td>\n</tr>\n<tr>\n<td>id</td>\n<td>String</td>\n<td>소원의 고유번호</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>소원 고유번호</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>게시글을 작성한 유저의 고유번호</td>\n</tr>\n<tr>\n<td>nickName</td>\n<td>String</td>\n<td>유저의 닉네임</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>소원의 내용</td>\n</tr>\n<tr>\n<td>likes</td>\n<td>Number</td>\n<td>좋아요 갯수</td>\n</tr>\n<tr>\n<td>likeUser</td>\n<td>Array =&gt; String</td>\n<td>좋아요 누른 유저의 고유번호 목록</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>작성일자</td>\n</tr>\n<tr>\n<td>isLike</td>\n<td>Boolean</td>\n<td>true : 좋아요를 누른 상태  <br />false : 좋아요를 누르지 않은 상태</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["wishes"],"host":["luckmany","site"],"query":[{"key":"id","value":"63c95fc923955801b1cc6f43"},{"key":"uuid","value":"db9e71e8-1076-4b60-896b-da918b7af56f"}],"variable":[]}},"response":[{"id":"a1734ce6-0c12-4b7b-8169-fe8d45c10497","name":"메인 상세 소원","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/wishes?id=63aa916582779eca19daaea0&uuid=a5b19ff6-ddcd-4506-9d9c-74c07d27c3fe","host":["localhost"],"port":"8000","path":["wishes"],"query":[{"key":"id","value":"63aa916582779eca19daaea0"},{"key":"uuid","value":"a5b19ff6-ddcd-4506-9d9c-74c07d27c3fe"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"297"},{"key":"ETag","value":"W/\"129-smdgI69X2dlbjxwXeciS8gnEiOU\""},{"key":"Date","value":"Tue, 03 Jan 2023 05:49:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"_id\": \"63aa916582779eca19daaea0\",\n    \"uuid\": \"adfdc637-9f39-4f78-8975-148437448354\",\n    \"nickName\": \"타짜\",\n    \"comment\": \"장땡 나오게 해주세요\",\n    \"likes\": 2,\n    \"likeUser\": [\n        \"03bf4dc1-52cd-4ea4-ab23-b6de09ae450a\",\n        \"85c866d8-847d-4cf1-9ca2-8d2c990786ae\"\n    ],\n    \"createdAt\": \"2022-12-27T15:31:00.000Z\",\n    \"isLike\": false\n}"}],"_postman_id":"9d0e8e46-4cd0-435f-b158-e494f5e240eb"},{"name":"소원 총 갯수 가져오기","id":"5914a900-7a20-4af6-98fc-31efe632ba56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luckmany.site/wish-count","description":"<h3 id=\"request\">REQUEST</h3>\n<p>-</p>\n<h3 id=\"response\">RESPONSE</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wishes</td>\n<td>Number</td>\n<td>총 소원의 갯수</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["wish-count"],"host":["luckmany","site"],"query":[],"variable":[]}},"response":[{"id":"8e97aa26-d422-4d91-8e96-67df24c467db","name":"소원 총 갯수 가져오기","originalRequest":{"method":"GET","header":[],"url":"https://port-0-newyearproject-19k5ygi525lcotdwk3.gksl2.cloudtype.app/wish-count"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Jan 2023 04:02:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"12"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"c-HGzCGrDdXKChqnl/AoKO1jpJfrI\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"wishes\": 5\n}"}],"_postman_id":"5914a900-7a20-4af6-98fc-31efe632ba56"},{"name":"소원 중복검사","id":"f6b76ad8-1f21-4761-b225-ba48f4b62cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luckmany.site/wish-check?uuid=94150cfd-3b35-437e-9c7b-fbc9d5b2719a","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"query-params\">Query params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>uuid</td>\n<td>string</td>\n<td>중복검사 할 유저의 uuid</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>중복 or 중복 아닌 경우의 메세지</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["wish-check"],"host":["luckmany","site"],"query":[{"key":"uuid","value":"94150cfd-3b35-437e-9c7b-fbc9d5b2719a"}],"variable":[]}},"response":[{"id":"387c9fde-5a1c-42c6-ba69-086fa22ff885","name":"소원 중복검사","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://port-0-newyearproject-19k5ygi525lcotdwk3.gksl2.cloudtype.app/wish-check?uuid=3023f6d4-c076-4d1c-84fe-99ad81732a32","protocol":"https","host":["port-0-newyearproject-19k5ygi525lcotdwk3","gksl2","cloudtype","app"],"path":["wish-check"],"query":[{"key":"uuid","value":"3023f6d4-c076-4d1c-84fe-99ad81732a32"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Jan 2023 11:46:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"21-3/yYehe60JZo9xASNgp1wzxRFtU\""},{"key":"Strict-Transport-Security","value":"max-age=15724800; includeSubDomains"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Nothing Duplication\"\n}"},{"id":"4e7552c8-c0f2-4992-b7ab-ac27e77cb002","name":"소원 중복검사","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/wish-check?uuid=3023f6d4-c076-4d1c-84fe-99ad81732a3f","host":["localhost"],"port":"8000","path":["wish-check"],"query":[{"key":"uuid","value":"3023f6d4-c076-4d1c-84fe-99ad81732a3f"}]}},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"17"},{"key":"ETag","value":"W/\"11-TFqCwmoQ1KHIeUlbY7pBfUYMLWI\""},{"key":"Date","value":"Wed, 11 Jan 2023 11:38:24 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"\"Already created\""}],"_postman_id":"f6b76ad8-1f21-4761-b225-ba48f4b62cf6"}],"id":"e1b08267-ea14-491a-a034-f5c814e163d1","_postman_id":"e1b08267-ea14-491a-a034-f5c814e163d1","description":""},{"name":"키워드 관련 API","item":[{"name":"키워드 순위","id":"08c2d24d-0bb8-4d68-8c3d-faf1e4da49a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luckmany.site/keyword","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"-\">-</h3>\n<h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>키워드 고유 번호</td>\n</tr>\n<tr>\n<td>keyword</td>\n<td>String</td>\n<td>키워드 값</td>\n</tr>\n<tr>\n<td>frequency</td>\n<td>Number</td>\n<td>반복하여 쓰인 키워드 횟수</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["keyword"],"host":["luckmany","site"],"query":[],"variable":[]}},"response":[{"id":"3a7c4c65-771f-4a3f-9772-8d340f9f10fe","name":"키워드 순위","originalRequest":{"method":"GET","header":[],"url":"https://luckmany.site/keyword"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Feb 2023 05:33:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"669"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"29d-QpRgHaAxxshfRnXJw3r5+tzwa6A\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"63d873080f632dc1d6fd8bdf\",\n        \"keyword\": \"취업\",\n        \"frequency\": 8\n    },\n    {\n        \"_id\": \"63d873080f632dc1d6fd8bb0\",\n        \"keyword\": \"수\",\n        \"frequency\": 5\n    },\n    {\n        \"_id\": \"63d873080f632dc1d6fd8ba9\",\n        \"keyword\": \"올해\",\n        \"frequency\": 4\n    },\n    {\n        \"_id\": \"63d873080f632dc1d6fd8bc2\",\n        \"keyword\": \"돈\",\n        \"frequency\": 4\n    },\n    {\n        \"_id\": \"63d892410f632dc1d6fdabbf\",\n        \"keyword\": \"개발\",\n        \"frequency\": 4\n    },\n    {\n        \"_id\": \"63d8f4b20f632dc1d6fdd2ea\",\n        \"keyword\": \"소원\",\n        \"frequency\": 3\n    },\n    {\n        \"_id\": \"63d873080f632dc1d6fd8bdd\",\n        \"keyword\": \"곳\",\n        \"frequency\": 3\n    },\n    {\n        \"_id\": \"63da46310f632dc1d6fe22c0\",\n        \"keyword\": \"오늘\",\n        \"frequency\": 3\n    },\n    {\n        \"_id\": \"63d873080f632dc1d6fd8bdb\",\n        \"keyword\": \"팀\",\n        \"frequency\": 3\n    },\n    {\n        \"_id\": \"63d873080f632dc1d6fd8bad\",\n        \"keyword\": \"건강\",\n        \"frequency\": 3\n    }\n]"}],"_postman_id":"08c2d24d-0bb8-4d68-8c3d-faf1e4da49a7"},{"name":"키워드 검색","id":"8a6413f4-3451-4839-ba13-34a63397fa7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://luckmany.site/search?keyword=취업&skip=1&limit=4&uuid=35a8034f-0114-4bc2-b944-694aa3a11d3c","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"query-params\">Query params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword</td>\n<td>String</td>\n<td>검색할 키워드 값</td>\n</tr>\n<tr>\n<td>skip</td>\n<td>Number</td>\n<td>페이지 번호</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Number</td>\n<td>한 페이지에서 보여줄 소원 갯수</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>현재 접속 유저의 고유번호</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>_id</td>\n<td>String</td>\n<td>소원의 고유번호</td>\n</tr>\n<tr>\n<td>uuid</td>\n<td>String</td>\n<td>작성한 유저의 고유번호</td>\n</tr>\n<tr>\n<td>nickName</td>\n<td>String</td>\n<td>작성한 유저의 닉네임</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>String</td>\n<td>작성한 소원의 내용</td>\n</tr>\n<tr>\n<td>createdAt</td>\n<td>String</td>\n<td>작성한 소원의 날짜</td>\n</tr>\n<tr>\n<td>likes</td>\n<td>Number</td>\n<td>소원의 좋아요 갯수</td>\n</tr>\n<tr>\n<td>likeUser</td>\n<td>Array =&gt; String</td>\n<td>좋아요 누른 유저의 고유번호 목록</td>\n</tr>\n<tr>\n<td>isLike</td>\n<td>Boolean</td>\n<td>true : 좋아요를 누른 상태  <br />false : 좋아요를 누르지 않은 상태</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["search"],"host":["luckmany","site"],"query":[{"key":"keyword","value":"취업"},{"key":"skip","value":"1"},{"key":"limit","value":"4"},{"key":"uuid","value":"35a8034f-0114-4bc2-b944-694aa3a11d3c"}],"variable":[]}},"response":[{"id":"7395f80d-7da8-44fb-8dca-9f60408bb527","name":"키워드 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://luckmany.site/search?keyword=취업&skip=1&limit=4&uuid=35a8034f-0114-4bc2-b944-694aa3a11d3c","protocol":"https","host":["luckmany","site"],"path":["search"],"query":[{"key":"keyword","value":"취업","type":"text"},{"key":"skip","value":"1","type":"text"},{"key":"limit","value":"4","type":"text"},{"key":"uuid","value":"35a8034f-0114-4bc2-b944-694aa3a11d3c","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Feb 2023 05:37:55 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"3135"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"c3f-4qnGBQUU16cLWLiZH4JluSrAHng\""}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_id\": \"63c3c01f5e8f79ab2beb2a26\",\n        \"uuid\": \"9737578b-488a-4c7b-88e6-83e26fd0b1eb\",\n        \"nickName\": \"박찬영\",\n        \"comment\": \"올해 꼭 좋은회사 취업해서 돈 많이 벌게 해주세요\",\n        \"createdAt\": \"2023-01-15T17:58:00.000Z\",\n        \"likes\": 13,\n        \"likeUser\": [\n            \"4da282d1-3ec8-481a-bd7b-f43eb15c28a5\",\n            \"354619ee-c196-4310-9480-8a979b1158ed\",\n            \"25770785-b561-464f-b766-f98a972a127e\",\n            \"2ca09412-8274-4d24-8547-fb2fe1d83a49\",\n            \"90655f18-45e6-47bf-9062-87f78bfa893c\",\n            \"abadbc2c-596f-4e3a-afc5-112b1bac9113\",\n            \"a8ba703d-c441-4a18-95b3-fdbd0329d50f\",\n            \"43d89ef3-4a52-4903-80be-742e8fc0f725\",\n            \"207e7391-b45c-4c03-addb-f3c288537680\",\n            \"c9ca5ef9-477c-42d1-9754-e769f5a7fd30\",\n            \"1f387984-1e49-44b7-a554-3714546956fb\",\n            \"4d82eda4-4c21-4b40-a0d2-a241502e73aa\",\n            \"87df67dd-dd17-4519-8b27-6056fc86761b\"\n        ],\n        \"isLike\": false\n    },\n    {\n        \"_id\": \"63c95fb923955801b1cc6f38\",\n        \"uuid\": \"c414b5c3-af4f-4148-8f6b-e98199fe682a\",\n        \"nickName\": \"챠밍전\",\n        \"comment\": \"올 해 덕마니팀 취업 좋은 곳으로 잘 되기를\",\n        \"createdAt\": \"2023-01-19T15:20:00.000Z\",\n        \"likes\": 19,\n        \"likeUser\": [\n            \"d88de7ec-dbd9-47d6-af16-941e5a98f55b\",\n            \"533857c0-9b3c-4a35-9cd5-bfb6f14239f7\",\n            \"7de3955e-8784-4d5f-ba92-480637f5fcce\",\n            \"0e9a1e1c-a5d3-4d3b-88d2-925bfcade240\",\n            \"a7b0c28b-4ff1-4bf1-963d-7838763da9d5\",\n            \"69c77a29-3fee-46d7-917c-dca26cafe478\",\n            \"87df67dd-dd17-4519-8b27-6056fc86761b\",\n            \"b0b7cca9-8271-443b-a06b-e944a1730e7d\",\n            \"0504bf5f-091e-4031-bfd9-34c131433d50\",\n            \"90655f18-45e6-47bf-9062-87f78bfa893c\",\n            \"2ca09412-8274-4d24-8547-fb2fe1d83a49\",\n            \"b571fc3d-d50c-4bf6-8000-65bcc2fae71b\",\n            \"1ae184c2-f546-4c79-b3d2-6c029432f2b2\",\n            \"09ca2cc7-52ee-4fc3-8aa3-6dd903e71a7e\",\n            \"4ff7c48c-470d-4392-a9a4-7cea3ff875ef\",\n            \"129d43c3-797b-4604-b91e-cdb611578956\",\n            \"ffa0fcd4-c7d7-46f3-891f-e8dec9d7650c\",\n            \"ad8ac2a9-f233-4cde-a418-519a43ceed93\",\n            \"89edf1ee-7add-49bd-9153-9d29dfb57b0f\"\n        ],\n        \"isLike\": false\n    },\n    {\n        \"_id\": \"63c9600e23955801b1cc6f68\",\n        \"uuid\": \"73bc7fb6-a014-47da-8f29-03fe8cbce979\",\n        \"nickName\": \"전준\",\n        \"comment\": \"모두 좋은 곳으로 취업!!!\",\n        \"createdAt\": \"2023-01-19T15:21:00.000Z\",\n        \"likes\": 15,\n        \"likeUser\": [\n            \"ac8e560c-ec5e-4c50-8791-f395dc45dce8\",\n            \"533857c0-9b3c-4a35-9cd5-bfb6f14239f7\",\n            \"0e9a1e1c-a5d3-4d3b-88d2-925bfcade240\",\n            \"a7b0c28b-4ff1-4bf1-963d-7838763da9d5\",\n            \"2ca09412-8274-4d24-8547-fb2fe1d83a49\",\n            \"90655f18-45e6-47bf-9062-87f78bfa893c\",\n            \"a8ba703d-c441-4a18-95b3-fdbd0329d50f\",\n            \"400bb37f-cdaa-454d-80e3-0910be0bac91\",\n            \"1f387984-1e49-44b7-a554-3714546956fb\",\n            \"09ca2cc7-52ee-4fc3-8aa3-6dd903e71a7e\",\n            \"ad2c2718-e1e2-4754-8fde-eb1d2ad58e62\",\n            \"5152061f-d45c-4268-9c72-e0ae6ee5069f\",\n            \"74ede534-414f-4cdd-8c77-0d9e7fe97bed\",\n            \"921dbe87-5924-41d5-94dd-9b58567ba19c\",\n            \"89edf1ee-7add-49bd-9153-9d29dfb57b0f\"\n        ],\n        \"isLike\": false\n    },\n    {\n        \"_id\": \"63d882390419b6c9f6bf6601\",\n        \"uuid\": \"f12ce1b5-a994-44ae-85cc-4b6570947c2f\",\n        \"nickName\": \"홍석현\",\n        \"comment\": \"취업 화이팅\",\n        \"createdAt\": \"2023-01-31T11:51:00.000Z\",\n        \"likes\": 9,\n        \"likeUser\": [\n            \"4ff7c48c-470d-4392-a9a4-7cea3ff875ef\",\n            \"b2ee44a1-bbe7-42c0-9901-6b989a57257a\",\n            \"c9ca5ef9-477c-42d1-9754-e769f5a7fd30\",\n            \"1f387984-1e49-44b7-a554-3714546956fb\",\n            \"c6313716-9a9f-49e9-8b16-407a4d3f513e\",\n            \"62386ecf-b4c4-44bb-a6fd-caa78251e63e\",\n            \"5152061f-d45c-4268-9c72-e0ae6ee5069f\",\n            \"74ede534-414f-4cdd-8c77-0d9e7fe97bed\",\n            \"87df67dd-dd17-4519-8b27-6056fc86761b\"\n        ],\n        \"isLike\": false\n    }\n]"}],"_postman_id":"8a6413f4-3451-4839-ba13-34a63397fa7a"},{"name":"키워드 전체 분석","id":"ca92282e-9ea2-4850-93ac-02695ded3636","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://luckmany.site/analyze?type=all","description":"<h2 id=\"request\">REQUEST</h2>\n<h3 id=\"query-params\">QUERY PARAMS</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>분석 할 키워드 타입</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">RESPONSE</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>message</td>\n<td>String</td>\n<td>성공 여부 반환 메세지</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["analyze"],"host":["luckmany","site"],"query":[{"key":"type","value":"all"}],"variable":[]}},"response":[{"id":"3e4efc9f-6e4e-47b4-8f7b-fc8083c67cd8","name":"키워드 전체 분석","originalRequest":{"method":"POST","header":[],"url":{"raw":"https://luckmany.site/analyze?type=all","protocol":"https","host":["luckmany","site"],"path":["analyze"],"query":[{"key":"type","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 11 Feb 2023 22:53:04 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"37-4mJzJQHcn+rONYQ6kqYTYtYg/NE\""}],"cookie":[],"responseTime":null,"body":"{\n    \"messag\": \"키워드 분석을 완료하였습니다.\"\n}"}],"_postman_id":"ca92282e-9ea2-4850-93ac-02695ded3636"}],"id":"b8b441b6-46d6-4318-93fc-ce98214145a9","_postman_id":"b8b441b6-46d6-4318-93fc-ce98214145a9","description":""}]}