{"info":{"_postman_id":"b73c022e-878b-4b82-8184-60a0bd88586f","name":"Main","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"25534544","collectionId":"b73c022e-878b-4b82-8184-60a0bd88586f","publishedId":"2s93eVXEBJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-05-04T05:00:19.000Z"},"item":[{"name":"회원","item":[{"name":"회원가입","id":"3fafc84c-01a7-4874-969e-e563494b9dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"abc@gmail.com\",\r\n    \"password\" : \"1223\",\r\n    \"userName\" : \"초콜릿\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members","urlObject":{"protocol":"http","port":"8080","path":["members"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"c886aab5-a987-4a3a-9cf0-d45c48c1ad17","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"abc@gmail.com\",\r\n    \"password\" : \"1223\",\r\n    \"userName\" : \"초콜릿\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/post/12"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Sat, 20 May 2023 03:34:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3fafc84c-01a7-4874-969e-e563494b9dad"},{"name":"회원 로그인","id":"f50f57db-fe19-4a5f-8cbb-055db28d6e71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"abc@gmail.com\",\r\n    \"password\" : \"1223\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/auth/login","description":"<h1 id=\"요청-매개변수\">요청 매개변수</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"email\"</td>\n<td>회원의 이메일</td>\n<td>string</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>\"password\"</td>\n<td>회원의 패스워드</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"8080","path":["auth","login"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"1bebdbbd-3f16-48b7-9603-d5498252fc4c","name":"회원 로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"miss@gmail.com\",\r\n    \"password\" : \"1223\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Set-Cookie","value":"Authorization=Bearer_eyJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6WyJVU0VSIl0sInVzZXJOYW1lIjoi66-47Iqk7YSw7ZS87J6QIiwiZW1haWwiOiJtaXNzQGdtYWlsLmNvbSIsIm1lbWJlcklkIjoxMCwic3ViIjoibWlzc0BnbWFpbC5jb20iLCJpYXQiOjE2ODUwMDk2ODEsImV4cCI6MTY4NTAxMzI4MX0.7abmfyiX2OYZyXg032dPipI2uL0heMHKgEL3hQQFPco; Domain=mainmay.s3-website.ap-northeast-2.amazonaws.com; Path=/; HttpOnly"},{"key":"Set-Cookie","value":"Refresh=Bearer_eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtaXNzQGdtYWlsLmNvbSIsImlhdCI6MTY4NTAwOTY4MSwiZXhwIjoxNjg1MDM0ODgxfQ.BsIoRpCsx-O5qoWyEFOIFnCyO-UV5tXs5HR0cqEl4uk; Domain=mainmay.s3-website.ap-northeast-2.amazonaws.com; Path=/; HttpOnly"},{"key":"Set-Cookie","value":"memberId=10; Domain=mainmay.s3-website.ap-northeast-2.amazonaws.com; Path=/; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"492"},{"key":"Date","value":"Thu, 25 May 2023 10:14:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userName\": \"미스터피자\",\n    \"accessToken\": \"Bearer_eyJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6WyJVU0VSIl0sInVzZXJOYW1lIjoi66-47Iqk7YSw7ZS87J6QIiwiZW1haWwiOiJtaXNzQGdtYWlsLmNvbSIsIm1lbWJlcklkIjoxMCwic3ViIjoibWlzc0BnbWFpbC5jb20iLCJpYXQiOjE2ODUwMDk2ODEsImV4cCI6MTY4NTAxMzI4MX0.7abmfyiX2OYZyXg032dPipI2uL0heMHKgEL3hQQFPco\",\n    \"memberId\": 10,\n    \"refreshToken\": \"Bearer_eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJtaXNzQGdtYWlsLmNvbSIsImlhdCI6MTY4NTAwOTY4MSwiZXhwIjoxNjg1MDM0ODgxfQ.BsIoRpCsx-O5qoWyEFOIFnCyO-UV5tXs5HR0cqEl4uk\"\n}"}],"_postman_id":"f50f57db-fe19-4a5f-8cbb-055db28d6e71"},{"name":"회원 수정","id":"bbe1aad4-fc9a-4a8b-ac19-f6ad92dcf298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"전우치\",\r\n    \"password\" : 12344\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members/2","description":"<h1 id=\"요청-매개변수\">요청 매개변수</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"username\"</td>\n<td>회원의 닉네임</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"password\"</td>\n<td>회원의 패스워드</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"8080","path":["members","2"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"4231d470-ddaf-4c2a-8f17-17dc4badbe98","name":"회원 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userName\" : \"전우치\",\r\n    \"password\" : 12344\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 May 2023 10:15:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"memberId\": \"2\",\n        \"email\": \"akadjfhd@gmail.com\",\n        \"userName\": \"전우치\",\n        \"profileImgNum\": 0,\n        \"posts\": [\n            {\n                \"status\": \"success\",\n                \"postId\": 24,\n                \"title\": \"자바스트립트 기초 강의 - [프론트엔드 개발자 첫걸음] - 3시간 완성\",\n                \"content\": \"javascript\",\n                \"sourceURL\": \"https://www.youtube.com/watch?v=adioo1lv8fs\",\n                \"star\": 3,\n                \"thumbnailImage\": \"https://img.youtube.com/vi/adioo1lv8fs/0.jpg\",\n                \"starAvg\": 2,\n                \"recommends\": 324,\n                \"sourceMedia\": \"youtube\",\n                \"sorta\": \"video\",\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [\n                    \"javascript\",\n                    \"youtube\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 24,\n                        \"commentId\": 9,\n                        \"comment\": \"우와\",\n                        \"star\": 2,\n                        \"author\": {\n                            \"name\": \"도미노피자\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-19T15:19:13\",\n                        \"modifiedAt\": \"2023-05-19T15:19:13\"\n                    }\n                ],\n                \"createdAt\": \"2023-05-19T15:08:19\",\n                \"modifiedAt\": \"2023-05-19T15:08:19\"\n            }\n        ],\n        \"comments\": [\n            {\n                \"status\": null,\n                \"postId\": 14,\n                \"commentId\": 7,\n                \"comment\": \"테스트 중\",\n                \"star\": 2,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-19T15:15:21\",\n                \"modifiedAt\": \"2023-05-19T15:15:21\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 10,\n                \"commentId\": 23,\n                \"comment\": \"흠\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-20T01:51:51\",\n                \"modifiedAt\": \"2023-05-20T01:51:51\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 7,\n                \"commentId\": 38,\n                \"comment\": \"...굿\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-20T01:54:23\",\n                \"modifiedAt\": \"2023-05-20T01:54:23\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 6,\n                \"commentId\": 55,\n                \"comment\": \"좋아요\",\n                \"star\": 3,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T16:02:47\",\n                \"modifiedAt\": \"2023-05-24T16:02:47\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 11,\n                \"commentId\": 62,\n                \"comment\": \"soso\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T17:15:50\",\n                \"modifiedAt\": \"2023-05-24T17:15:50\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 22,\n                \"commentId\": 85,\n                \"comment\": \"좋은정보에요\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T17:25:36\",\n                \"modifiedAt\": \"2023-05-24T17:25:36\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 31,\n                \"commentId\": 101,\n                \"comment\": \"good\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T17:31:38\",\n                \"modifiedAt\": \"2023-05-24T17:31:38\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 38,\n                \"commentId\": 109,\n                \"comment\": \"great\",\n                \"star\": 4,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T17:34:59\",\n                \"modifiedAt\": \"2023-05-24T17:34:59\"\n            }\n        ],\n        \"recommends\": [\n            {\n                \"recommendsId\": 5,\n                \"postId\": 33,\n                \"memberId\": 2,\n                \"title\": \"Mojo: 차세대 프로그래밍 언어\",\n                \"link\": \"https://hashdork.com/ko/mojo-the-next-generation-programming-language/\",\n                \"star\": 5,\n                \"starAvg\": 4.5,\n                \"recommend\": 254,\n                \"author\": {\n                    \"name\": \"yuha\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"postTags\": [\n                    \"mojo\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 33,\n                        \"commentId\": 102,\n                        \"comment\": \"트랜드가 빠르네요\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"yoonsu\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:32:16\",\n                        \"modifiedAt\": \"2023-05-24T17:32:16\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 33,\n                        \"commentId\": 103,\n                        \"comment\": \"쉬워요\",\n                        \"star\": 4,\n                        \"author\": {\n                            \"name\": \"둘리\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:32:36\",\n                        \"modifiedAt\": \"2023-05-24T17:32:36\"\n                    }\n                ]\n            }\n        ],\n        \"createdAt\": \"2023-05-18T10:52:44\",\n        \"modifiedAt\": \"2023-05-25T10:15:26.29653\"\n    }\n}"}],"_postman_id":"bbe1aad4-fc9a-4a8b-ac19-f6ad92dcf298"},{"name":"회원 모두 조회","id":"6e7e34a6-e6ae-4f39-9e10-a0120bb95731","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members","urlObject":{"protocol":"http","port":"8080","path":["members"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"9e6c91fd-5385-4520-af85-c8c8b44fd3ac","name":"회원 모두 조회","originalRequest":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 May 2023 10:15:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"createdAt\": \"2023-05-18T08:01:24\",\n            \"modifiedAt\": \"2023-05-18T08:01:24\",\n            \"memberId\": 1,\n            \"email\": \"aaa@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$vi3iGinOzUa3mg24aM2a9eRDqPjVs0PSudUw8NZwIJZ9QS25Gz7I.\",\n            \"userName\": \"포도주스\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-18T10:52:44\",\n            \"modifiedAt\": \"2023-05-25T10:15:26\",\n            \"memberId\": 2,\n            \"email\": \"akadjfhd@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$6nLSYJm6hiprU4Px/glIw.L3hrkBpkVbE2i4lVGk0x1INLgUvKAQi\",\n            \"userName\": \"전우치\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-18T10:54:09\",\n            \"modifiedAt\": \"2023-05-18T10:54:09\",\n            \"memberId\": 3,\n            \"email\": \"akad@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$gte2/bCyTN6PaANVxb/fw.el7htlrF6lZYOBBsYPyCCou2V0uhIyO\",\n            \"userName\": \"둘리\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-18T10:54:31\",\n            \"modifiedAt\": \"2023-05-18T10:54:31\",\n            \"memberId\": 4,\n            \"email\": \"eipw@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$QTQbkicsytC7ByID/wUChuAqC5yDrEF9JLQ7wwWmtdvQmhowdK7Oe\",\n            \"userName\": \"피자나라\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-19T10:29:41\",\n            \"modifiedAt\": \"2023-05-19T10:29:41\",\n            \"memberId\": 5,\n            \"email\": \"eip1w@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$fbwgj/CeNK78OMQGAwn/WelTuwoRmb4YL2St1cXH4w8xkCM7kVNpW\",\n            \"userName\": \"yoonsu\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-19T10:36:59\",\n            \"modifiedAt\": \"2023-05-19T10:36:59\",\n            \"memberId\": 6,\n            \"email\": \"e1w@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$8VEIUuXqKc1s0xlK42riBO9w59H4godsjLeYBHBXjjNvmyUy2das6\",\n            \"userName\": \"gijung\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-19T10:40:21\",\n            \"modifiedAt\": \"2023-05-19T10:40:21\",\n            \"memberId\": 7,\n            \"email\": \"eaa1w@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$.KF839ubQS4XLRJBlL8w2ueqwezoP6Ewq7iSMR.O1pwmPJLvhu4se\",\n            \"userName\": \"yuha\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-19T15:00:30\",\n            \"modifiedAt\": \"2023-05-19T15:00:30\",\n            \"memberId\": 8,\n            \"email\": \"qpdkf@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$i4P8d3DOvmFLCOZHejXyfOL4BUXssf3TwZph6oNs.XARsslFc60nS\",\n            \"userName\": \"치킨공주\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-19T15:06:39\",\n            \"modifiedAt\": \"2023-05-19T15:06:39\",\n            \"memberId\": 9,\n            \"email\": \"domino@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$zRB83gIpTpwqzYzrfiaCLeJ1iTLLO5tKaNROMtQpPm3OMGrM9UCo6\",\n            \"userName\": \"도미노피자\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-19T15:08:24\",\n            \"modifiedAt\": \"2023-05-19T15:08:24\",\n            \"memberId\": 10,\n            \"email\": \"miss@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$ilUodBsSMG7qqAHFW4CW9.ofFnf1Qkl8aQqtnCz7zwpu02oMPjPYm\",\n            \"userName\": \"미스터피자\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-20T01:50:45\",\n            \"modifiedAt\": \"2023-05-20T01:50:45\",\n            \"memberId\": 11,\n            \"email\": \"java@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$Biv7x8Z2J3f3K4M0VI9qnuEK.EVB//RfO/PDZ5.IZlqP8Sqqr8LjG\",\n            \"userName\": \"java사랑\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-20T03:34:27\",\n            \"modifiedAt\": \"2023-05-20T03:34:27\",\n            \"memberId\": 12,\n            \"email\": \"abc@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$3fdAZY1ucQeIJ.KXgaroqOuch.MQCZoUzw7LtI0AQW6DAnc/rEUpO\",\n            \"userName\": \"초콜릿\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-23T09:27:37\",\n            \"modifiedAt\": \"2023-05-23T09:27:37\",\n            \"memberId\": 13,\n            \"email\": \"naver@naver.com\",\n            \"password\": \"{bcrypt}$2a$10$1BnaqTI1Gux/xFfXmxdiDOQVnwl5VHhawg4Ud9MvRKpZ7Y9iHu0W6\",\n            \"userName\": \"전자시계\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-23T09:27:55\",\n            \"modifiedAt\": \"2023-05-23T09:27:55\",\n            \"memberId\": 14,\n            \"email\": \"kiki@naver.com\",\n            \"password\": \"{bcrypt}$2a$10$hJPRtUuNAaAOU7oj4JGOTeVqeZDfBc7ClSpOqRehnhdnlB5becDue\",\n            \"userName\": \"최애의 아이\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-23T09:28:20\",\n            \"modifiedAt\": \"2023-05-23T09:28:20\",\n            \"memberId\": 15,\n            \"email\": \"kilkill@naver.com\",\n            \"password\": \"{bcrypt}$2a$10$uzHVVadvQitMfoaFGc9Wd.9corzrSmtHYEImZx63MCkZen6Q289CS\",\n            \"userName\": \"오늘은 치킨\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-24T15:30:04\",\n            \"modifiedAt\": \"2023-05-24T15:30:04\",\n            \"memberId\": 16,\n            \"email\": \"test@gamil.com\",\n            \"password\": \"{bcrypt}$2a$10$EgxF8UqYkbhFh3D37EiGEuvvVBHN6cPqoergdlGAmSDX3ogI5cKEO\",\n            \"userName\": \"test\",\n            \"profileImgNum\": 0,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-25T09:09:27\",\n            \"modifiedAt\": \"2023-05-25T09:09:27\",\n            \"memberId\": 17,\n            \"email\": \"ksr940818@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$Ae/saZTUimRXw7n8pd5Zee/qd7UTHKHP9BtoObUb7ealhzgEBqkCi\",\n            \"userName\": \"김상래\",\n            \"profileImgNum\": 2,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-25T09:52:45\",\n            \"modifiedAt\": \"2023-05-25T09:52:45\",\n            \"memberId\": 18,\n            \"email\": \"abc11@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$IuuYyyNzv9zo4bBBnXSSyuuk/GvUSrJvGx7sS/1nJdI2/90BeXtba\",\n            \"userName\": \"길동이\",\n            \"profileImgNum\": 8,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        },\n        {\n            \"createdAt\": \"2023-05-25T10:06:29\",\n            \"modifiedAt\": \"2023-05-25T10:06:29\",\n            \"memberId\": 19,\n            \"email\": \"kka@gmail.com\",\n            \"password\": \"{bcrypt}$2a$10$FhyLuNFm0kSvxGPGqH6GO.Hu7mEMq.BuLLHPmyM7hq8IANatWZhne\",\n            \"userName\": \"경쓰\",\n            \"profileImgNum\": 5,\n            \"roles\": [\n                \"USER\"\n            ],\n            \"provider\": null,\n            \"verificationCode\": null\n        }\n    ]\n}"}],"_postman_id":"6e7e34a6-e6ae-4f39-9e10-a0120bb95731"},{"name":"특정 회원 조회","id":"8f9f532a-3a2c-431d-abdb-97fdef748a8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members/1","urlObject":{"protocol":"http","port":"8080","path":["members","1"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"60d2d5d5-9e2a-4884-b985-438df0c699bf","name":"특정 회원 조회","originalRequest":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 May 2023 10:17:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"memberId\": \"1\",\n        \"email\": \"aaa@gmail.com\",\n        \"userName\": \"포도주스\",\n        \"profileImgNum\": 0,\n        \"posts\": [\n            {\n                \"status\": \"success\",\n                \"postId\": 4,\n                \"title\": \"[네트워크] OSI 7 계층 (OSI 7 Layer)\",\n                \"content\": \"네트워크\",\n                \"sourceURL\": \"https://backendcode.tistory.com/167\",\n                \"star\": 4,\n                \"thumbnailImage\": \"https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FlROKq%2FbtrD4VUpIcL%2FK8Js4PRfhbX66pQXc902D0%2Fimg.jpg\",\n                \"starAvg\": 2.5,\n                \"recommends\": 2,\n                \"sourceMedia\": \"tistory\",\n                \"sorta\": \"text\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [\n                    \"webpack\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 4,\n                        \"commentId\": 10,\n                        \"comment\": \"변경~\",\n                        \"star\": 2,\n                        \"author\": {\n                            \"name\": \"포도주스\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-19T15:34:51\",\n                        \"modifiedAt\": \"2023-05-19T15:35:33\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 4,\n                        \"commentId\": 45,\n                        \"comment\": \"ㄷㄷ\",\n                        \"star\": 3,\n                        \"author\": {\n                            \"name\": \"도미노피자\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-20T04:45:20\",\n                        \"modifiedAt\": \"2023-05-20T04:45:20\"\n                    }\n                ],\n                \"createdAt\": \"2023-05-19T08:24:12\",\n                \"modifiedAt\": \"2023-05-20T04:45:21\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 5,\n                \"title\": \"2022 회고와 2023년 개발 트랜드\",\n                \"content\": \"2022년과 2023년\",\n                \"sourceURL\": \"https://yozm.wishket.com/magazine/detail/1833/\",\n                \"star\": 3,\n                \"thumbnailImage\": \"https://yozm.wishket.com/media/news/1833/image001.png\",\n                \"starAvg\": 4,\n                \"recommends\": 457,\n                \"sourceMedia\": \"blog\",\n                \"sorta\": \"trend\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [\n                    \"webpack\",\n                    \"2023\",\n                    \"2022\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 5,\n                        \"commentId\": 4,\n                        \"comment\": \"테스트 중\",\n                        \"star\": 4,\n                        \"author\": {\n                            \"name\": \"포도주스\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-19T10:59:11\",\n                        \"modifiedAt\": \"2023-05-19T10:59:11\"\n                    }\n                ],\n                \"createdAt\": \"2023-05-19T08:41:07\",\n                \"modifiedAt\": \"2023-05-23T07:35:36\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 18,\n                \"title\": \"리액트 초보자 입문강의 3탄 | 리액트 state 진짜 쉽게 설명해줌 | 이거 모르면 프론트엔드 개발자는 힘들지...\",\n                \"content\": \"내용물\",\n                \"sourceURL\": \"https://youtu.be/TFLvKGhrAwM\",\n                \"star\": 5,\n                \"thumbnailImage\": \"https://img.youtube.com/vi/TFLvKGhrAwM/0.jpg\",\n                \"starAvg\": 4.2,\n                \"recommends\": 100,\n                \"sourceMedia\": \"youtube\",\n                \"sorta\": \"video\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [\n                    \"js\",\n                    \"reate\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 18,\n                        \"commentId\": 72,\n                        \"comment\": \"node.js\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"gijung\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:20:31\",\n                        \"modifiedAt\": \"2023-05-24T17:20:31\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 18,\n                        \"commentId\": 73,\n                        \"comment\": \"리액트 어렵다\",\n                        \"star\": 2,\n                        \"author\": {\n                            \"name\": \"도미노피자\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:20:57\",\n                        \"modifiedAt\": \"2023-05-24T17:20:57\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 18,\n                        \"commentId\": 74,\n                        \"comment\": \"good\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"포도주스\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:21:13\",\n                        \"modifiedAt\": \"2023-05-24T17:21:13\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 18,\n                        \"commentId\": 75,\n                        \"comment\": \"good\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"yoonsu\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:21:57\",\n                        \"modifiedAt\": \"2023-05-24T17:21:57\"\n                    }\n                ],\n                \"createdAt\": \"2023-05-19T15:05:15\",\n                \"modifiedAt\": \"2023-05-24T17:21:57\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 21,\n                \"title\": \"브라우저는 어떻게 동작하는가?\",\n                \"content\": \"naver\",\n                \"sourceURL\": \"https://d2.naver.com/helloworld/59361\",\n                \"star\": 4,\n                \"thumbnailImage\": \"https://d2.naver.com/content/images/2015/06/helloworld-59361-1.png\",\n                \"starAvg\": 4.5,\n                \"recommends\": 5,\n                \"sourceMedia\": \"naver\",\n                \"sorta\": \"text\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [\n                    \"naver, java\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 21,\n                        \"commentId\": 82,\n                        \"comment\": \"신기해요!\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"둘리\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:24:31\",\n                        \"modifiedAt\": \"2023-05-24T17:24:31\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 21,\n                        \"commentId\": 83,\n                        \"comment\": \"유익해요\",\n                        \"star\": 4,\n                        \"author\": {\n                            \"name\": \"gijung\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:24:48\",\n                        \"modifiedAt\": \"2023-05-24T17:24:48\"\n                    }\n                ],\n                \"createdAt\": \"2023-05-19T15:06:52\",\n                \"modifiedAt\": \"2023-05-24T17:24:48\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 47,\n                \"title\": \"login\",\n                \"content\": \"로그인 로직\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 4,\n                \"thumbnailImage\": \"https://images.velog.io/velog.png\",\n                \"starAvg\": 3.5,\n                \"recommends\": 0,\n                \"sourceMedia\": null,\n                \"sorta\": \"text\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 47,\n                        \"commentId\": 113,\n                        \"comment\": \"so\",\n                        \"star\": 2,\n                        \"author\": {\n                            \"name\": \"yoonsu\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:37:06\",\n                        \"modifiedAt\": \"2023-05-24T17:37:06\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 47,\n                        \"commentId\": 114,\n                        \"comment\": \"wow!!!!\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"gijung\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:37:17\",\n                        \"modifiedAt\": \"2023-05-24T17:37:17\"\n                    }\n                ],\n                \"createdAt\": \"2023-05-24T14:57:48\",\n                \"modifiedAt\": \"2023-05-24T17:37:17\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 49,\n                \"title\": \"typescript object\",\n                \"content\": \"handle object with typescript\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 5,\n                \"thumbnailImage\": \"https://velog.velcdn.com/images/rlwjd31/post/2869ce8b-763c-4bef-ba1b-aea24000a19e/image.png\",\n                \"starAvg\": 0,\n                \"recommends\": 0,\n                \"sourceMedia\": \"velog\",\n                \"sorta\": \"text\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [],\n                \"comments\": [],\n                \"createdAt\": \"2023-05-25T06:16:55\",\n                \"modifiedAt\": \"2023-05-25T06:16:55\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 50,\n                \"title\": \"handle object with typescript\",\n                \"content\": \"typescript로 쉽게 객체를 알려줍니다!!\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 5,\n                \"thumbnailImage\": \"https://velog.velcdn.com/images/rlwjd31/post/2869ce8b-763c-4bef-ba1b-aea24000a19e/image.png\",\n                \"starAvg\": 0,\n                \"recommends\": 0,\n                \"sourceMedia\": \"velog\",\n                \"sorta\": \"text\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [],\n                \"comments\": [],\n                \"createdAt\": \"2023-05-25T06:31:53\",\n                \"modifiedAt\": \"2023-05-25T06:31:53\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 51,\n                \"title\": \"타입스크립트 객체배우기\",\n                \"content\": \"타입스크립트로 객체 다루기!!!\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 5,\n                \"thumbnailImage\": \"https://velog.velcdn.com/images/rlwjd31/post/2869ce8b-763c-4bef-ba1b-aea24000a19e/image.png\",\n                \"starAvg\": 0,\n                \"recommends\": 0,\n                \"sourceMedia\": \"velog\",\n                \"sorta\": \"text\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [],\n                \"comments\": [],\n                \"createdAt\": \"2023-05-25T06:45:12\",\n                \"modifiedAt\": \"2023-05-25T06:45:12\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 52,\n                \"title\": \"ts with object\",\n                \"content\": \"handle obj with ts(typescript)\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 5,\n                \"thumbnailImage\": \"https://velog.velcdn.com/images/rlwjd31/post/2869ce8b-763c-4bef-ba1b-aea24000a19e/image.png\",\n                \"starAvg\": 0,\n                \"recommends\": 0,\n                \"sourceMedia\": \"velog\",\n                \"sorta\": \"text\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [],\n                \"comments\": [],\n                \"createdAt\": \"2023-05-25T06:55:43\",\n                \"modifiedAt\": \"2023-05-25T06:55:43\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 53,\n                \"title\": \"asdf\",\n                \"content\": \"asdf\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 5,\n                \"thumbnailImage\": \"https://velog.velcdn.com/images/rlwjd31/post/2869ce8b-763c-4bef-ba1b-aea24000a19e/image.png\",\n                \"starAvg\": 0,\n                \"recommends\": 0,\n                \"sourceMedia\": \"velog\",\n                \"sorta\": \"text\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [\n                    \"ts\",\n                    \"js\"\n                ],\n                \"comments\": [],\n                \"createdAt\": \"2023-05-25T08:23:07\",\n                \"modifiedAt\": \"2023-05-25T08:23:07\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 54,\n                \"title\": \"제목이?\",\n                \"content\": \"이유가?\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 3,\n                \"thumbnailImage\": \"\",\n                \"starAvg\": 0,\n                \"recommends\": 0,\n                \"sourceMedia\": \"velog\",\n                \"sorta\": \"video\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [],\n                \"comments\": [],\n                \"createdAt\": \"2023-05-25T09:53:57\",\n                \"modifiedAt\": \"2023-05-25T09:53:57\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 55,\n                \"title\": \"제목이?\",\n                \"content\": \"이유가?\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 3,\n                \"thumbnailImage\": \"\",\n                \"starAvg\": 0,\n                \"recommends\": 0,\n                \"sourceMedia\": \"velog\",\n                \"sorta\": \"video\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [],\n                \"comments\": [],\n                \"createdAt\": \"2023-05-25T09:53:59\",\n                \"modifiedAt\": \"2023-05-25T09:53:59\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 56,\n                \"title\": \"제목이?\",\n                \"content\": \"이유가?\",\n                \"sourceURL\": \"https://velog.io/@codren/%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EA%B8%B0%EB%8A%A5\",\n                \"star\": 3,\n                \"thumbnailImage\": \"\",\n                \"starAvg\": 0,\n                \"recommends\": 0,\n                \"sourceMedia\": \"velog\",\n                \"sorta\": \"video\",\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"tags\": [],\n                \"comments\": [],\n                \"createdAt\": \"2023-05-25T09:54:00\",\n                \"modifiedAt\": \"2023-05-25T09:54:00\"\n            }\n        ],\n        \"comments\": [\n            {\n                \"status\": null,\n                \"postId\": 5,\n                \"commentId\": 4,\n                \"comment\": \"테스트 중\",\n                \"star\": 4,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-19T10:59:11\",\n                \"modifiedAt\": \"2023-05-19T10:59:11\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 12,\n                \"commentId\": 5,\n                \"comment\": \"테스트 중\",\n                \"star\": 3,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-19T13:16:42\",\n                \"modifiedAt\": \"2023-05-19T13:16:42\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 4,\n                \"commentId\": 10,\n                \"comment\": \"변경~\",\n                \"star\": 2,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-19T15:34:51\",\n                \"modifiedAt\": \"2023-05-19T15:35:33\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 10,\n                \"commentId\": 13,\n                \"comment\": \"도움\",\n                \"star\": 1,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-20T01:46:54\",\n                \"modifiedAt\": \"2023-05-20T01:46:54\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 7,\n                \"commentId\": 14,\n                \"comment\": \"별로\",\n                \"star\": 1,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-20T01:48:25\",\n                \"modifiedAt\": \"2023-05-20T01:48:25\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 10,\n                \"commentId\": 22,\n                \"comment\": \"쏘쏘\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-20T01:51:41\",\n                \"modifiedAt\": \"2023-05-20T01:51:41\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 9,\n                \"commentId\": 57,\n                \"comment\": \"보안 어려워요ㅠ\",\n                \"star\": 4,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T16:33:57\",\n                \"modifiedAt\": \"2023-05-24T16:33:57\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 46,\n                \"commentId\": 59,\n                \"comment\": \"asdfasdfasdf\",\n                \"star\": 4,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T16:54:00\",\n                \"modifiedAt\": \"2023-05-24T16:54:00\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 18,\n                \"commentId\": 74,\n                \"comment\": \"good\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T17:21:13\",\n                \"modifiedAt\": \"2023-05-24T17:21:13\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 25,\n                \"commentId\": 89,\n                \"comment\": \"good\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T17:27:35\",\n                \"modifiedAt\": \"2023-05-24T17:27:35\"\n            },\n            {\n                \"status\": null,\n                \"postId\": 31,\n                \"commentId\": 100,\n                \"comment\": \"우와!!!\",\n                \"star\": 3,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-24T17:31:22\",\n                \"modifiedAt\": \"2023-05-24T17:31:22\"\n            }\n        ],\n        \"recommends\": [\n            {\n                \"recommendsId\": 1,\n                \"postId\": 17,\n                \"memberId\": 1,\n                \"title\": \"자바스크립트 async와 await\",\n                \"link\": \"https://joshua1988.github.io/web-development/javascript/js-async-await/\",\n                \"star\": 3,\n                \"starAvg\": 3.5,\n                \"recommend\": 184,\n                \"author\": {\n                    \"name\": \"피자나라\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"postTags\": [\n                    \"github\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 17,\n                        \"commentId\": 70,\n                        \"comment\": \"github?\",\n                        \"star\": 4,\n                        \"author\": {\n                            \"name\": \"피자나라\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:19:53\",\n                        \"modifiedAt\": \"2023-05-24T17:19:53\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 17,\n                        \"commentId\": 71,\n                        \"comment\": \"js\",\n                        \"star\": 3,\n                        \"author\": {\n                            \"name\": \"gijung\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:20:06\",\n                        \"modifiedAt\": \"2023-05-24T17:20:06\"\n                    }\n                ]\n            },\n            {\n                \"recommendsId\": 10,\n                \"postId\": 46,\n                \"memberId\": 1,\n                \"title\": \"프론트엔드 개발자 vs 백엔드 개발자\",\n                \"link\": \"https://www.youtube.com/watch?v=oOd0IKWwg1E\",\n                \"star\": 3,\n                \"starAvg\": 4.5,\n                \"recommend\": 4,\n                \"author\": {\n                    \"name\": \"최애의 아이\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"postTags\": [\n                    \"개발자\",\n                    \"Developer\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 46,\n                        \"commentId\": 46,\n                        \"comment\": \"이거 저도 봤는데 괜찮았어요\",\n                        \"star\": 4,\n                        \"author\": {\n                            \"name\": \"오늘은 치킨\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-23T09:37:50\",\n                        \"modifiedAt\": \"2023-05-23T09:37:50\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 46,\n                        \"commentId\": 47,\n                        \"comment\": \"많은 도움이 되었습니다.\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"전자시계\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-23T09:38:31\",\n                        \"modifiedAt\": \"2023-05-23T09:38:31\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 46,\n                        \"commentId\": 48,\n                        \"comment\": \"오 짧고 핵심만 딱딱\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"피자나라\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-23T09:39:17\",\n                        \"modifiedAt\": \"2023-05-23T09:39:17\"\n                    },\n                    {\n                        \"status\": null,\n                        \"postId\": 46,\n                        \"commentId\": 59,\n                        \"comment\": \"asdfasdfasdf\",\n                        \"star\": 4,\n                        \"author\": {\n                            \"name\": \"포도주스\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T16:54:00\",\n                        \"modifiedAt\": \"2023-05-24T16:54:00\"\n                    }\n                ]\n            },\n            {\n                \"recommendsId\": 15,\n                \"postId\": 29,\n                \"memberId\": 1,\n                \"title\": \"모던 자바스크립트 딥다이브 스터디\",\n                \"link\": \"https://www.inflearn.com/course/%EB%AA%A8%EB%8D%98-%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%94%A5%EB%8B%A4%EC%9D%B4%EB%B8%8C/dashboard\",\n                \"star\": 4,\n                \"starAvg\": 5,\n                \"recommend\": 169,\n                \"author\": {\n                    \"name\": \"yoonsu\",\n                    \"star\": 0,\n                    \"profileImgNum\": 0\n                },\n                \"postTags\": [\n                    \"javascript\",\n                    \"deepDive\"\n                ],\n                \"comments\": [\n                    {\n                        \"status\": null,\n                        \"postId\": 29,\n                        \"commentId\": 98,\n                        \"comment\": \"좋아요\",\n                        \"star\": 5,\n                        \"author\": {\n                            \"name\": \"피자나라\",\n                            \"star\": 0,\n                            \"profileImgNum\": 0\n                        },\n                        \"createdAt\": \"2023-05-24T17:30:20\",\n                        \"modifiedAt\": \"2023-05-24T17:30:20\"\n                    }\n                ]\n            }\n        ],\n        \"createdAt\": \"2023-05-18T08:01:24\",\n        \"modifiedAt\": \"2023-05-18T08:01:24\"\n    }\n}"}],"_postman_id":"8f9f532a-3a2c-431d-abdb-97fdef748a8e"},{"name":"회원 삭제","id":"09077b81-63c4-49a0-88ab-1a0072733339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members/1","urlObject":{"protocol":"http","port":"8080","path":["members","1"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"0de42225-764f-4845-86fa-155b7cf6bd71","name":"회원 삭제","originalRequest":{"method":"DELETE","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/members/1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 04 May 2023 04:11:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"09077b81-63c4-49a0-88ab-1a0072733339"}],"id":"7e06de8a-1329-48d6-824b-75381b08cea1","description":"<h1 id=\"요청-매개변수\">요청 매개변수</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"email\"</td>\n<td>회원의 이메일</td>\n<td>string</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>\"username\"</td>\n<td>회원의 닉네임</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"password\"</td>\n<td>회원의 패스워드</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"7e06de8a-1329-48d6-824b-75381b08cea1"},{"name":"게시물","item":[{"name":"개발 게시물 등록","id":"7c3e3a33-e784-45c8-bf03-54df54b75eab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"함수형 프로그래밍과 JavaScript ES6+\",\r\n    \"sourceMedia\": \"inflearn\",\r\n    \"thumbnailImage\": \"https://cdn.inflearn.com/wp-content/uploads/es6_8.jpg\",\r\n    \"content\" : \"JavaScript\",\r\n    \"memberId\" : 5,\r\n    \"star\" : 4,\r\n    \"sourceURL\": \"https://www.inflearn.com/course/functional-es6/dashboard\",\r\n    \"tags\" : [\r\n          \"js\"\r\n    ],\r\n    \"sorta\": \"video\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts","description":"<p>StartFragment</p>\n<h3 id=\"table\">Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"title\"</td>\n<td>게시글의 제목</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"star\"</td>\n<td>별점</td>\n<td>int</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"content\"</td>\n<td>게시글의 추천 이유</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sourceURL\"</td>\n<td>추천하는 링크</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"tag\"</td>\n<td>게시글에 관련된 해시태그</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"thumbnailImage\"</td>\n<td>게시글의 썸네일 이미지</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sourceMedia\"</td>\n<td>출처(velog, youtube, etc..)</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sorta\"</td>\n<td>게시글의 종류(text, video, trend) ⇒ development page에서만 존재하는 data</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"protocol":"http","port":"8080","path":["posts"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"2ba25e95-2e3b-4f16-a409-1e3109f8cfa4","name":"개발 게시물 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"함수형 프로그래밍과 JavaScript ES6+\",\r\n    \"sourceMedia\": \"inflearn\",\r\n    \"thumbnailImage\": \"https://cdn.inflearn.com/wp-content/uploads/es6_8.jpg\",\r\n    \"content\" : \"JavaScript\",\r\n    \"memberId\" : 5,\r\n    \"star\" : 4,\r\n    \"sourceURL\": \"https://www.inflearn.com/course/functional-es6/dashboard\",\r\n    \"tag\" : [\r\n          \"js\"\r\n    ],\r\n    \"sorta\": \"video\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/post/35"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 19 May 2023 15:29:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7c3e3a33-e784-45c8-bf03-54df54b75eab"},{"name":"게시글 수정","id":"4a01fa62-a7da-4323-97f0-75e184f18a72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"노션 사용하시면 한번 참고하세요\",\r\n    \"memberId\" : 5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/10/edit","description":"<p>StartFragment</p>\n<h3 id=\"table\">Table</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"memberId\"</td>\n<td>회원의 고유 Id</td>\n<td>Long</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>\"title\"</td>\n<td>게시글의 제목</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"star\"</td>\n<td>별점</td>\n<td>int</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"content\"</td>\n<td>게시글의 추천 이유</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sourceURL\"</td>\n<td>추천하는 링크</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"tag\"</td>\n<td>게시글에 관련된 해시태그</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"thumbnailImage\"</td>\n<td>게시글의 썸네일 이미지</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sourceMedia\"</td>\n<td>출처(velog, youtube, etc..)</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sorta\"</td>\n<td>게시글의 종류(text, video, trend) ⇒ development page에서만 존재하는 data</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div><p>EndFragment</p>\n","urlObject":{"protocol":"http","port":"8080","path":["posts","10","edit"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"c5bb3d22-72d6-4c14-aea9-c0c9e150d2f6","name":"게시글 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\" : \"노션 사용하시면 한번 참고하세요\",\r\n    \"memberId\" : 5\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/10/edit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 23 May 2023 13:50:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"postId\": 10,\n        \"title\": \"노션 사용자의 98%가 이 기능을 모르고 있다!?\",\n        \"content\": \"노션 사용하시면 한번 참고하세요\",\n        \"sourceURL\": \"https://www.youtube.com/watch?v=XCAwSBdeejU&ab_channel=%EB%85%B8%EB%A7%88%EB%93%9C%EC%BD%94%EB%8D%94NomadCoders\",\n        \"star\": 3,\n        \"thumbnailImage\": \"https://img.youtube.com/vi/XCAwSBdeejU/0.jpg\",\n        \"starAvg\": 4.44,\n        \"recommends\": 231,\n        \"sourceMedia\": \"youtube\",\n        \"sorta\": \"video\",\n        \"author\": {\n            \"name\": \"yoonsu\",\n            \"star\": 0,\n            \"profileBgColor\": null\n        },\n        \"tags\": [\n            \"db\",\n            \"notion\"\n        ],\n        \"comments\": [\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 12,\n                \"comment\": \"매우 좋아요\",\n                \"star\": 4,\n                \"author\": {\n                    \"name\": \"둘리\",\n                    \"star\": 4,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:46:33\",\n                \"modifiedAt\": \"2023-05-20T01:46:33\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 13,\n                \"comment\": \"도움\",\n                \"star\": 1,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 1,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:46:54\",\n                \"modifiedAt\": \"2023-05-20T01:46:54\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 21,\n                \"comment\": \"괜찮음\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"미스터피자\",\n                    \"star\": 5,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:51:30\",\n                \"modifiedAt\": \"2023-05-20T01:51:30\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 22,\n                \"comment\": \"쏘쏘\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 5,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:51:41\",\n                \"modifiedAt\": \"2023-05-20T01:51:41\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 23,\n                \"comment\": \"흠\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"전우치\",\n                    \"star\": 5,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:51:51\",\n                \"modifiedAt\": \"2023-05-20T01:51:51\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 24,\n                \"comment\": \"...\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"yoonsu\",\n                    \"star\": 5,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:52:28\",\n                \"modifiedAt\": \"2023-05-20T01:52:28\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 25,\n                \"comment\": \"...\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"yoonsu\",\n                    \"star\": 5,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:52:47\",\n                \"modifiedAt\": \"2023-05-20T01:52:47\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 26,\n                \"comment\": \"...\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"yoonsu\",\n                    \"star\": 5,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:52:47\",\n                \"modifiedAt\": \"2023-05-20T01:52:47\"\n            },\n            {\n                \"status\": \"success\",\n                \"postId\": 10,\n                \"commentId\": 27,\n                \"comment\": \"...글세요\",\n                \"star\": 5,\n                \"author\": {\n                    \"name\": \"치킨공주\",\n                    \"star\": 5,\n                    \"profileBgColor\": null\n                },\n                \"createdAt\": \"2023-05-20T01:53:08\",\n                \"modifiedAt\": \"2023-05-20T01:53:08\"\n            }\n        ],\n        \"createdAt\": \"2023-05-19T10:39:54\",\n        \"modifiedAt\": \"2023-05-23T13:50:24.663307\"\n    }\n}"}],"_postman_id":"4a01fa62-a7da-4323-97f0-75e184f18a72"},{"name":"특정 게시글 조회","id":"087e1139-e88c-4bed-aa4a-2984c0ba5258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/12","urlObject":{"protocol":"http","port":"8080","path":["posts","12"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"c35c5888-103c-4a60-856e-2a4dd2d55fea","name":"특정 게시글 조회","originalRequest":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 May 2023 10:10:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"postId\": 12,\n        \"title\": \"this\",\n        \"content\": \"so\",\n        \"sourceURL\": \"https://velog.io/@crowwan/this\",\n        \"star\": 4,\n        \"thumbnailImage\": \"https://velog.velcdn.com/images/crowwan/post/6c513cc3-ad25-42a1-9168-435f10e38d8b/image.png\",\n        \"starAvg\": 3,\n        \"recommends\": 42,\n        \"sourceMedia\": \"velog\",\n        \"sorta\": \"text\",\n        \"author\": {\n            \"name\": \"yuha\",\n            \"star\": 4,\n            \"profileImgNum\": 0\n        },\n        \"tags\": [\n            \"java\"\n        ],\n        \"comments\": [\n            {\n                \"status\": \"success\",\n                \"postId\": 12,\n                \"commentId\": 5,\n                \"comment\": \"테스트 중\",\n                \"star\": 3,\n                \"author\": {\n                    \"name\": \"포도주스\",\n                    \"star\": 3,\n                    \"profileImgNum\": 0\n                },\n                \"createdAt\": \"2023-05-19T13:16:42\",\n                \"modifiedAt\": \"2023-05-19T13:16:42\"\n            }\n        ],\n        \"createdAt\": \"2023-05-19T13:00:22\",\n        \"modifiedAt\": \"2023-05-19T13:00:22\"\n    }\n}"}],"_postman_id":"087e1139-e88c-4bed-aa4a-2984c0ba5258"},{"name":"게시글 전체조회","id":"9d3cfdef-3438-492c-be4d-05ba12dc864f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts","urlObject":{"protocol":"http","port":"8080","path":["posts"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"468181e8-3364-431e-bc24-b38faedebdbc","name":"게시글 전체조회","originalRequest":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 23 May 2023 13:52:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"status\": \"success\",\n            \"postId\": 46,\n            \"title\": \"프론트엔드 개발자 vs 백엔드 개발자\",\n            \"content\": \"무엇이 다른지 알 수 있었다\",\n            \"sourceURL\": \"https://www.youtube.com/watch?v=oOd0IKWwg1E\",\n            \"star\": 3,\n            \"thumbnailImage\": \"https://i.ytimg.com/vi/oOd0IKWwg1E/hq720.jpg?sqp=-…AFwAcABBg==&rs=AOn4CLCClKtBIqbR_LVaAMEuVrznjbLS8A\",\n            \"starAvg\": 4.67,\n            \"recommends\": 3,\n            \"sourceMedia\": \"youtube\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"최애의 아이\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"개발자\",\n                \"Developer\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 46,\n                    \"commentId\": 46,\n                    \"comment\": \"이거 저도 봤는데 괜찮았어요\",\n                    \"star\": 4,\n                    \"author\": {\n                        \"name\": \"오늘은 치킨\",\n                        \"star\": 4,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-23T09:37:50\",\n                    \"modifiedAt\": \"2023-05-23T09:37:50\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 46,\n                    \"commentId\": 47,\n                    \"comment\": \"많은 도움이 되었습니다.\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"전자시계\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-23T09:38:31\",\n                    \"modifiedAt\": \"2023-05-23T09:38:31\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 46,\n                    \"commentId\": 48,\n                    \"comment\": \"오 짧고 핵심만 딱딱\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"피자나라\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-23T09:39:17\",\n                    \"modifiedAt\": \"2023-05-23T09:39:17\"\n                }\n            ],\n            \"createdAt\": \"2023-05-23T09:33:38\",\n            \"modifiedAt\": \"2023-05-23T09:39:55\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 45,\n            \"title\": \"챗GPT 어렵다구요..? 챗GPT (ChatGPT) 사용법 4분만에 배우기\",\n            \"content\": \"chatGPT에 대해\",\n            \"sourceURL\": \"https://www.youtube.com/watch?v=xAUuLECuyd0\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://i.ytimg.com/vi/xAUuLECuyd0/hqdefault.jpg?s…AFwAcABBg==&rs=AOn4CLDhS9wqakVBMIxpcOa2p6DscXSm3g\",\n            \"starAvg\": 0,\n            \"recommends\": 0,\n            \"sourceMedia\": \"youtube\",\n            \"sorta\": \"trend\",\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"chatGPT\",\n                \"챗GPT\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-23T09:25:06\",\n            \"modifiedAt\": \"2023-05-23T09:25:06\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 38,\n            \"title\": \"DTO의 사용범위는 어디까지? 또, DTO 변환은 어디서?\",\n            \"content\": \"dto 와 entity 에 대해 알 수 있었다.\",\n            \"sourceURL\": \"https://stella-ul.tistory.com/163\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://tecoble.techcourse.co.kr/static/69c46deb555a8735e5489289914bd80f/f26e3/dto-layered.png\",\n            \"starAvg\": 0,\n            \"recommends\": 231,\n            \"sourceMedia\": \"dlog\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"dto\",\n                \"entity\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-22T09:33:43\",\n            \"modifiedAt\": \"2023-05-22T09:33:43\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 34,\n            \"title\": \"2023년 웹 개발 트렌드 13가지\",\n            \"content\": \"trend 13\",\n            \"sourceURL\": \"https://www.openads.co.kr/content/contentDetail?contsId=10160\",\n            \"star\": 5,\n            \"thumbnailImage\": \"http://www.thedigitalmkt.com/wp-content/uploads/image-2-3.png\",\n            \"starAvg\": 0,\n            \"recommends\": 207,\n            \"sourceMedia\": \"open.ads\",\n            \"sorta\": \"trend\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"web\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:18:44\",\n            \"modifiedAt\": \"2023-05-19T15:18:44\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 33,\n            \"title\": \"Mojo: 차세대 프로그래밍 언어\",\n            \"content\": \"Mojo\",\n            \"sourceURL\": \"https://hashdork.com/ko/mojo-the-next-generation-programming-language/\",\n            \"star\": 5,\n            \"thumbnailImage\": \"https://hashdork.com/wp-content/uploads/2023/05/mojo-programming-language.png\",\n            \"starAvg\": 0,\n            \"recommends\": 254,\n            \"sourceMedia\": \"hashdork\",\n            \"sorta\": \"trend\",\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"mojo\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:15:17\",\n            \"modifiedAt\": \"2023-05-20T03:20:18\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 32,\n            \"title\": \"함수형 프로그래밍과 JavaScript ES6+\",\n            \"content\": \"JavaScript\",\n            \"sourceURL\": \"https://www.inflearn.com/course/functional-es6/dashboard\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://cdn.inflearn.com/wp-content/uploads/es6_8.jpg\",\n            \"starAvg\": 2,\n            \"recommends\": 456,\n            \"sourceMedia\": \"inflearn\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"js\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 32,\n                    \"commentId\": 49,\n                    \"comment\": \"글세요\",\n                    \"star\": 2,\n                    \"author\": {\n                        \"name\": \"피자나라\",\n                        \"star\": 2,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-23T13:41:36\",\n                    \"modifiedAt\": \"2023-05-23T13:41:36\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T15:14:38\",\n            \"modifiedAt\": \"2023-05-23T13:41:36\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 31,\n            \"title\": \"【한글자막】 React 완벽 가이드 with Redux, Next.js, TypeScript\",\n            \"content\": \"modern javascript\",\n            \"sourceURL\": \"https://www.udemy.com/course/best-react/\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://img-c.udemycdn.com/course/480x270/4298905_17e3_2.jpg\",\n            \"starAvg\": 0,\n            \"recommends\": 346,\n            \"sourceMedia\": \"udemy\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"react\",\n                \"video\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:13:30\",\n            \"modifiedAt\": \"2023-05-19T15:13:30\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 30,\n            \"title\": \"프론트엔드 필수 브라우저 101\",\n            \"content\": \"야식\",\n            \"sourceURL\": \"https://academy.dream-coding.com/courses/browser101\",\n            \"star\": 2,\n            \"thumbnailImage\": \"https://d2lmphbmp3ptuw.cloudfront.net/assets/Browser_Course_Thumbnails_4953fc31f5.png\",\n            \"starAvg\": 4,\n            \"recommends\": 4,\n            \"sourceMedia\": \"blog\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"FB\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 30,\n                    \"commentId\": 8,\n                    \"comment\": \"댓글\",\n                    \"star\": 4,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 4,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-19T15:16:03\",\n                    \"modifiedAt\": \"2023-05-19T15:16:03\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T15:12:46\",\n            \"modifiedAt\": \"2023-05-19T15:12:46\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 29,\n            \"title\": \"모던 자바스크립트 딥다이브 스터디\",\n            \"content\": \"modern javascript\",\n            \"sourceURL\": \"https://www.inflearn.com/course/%EB%AA%A8%EB%8D%98-%EC%9E%90%EB%B0%94%EC%8A%A4%ED%81%AC%EB%A6%BD%ED%8A%B8-%EB%94%A5%EB%8B%A4%EC%9D%B4%EB%B8%8C/dashboard\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://cdn.inflearn.com/public/courses/327974/cover/3b014384-8b3e-4f66-a4de-a94ffff11f58/Modern Javascript Deep Dive.png\",\n            \"starAvg\": 0,\n            \"recommends\": 167,\n            \"sourceMedia\": \"inflearn\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"javascript\",\n                \"deepDive\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:10:54\",\n            \"modifiedAt\": \"2023-05-19T15:10:54\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 28,\n            \"title\": \"기업들은 왜 코틀린을 선택하였을까?\",\n            \"content\": \"코틀린\",\n            \"sourceURL\": \"https://velog.io/@oune/%EA%B8%B0%EC%97%85%EB%93%A4%EC%9D%80-%EC%99%9C-%EC%BD%94%ED%8B%80%EB%A6%B0%EC%9D%84-%EC%84%A0%ED%83%9D%ED%95%98%EC%98%80%EC%9D%84%EA%B9%8C\",\n            \"star\": 3,\n            \"thumbnailImage\": \"https://velog.velcdn.com/images/oune/post/22b97946-bf1b-4993-b346-92614510779b/image.png\",\n            \"starAvg\": 0,\n            \"recommends\": 13,\n            \"sourceMedia\": \"velog\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"kotlin\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:10:54\",\n            \"modifiedAt\": \"2023-05-19T15:10:54\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 27,\n            \"title\": \"한시간만에 Node.js 백엔드 기초 끝내기 (ft. API 구축)\",\n            \"content\": \"보름달\",\n            \"sourceURL\": \"https://www.youtube.com/watch?v=Tt_tKhhhJqY\",\n            \"star\": 3,\n            \"thumbnailImage\": \"https://img.youtube.com/vi/Tt_tKhhhJqY/0.jpg\",\n            \"starAvg\": 0,\n            \"recommends\": 180,\n            \"sourceMedia\": \"youtube\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"미스터피자\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"node\",\n                \"js\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:09:35\",\n            \"modifiedAt\": \"2023-05-19T15:09:35\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 26,\n            \"title\": \"RESTful API 이란\",\n            \"content\": \"restFul\",\n            \"sourceURL\": \"https://velog.io/@somday/RESTful-API-%EC%9D%B4%EB%9E%80\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://velog.velcdn.com/images/somday/post/2a7df2da-2a3c-44af-b059-ee03efc125ef/restapi-image.png\",\n            \"starAvg\": 0,\n            \"recommends\": 133,\n            \"sourceMedia\": \"velog\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"API\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:09:25\",\n            \"modifiedAt\": \"2023-05-19T15:09:25\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 25,\n            \"title\": \"State, 슬기롭게 관리하기 (2)\",\n            \"content\": \"State\",\n            \"sourceURL\": \"https://tech.osci.kr/2023/04/01/state-%ec%8a%ac%ea%b8%b0%eb%a1%ad%ea%b2%8c-%ea%b4%80%eb%a6%ac%ed%95%98%ea%b8%b0-2/\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://tech.osci.kr/wp-content/uploads/2023/03/image-9.png\",\n            \"starAvg\": 0,\n            \"recommends\": 156,\n            \"sourceMedia\": \"osci\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"State\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:08:34\",\n            \"modifiedAt\": \"2023-05-19T15:08:34\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 24,\n            \"title\": \"자바스트립트 기초 강의 - [프론트엔드 개발자 첫걸음] - 3시간 완성\",\n            \"content\": \"javascript\",\n            \"sourceURL\": \"https://www.youtube.com/watch?v=adioo1lv8fs\",\n            \"star\": 3,\n            \"thumbnailImage\": \"https://img.youtube.com/vi/adioo1lv8fs/0.jpg\",\n            \"starAvg\": 2,\n            \"recommends\": 324,\n            \"sourceMedia\": \"youtube\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"javascript\",\n                \"youtube\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 24,\n                    \"commentId\": 9,\n                    \"comment\": \"우와\",\n                    \"star\": 2,\n                    \"author\": {\n                        \"name\": \"도미노피자\",\n                        \"star\": 2,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-19T15:19:13\",\n                    \"modifiedAt\": \"2023-05-19T15:19:13\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T15:08:19\",\n            \"modifiedAt\": \"2023-05-19T15:08:19\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 23,\n            \"title\": \"JWT(Json Web Token) 인증방식\",\n            \"content\": \"Jwt velog\",\n            \"sourceURL\": \"https://velog.io/@jinyoungchoi95/JWTJson-Web-Token-%EC%9D%B8%EC%A6%9D%EB%B0%A9%EC%8B%9D\",\n            \"star\": 5,\n            \"thumbnailImage\": \"https://velog.velcdn.com/images/jinyoungchoi95/post/6b36ce33-d4ad-4bb4-9490-0396e4a52b20/0.png\",\n            \"starAvg\": 0,\n            \"recommends\": 84,\n            \"sourceMedia\": \"velog\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"JWT, Spring\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:07:53\",\n            \"modifiedAt\": \"2023-05-19T15:07:53\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 22,\n            \"title\": \"[Recoil] 리코일, 10분이면 쓸 수있는데 왜 안쓰죠?\",\n            \"content\": \"더미\",\n            \"sourceURL\": \"https://img.youtube.com/vi/k5DLjVmMC2w/0.jpg\",\n            \"star\": 3,\n            \"thumbnailImage\": \"https://img.youtube.com/vi/k5DLjVmMC2w/0.jpg\",\n            \"starAvg\": 0,\n            \"recommends\": 7,\n            \"sourceMedia\": \"youtube\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"recoil\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:07:34\",\n            \"modifiedAt\": \"2023-05-19T15:07:34\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 21,\n            \"title\": \"브라우저는 어떻게 동작하는가?\",\n            \"content\": \"naver\",\n            \"sourceURL\": \"https://d2.naver.com/helloworld/59361\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://d2.naver.com/content/images/2015/06/helloworld-59361-1.png\",\n            \"starAvg\": 0,\n            \"recommends\": 5,\n            \"sourceMedia\": \"naver\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"naver, java\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:06:52\",\n            \"modifiedAt\": \"2023-05-19T15:06:52\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 20,\n            \"title\": \"[Spring JPA] JPA 란?\",\n            \"content\": \"JPA\",\n            \"sourceURL\": \"https://dbjh.tistory.com/77\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FSn2Dj%2Fbtq0nPrl873%2FACS7qrimAoVuTS8oriAnv0%2Fimg.jpg\",\n            \"starAvg\": 0,\n            \"recommends\": 93,\n            \"sourceMedia\": \"tstory\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"JPA\",\n                \"Spring\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:06:39\",\n            \"modifiedAt\": \"2023-05-19T15:06:39\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 19,\n            \"title\": \"[번역] 현실 세계 프런트엔드에서 사용되는 자바스크립트 자료구조: 리액트 코드 예시와 함께\",\n            \"content\": \"velogimage\",\n            \"sourceURL\": \"https://velog.io/@eunbinn/javascript-data-structures\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://velog.velcdn.com/images/eunbinn/post/f5930c98-ad93-4e4f-8c80-3fc195e693c3/image.png\",\n            \"starAvg\": 0,\n            \"recommends\": 218,\n            \"sourceMedia\": \"velog\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"github\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:05:50\",\n            \"modifiedAt\": \"2023-05-19T15:05:50\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 18,\n            \"title\": \"리액트 초보자 입문강의 3탄 | 리액트 state 진짜 쉽게 설명해줌 | 이거 모르면 프론트엔드 개발자는 힘들지...\",\n            \"content\": \"내용물\",\n            \"sourceURL\": \"https://youtu.be/TFLvKGhrAwM\",\n            \"star\": 5,\n            \"thumbnailImage\": \"https://img.youtube.com/vi/TFLvKGhrAwM/0.jpg\",\n            \"starAvg\": 0,\n            \"recommends\": 100,\n            \"sourceMedia\": \"youtube\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"js\",\n                \"reate\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:05:15\",\n            \"modifiedAt\": \"2023-05-19T15:05:15\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 17,\n            \"title\": \"자바스크립트 async와 await\",\n            \"content\": \"github\",\n            \"sourceURL\": \"https://joshua1988.github.io/web-development/javascript/js-async-await/\",\n            \"star\": 3,\n            \"thumbnailImage\": \"https://joshua1988.github.io/images/posts/web/javascript/async-await.png\",\n            \"starAvg\": 0,\n            \"recommends\": 184,\n            \"sourceMedia\": \"github\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"github\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:04:33\",\n            \"modifiedAt\": \"2023-05-19T15:21:06\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 16,\n            \"title\": \"CORS는 왜 이렇게 우리를 힘들게 하는걸까?\",\n            \"content\": \"so\",\n            \"sourceURL\": \"https://evan-moon.github.io/2020/05/21/about-cors/\",\n            \"star\": 5,\n            \"thumbnailImage\": \"https://evan-moon.github.io/static/e21f60bac8f04efc2928f1d0504fd95f/ee604/thumbnail.png\",\n            \"starAvg\": 0,\n            \"recommends\": 79,\n            \"sourceMedia\": \"github\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"github\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:03:45\",\n            \"modifiedAt\": \"2023-05-19T15:03:45\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 15,\n            \"title\": \"5분만에 제대로 설계하는 ⭐️ REST AP\",\n            \"content\": \"so\",\n            \"sourceURL\": \"https://post.naver.com/viewer/postView.nhn?volumeNo=35887550&memberNo=8961887&isInf=true\",\n            \"star\": 2,\n            \"thumbnailImage\": \"https://img.youtube.com/vi/4DxHX95Lq2U/0.jpg\",\n            \"starAvg\": 0,\n            \"recommends\": 53,\n            \"sourceMedia\": \"youtube\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"java\",\n                \"kotlin\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T15:02:12\",\n            \"modifiedAt\": \"2023-05-19T15:02:12\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 14,\n            \"title\": \"[React] 5. 컴포넌트 디자인하기\",\n            \"content\": \"so\",\n            \"sourceURL\": \"https://jbee.io/react/react-5-component/\",\n            \"star\": 5,\n            \"thumbnailImage\": \"https://jbee.io/static/254132caddb595a97d5410dc9ac53388/0f3e3/react-ecosystem.png/\",\n            \"starAvg\": 2,\n            \"recommends\": 224,\n            \"sourceMedia\": \"blog\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"java\",\n                \"router\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 14,\n                    \"commentId\": 7,\n                    \"comment\": \"테스트 중\",\n                    \"star\": 2,\n                    \"author\": {\n                        \"name\": \"전우치\",\n                        \"star\": 2,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-19T15:15:21\",\n                    \"modifiedAt\": \"2023-05-19T15:15:21\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T15:02:00\",\n            \"modifiedAt\": \"2023-05-19T15:02:00\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 13,\n            \"title\": \"코틀린, 장단점과 특징\",\n            \"content\": \"코틀린에 대하여 알아봅시다\",\n            \"sourceURL\": \"https://post.naver.com/viewer/postView.nhn?volumeNo=35887550&memberNo=8961887&isInf=true\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://post-phinf.pstatic.net/MjAyMzA1MDRfMTE4/MDAxNjgzMTc5MDkyNzQ1.NLpW0kl0C7uv4wCuXb5Xf4-Eo0IO-Wfbzquqte6Xmp8g.-xmPL9yvZxQoCeVvifHA6RIi8gfDASKlNoaEdCgX_F4g.PNG/image_6000484611683179081129.png?type=w1200\",\n            \"starAvg\": 3.25,\n            \"recommends\": 954,\n            \"sourceMedia\": \"bolg\",\n            \"sorta\": \"trend\",\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"java\",\n                \"kotlin\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 13,\n                    \"commentId\": 50,\n                    \"comment\": \"흐음?\",\n                    \"star\": 1,\n                    \"author\": {\n                        \"name\": \"치킨공주\",\n                        \"star\": 1,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-23T13:42:50\",\n                    \"modifiedAt\": \"2023-05-23T13:42:50\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 13,\n                    \"commentId\": 51,\n                    \"comment\": \"좋아요\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"미스터피자\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-23T13:44:54\",\n                    \"modifiedAt\": \"2023-05-23T13:44:54\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 13,\n                    \"commentId\": 52,\n                    \"comment\": \"좋아요\",\n                    \"star\": 3,\n                    \"author\": {\n                        \"name\": \"오늘은 치킨\",\n                        \"star\": 3,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-23T13:45:33\",\n                    \"modifiedAt\": \"2023-05-23T13:45:33\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 13,\n                    \"commentId\": 53,\n                    \"comment\": \"코틀린\",\n                    \"star\": 4,\n                    \"author\": {\n                        \"name\": \"초콜릿\",\n                        \"star\": 4,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-23T13:46:06\",\n                    \"modifiedAt\": \"2023-05-23T13:46:06\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T14:48:39\",\n            \"modifiedAt\": \"2023-05-23T13:47:50\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 12,\n            \"title\": \"this\",\n            \"content\": \"so\",\n            \"sourceURL\": \"https://velog.io/@crowwan/this\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://velog.velcdn.com/images/crowwan/post/6c513cc3-ad25-42a1-9168-435f10e38d8b/image.png\",\n            \"starAvg\": 3,\n            \"recommends\": 42,\n            \"sourceMedia\": \"velog\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"java\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 12,\n                    \"commentId\": 5,\n                    \"comment\": \"테스트 중\",\n                    \"star\": 3,\n                    \"author\": {\n                        \"name\": \"포도주스\",\n                        \"star\": 3,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-19T13:16:42\",\n                    \"modifiedAt\": \"2023-05-19T13:16:42\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T13:00:22\",\n            \"modifiedAt\": \"2023-05-19T13:00:22\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 11,\n            \"title\": \"Home v6.11.0\",\n            \"content\": \"so\",\n            \"sourceURL\": \"https://reactrouter.com/en/main\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://reactrouter.com/ogimage.png\",\n            \"starAvg\": 0,\n            \"recommends\": 211,\n            \"sourceMedia\": \"docs\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"react\",\n                \"router\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T10:41:32\",\n            \"modifiedAt\": \"2023-05-19T10:41:32\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"title\": \"노션 사용자의 98%가 이 기능을 모르고 있다!?\",\n            \"content\": \"노션 사용하시면 한번 참고하세요\",\n            \"sourceURL\": \"https://www.youtube.com/watch?v=XCAwSBdeejU&ab_channel=%EB%85%B8%EB%A7%88%EB%93%9C%EC%BD%94%EB%8D%94NomadCoders\",\n            \"star\": 3,\n            \"thumbnailImage\": \"https://img.youtube.com/vi/XCAwSBdeejU/0.jpg\",\n            \"starAvg\": 4.44,\n            \"recommends\": 231,\n            \"sourceMedia\": \"youtube\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"db\",\n                \"notion\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 12,\n                    \"comment\": \"매우 좋아요\",\n                    \"star\": 4,\n                    \"author\": {\n                        \"name\": \"둘리\",\n                        \"star\": 4,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:46:33\",\n                    \"modifiedAt\": \"2023-05-20T01:46:33\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 13,\n                    \"comment\": \"도움\",\n                    \"star\": 1,\n                    \"author\": {\n                        \"name\": \"포도주스\",\n                        \"star\": 1,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:46:54\",\n                    \"modifiedAt\": \"2023-05-20T01:46:54\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 21,\n                    \"comment\": \"괜찮음\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"미스터피자\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:51:30\",\n                    \"modifiedAt\": \"2023-05-20T01:51:30\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 22,\n                    \"comment\": \"쏘쏘\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"포도주스\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:51:41\",\n                    \"modifiedAt\": \"2023-05-20T01:51:41\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 23,\n                    \"comment\": \"흠\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"전우치\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:51:51\",\n                    \"modifiedAt\": \"2023-05-20T01:51:51\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 24,\n                    \"comment\": \"...\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:52:28\",\n                    \"modifiedAt\": \"2023-05-20T01:52:28\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 25,\n                    \"comment\": \"...\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:52:47\",\n                    \"modifiedAt\": \"2023-05-20T01:52:47\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 26,\n                    \"comment\": \"...\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:52:47\",\n                    \"modifiedAt\": \"2023-05-20T01:52:47\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 10,\n                    \"commentId\": 27,\n                    \"comment\": \"...글세요\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"치킨공주\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:53:08\",\n                    \"modifiedAt\": \"2023-05-20T01:53:08\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T10:39:54\",\n            \"modifiedAt\": \"2023-05-23T13:50:25\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 9,\n            \"title\": \"Http의 특성과 쿠키, 세션, 토큰\",\n            \"content\": \"so\",\n            \"sourceURL\": \"https://velog.io/@bumsu0211/HTTP%EC%9D%98-%ED%8A%B9%EC%84%B1%EA%B3%BC-%EC%BF%A0%ED%82%A4-%EC%84%B8%EC%85%98-%ED%86%A0%ED%81%B0\",\n            \"star\": 5,\n            \"thumbnailImage\": \"https://velog.velcdn.com/images/bumsu0211/post/5f856261-83f3-456b-8c76-c0c3bf1bc61c/Untitled%205.png\",\n            \"starAvg\": 0,\n            \"recommends\": 100,\n            \"sourceMedia\": \"velog\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"cookie\",\n                \"http request\",\n                \"authentication\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T10:38:50\",\n            \"modifiedAt\": \"2023-05-19T10:38:50\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 8,\n            \"title\": \"state of 2022 js\",\n            \"content\": \"so\",\n            \"sourceURL\": \"https://2022.stateofjs.com/en-US/libraries/\",\n            \"star\": 5,\n            \"thumbnailImage\": \"https://devographics.github.io/surveys/state_of_js/js2022/images/js2022-og.png\",\n            \"starAvg\": 4.5,\n            \"recommends\": 231,\n            \"sourceMedia\": \"docs\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"javascript, trend\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 8,\n                    \"commentId\": 17,\n                    \"comment\": \"글세요\",\n                    \"star\": 3,\n                    \"author\": {\n                        \"name\": \"도미노피자\",\n                        \"star\": 3,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:49:16\",\n                    \"modifiedAt\": \"2023-05-20T01:49:16\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 8,\n                    \"commentId\": 18,\n                    \"comment\": \"도움됨\",\n                    \"star\": 4,\n                    \"author\": {\n                        \"name\": \"도미노피자\",\n                        \"star\": 4,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:49:34\",\n                    \"modifiedAt\": \"2023-05-20T01:49:34\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 8,\n                    \"commentId\": 41,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"둘리\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:42\",\n                    \"modifiedAt\": \"2023-05-20T01:54:42\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 8,\n                    \"commentId\": 42,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yuha\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:44\",\n                    \"modifiedAt\": \"2023-05-20T01:54:44\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 8,\n                    \"commentId\": 43,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"gijung\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:46\",\n                    \"modifiedAt\": \"2023-05-20T01:54:46\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 8,\n                    \"commentId\": 44,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"도미노피자\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:48\",\n                    \"modifiedAt\": \"2023-05-20T01:54:48\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T10:31:46\",\n            \"modifiedAt\": \"2023-05-20T01:54:48\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"title\": \"The Ultimate Redux Course 2023 - [LATEST Redux-toolkit]\",\n            \"content\": \"so\",\n            \"sourceURL\": \"https://www.udemy.com/course/the-ultimate-redux-course-state-management-library/\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://img-c.udemycdn.com/course/480x270/4965902_1592_5.jpg\",\n            \"starAvg\": 4.44,\n            \"recommends\": 354,\n            \"sourceMedia\": \"udemy\",\n            \"sorta\": \"video\",\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"redux\",\n                \"toolkit\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 14,\n                    \"comment\": \"별로\",\n                    \"star\": 1,\n                    \"author\": {\n                        \"name\": \"포도주스\",\n                        \"star\": 1,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:48:25\",\n                    \"modifiedAt\": \"2023-05-20T01:48:25\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 15,\n                    \"comment\": \"음?\",\n                    \"star\": 3,\n                    \"author\": {\n                        \"name\": \"gijung\",\n                        \"star\": 3,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:48:42\",\n                    \"modifiedAt\": \"2023-05-20T01:48:42\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 16,\n                    \"comment\": \"잘\",\n                    \"star\": 2,\n                    \"author\": {\n                        \"name\": \"치킨공주\",\n                        \"star\": 2,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:48:56\",\n                    \"modifiedAt\": \"2023-05-20T01:48:56\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 19,\n                    \"comment\": \"도움됨\",\n                    \"star\": 4,\n                    \"author\": {\n                        \"name\": \"도미노피자\",\n                        \"star\": 4,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:50:21\",\n                    \"modifiedAt\": \"2023-05-20T01:50:21\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 20,\n                    \"comment\": \"괜찮음\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"미스터피자\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:51:17\",\n                    \"modifiedAt\": \"2023-05-20T01:51:17\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 28,\n                    \"comment\": \"...글세요\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yuha\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:53:31\",\n                    \"modifiedAt\": \"2023-05-20T01:53:31\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 29,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yuha\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:53:37\",\n                    \"modifiedAt\": \"2023-05-20T01:53:37\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 30,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:53:40\",\n                    \"modifiedAt\": \"2023-05-20T01:53:40\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 31,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:53:47\",\n                    \"modifiedAt\": \"2023-05-20T01:53:47\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 32,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:03\",\n                    \"modifiedAt\": \"2023-05-20T01:54:03\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 33,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:04\",\n                    \"modifiedAt\": \"2023-05-20T01:54:04\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 34,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:05\",\n                    \"modifiedAt\": \"2023-05-20T01:54:05\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 35,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:09\",\n                    \"modifiedAt\": \"2023-05-20T01:54:09\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 36,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"yoonsu\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:10\",\n                    \"modifiedAt\": \"2023-05-20T01:54:10\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 37,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"치킨공주\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:19\",\n                    \"modifiedAt\": \"2023-05-20T01:54:19\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 38,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"전우치\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:23\",\n                    \"modifiedAt\": \"2023-05-20T01:54:23\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 39,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"도미노피자\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:25\",\n                    \"modifiedAt\": \"2023-05-20T01:54:25\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 7,\n                    \"commentId\": 40,\n                    \"comment\": \"...굿\",\n                    \"star\": 5,\n                    \"author\": {\n                        \"name\": \"미스터피자\",\n                        \"star\": 5,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T01:54:29\",\n                    \"modifiedAt\": \"2023-05-20T01:54:29\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T10:23:42\",\n            \"modifiedAt\": \"2023-05-20T01:54:29\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 6,\n            \"title\": \"Webpack 배우기\",\n            \"content\": \"내용\",\n            \"sourceURL\": \"https://velog.io/@rlwjd31/webpack-1\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://velog.velcdn.com/images/rlwjd31/post/b1e71178-a5e1-418a-a3e5-c4bdd0cebaf1/image.png\",\n            \"starAvg\": 0,\n            \"recommends\": 19,\n            \"sourceMedia\": \"Webpack 배우기\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"webpack\"\n            ],\n            \"comments\": [],\n            \"createdAt\": \"2023-05-19T08:41:13\",\n            \"modifiedAt\": \"2023-05-19T08:41:13\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 5,\n            \"title\": \"2022 회고와 2023년 개발 트랜드\",\n            \"content\": \"2022년과 2023년\",\n            \"sourceURL\": \"https://yozm.wishket.com/magazine/detail/1833/\",\n            \"star\": 3,\n            \"thumbnailImage\": \"https://yozm.wishket.com/media/news/1833/image001.png\",\n            \"starAvg\": 4,\n            \"recommends\": 457,\n            \"sourceMedia\": \"blog\",\n            \"sorta\": \"trend\",\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"webpack\",\n                \"2023\",\n                \"2022\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 5,\n                    \"commentId\": 4,\n                    \"comment\": \"테스트 중\",\n                    \"star\": 4,\n                    \"author\": {\n                        \"name\": \"포도주스\",\n                        \"star\": 4,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-19T10:59:11\",\n                    \"modifiedAt\": \"2023-05-19T10:59:11\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T08:41:07\",\n            \"modifiedAt\": \"2023-05-23T07:35:36\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 4,\n            \"title\": \"[네트워크] OSI 7 계층 (OSI 7 Layer)\",\n            \"content\": \"네트워크\",\n            \"sourceURL\": \"https://backendcode.tistory.com/167\",\n            \"star\": 4,\n            \"thumbnailImage\": \"https://img1.daumcdn.net/thumb/R800x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FlROKq%2FbtrD4VUpIcL%2FK8Js4PRfhbX66pQXc902D0%2Fimg.jpg\",\n            \"starAvg\": 2.5,\n            \"recommends\": 2,\n            \"sourceMedia\": \"tistory\",\n            \"sorta\": \"text\",\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 0,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"webpack\"\n            ],\n            \"comments\": [\n                {\n                    \"status\": \"success\",\n                    \"postId\": 4,\n                    \"commentId\": 10,\n                    \"comment\": \"변경~\",\n                    \"star\": 2,\n                    \"author\": {\n                        \"name\": \"포도주스\",\n                        \"star\": 2,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-19T15:34:51\",\n                    \"modifiedAt\": \"2023-05-19T15:35:33\"\n                },\n                {\n                    \"status\": \"success\",\n                    \"postId\": 4,\n                    \"commentId\": 45,\n                    \"comment\": \"ㄷㄷ\",\n                    \"star\": 3,\n                    \"author\": {\n                        \"name\": \"도미노피자\",\n                        \"star\": 3,\n                        \"profileBgColor\": null\n                    },\n                    \"createdAt\": \"2023-05-20T04:45:20\",\n                    \"modifiedAt\": \"2023-05-20T04:45:20\"\n                }\n            ],\n            \"createdAt\": \"2023-05-19T08:24:12\",\n            \"modifiedAt\": \"2023-05-20T04:45:21\"\n        }\n    ]\n}"}],"_postman_id":"9d3cfdef-3438-492c-be4d-05ba12dc864f"},{"name":"게시글 best","id":"07a9341a-b778-4b3c-9ff6-8807500da1fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/popular-ranking","urlObject":{"protocol":"http","port":"8080","path":["posts","popular-ranking"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"8739f0bd-7b1d-435d-8272-990942166130","name":"게시글 best","originalRequest":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/popular-ranking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 23 May 2023 13:53:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"postId\": 8,\n            \"title\": \"state of 2022 js\",\n            \"sourceURL\": \"https://2022.stateofjs.com/en-US/libraries/\",\n            \"star\": 5,\n            \"starAvg\": 4.5,\n            \"recommend\": 231,\n            \"sourceMedia\": \"docs\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"javascript, trend\"\n            ],\n            \"thumbnailImage\": \"https://devographics.github.io/surveys/state_of_js/js2022/images/js2022-og.png\",\n            \"sorta\": \"text\"\n        },\n        {\n            \"postId\": 32,\n            \"title\": \"함수형 프로그래밍과 JavaScript ES6+\",\n            \"sourceURL\": \"https://www.inflearn.com/course/functional-es6/dashboard\",\n            \"star\": 4,\n            \"starAvg\": 2,\n            \"recommend\": 456,\n            \"sourceMedia\": \"inflearn\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 4,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"js\"\n            ],\n            \"thumbnailImage\": \"https://cdn.inflearn.com/wp-content/uploads/es6_8.jpg\",\n            \"sorta\": \"video\"\n        },\n        {\n            \"postId\": 13,\n            \"title\": \"코틀린, 장단점과 특징\",\n            \"sourceURL\": \"https://post.naver.com/viewer/postView.nhn?volumeNo=35887550&memberNo=8961887&isInf=true\",\n            \"star\": 4,\n            \"starAvg\": 3.25,\n            \"recommend\": 954,\n            \"sourceMedia\": \"bolg\",\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 4,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"java\",\n                \"kotlin\"\n            ],\n            \"thumbnailImage\": \"https://post-phinf.pstatic.net/MjAyMzA1MDRfMTE4/MDAxNjgzMTc5MDkyNzQ1.NLpW0kl0C7uv4wCuXb5Xf4-Eo0IO-Wfbzquqte6Xmp8g.-xmPL9yvZxQoCeVvifHA6RIi8gfDASKlNoaEdCgX_F4g.PNG/image_6000484611683179081129.png?type=w1200\",\n            \"sorta\": \"trend\"\n        }\n    ]\n}"}],"_postman_id":"07a9341a-b778-4b3c-9ff6-8807500da1fb"},{"name":"게시글 실시간 인기","id":"1aad871b-ea0f-448d-9984-2cc3ffda5e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/realtime-ranking","urlObject":{"protocol":"http","port":"8080","path":["posts","realtime-ranking"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"949a6ad5-e63e-4167-bad2-dc4b9b98fe70","name":"게시글 실시간 인기","originalRequest":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/realtime-ranking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 23 May 2023 13:53:43 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"postId\": 13,\n            \"title\": \"코틀린, 장단점과 특징\",\n            \"sourceURL\": \"https://post.naver.com/viewer/postView.nhn?volumeNo=35887550&memberNo=8961887&isInf=true\",\n            \"star\": 4,\n            \"starAvg\": 3.25,\n            \"recommend\": 954,\n            \"sourceMedia\": \"bolg\",\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 4,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"java\",\n                \"kotlin\"\n            ],\n            \"thumbnailImage\": \"https://post-phinf.pstatic.net/MjAyMzA1MDRfMTE4/MDAxNjgzMTc5MDkyNzQ1.NLpW0kl0C7uv4wCuXb5Xf4-Eo0IO-Wfbzquqte6Xmp8g.-xmPL9yvZxQoCeVvifHA6RIi8gfDASKlNoaEdCgX_F4g.PNG/image_6000484611683179081129.png?type=w1200\",\n            \"sorta\": \"trend\"\n        },\n        {\n            \"postId\": 5,\n            \"title\": \"2022 회고와 2023년 개발 트랜드\",\n            \"sourceURL\": \"https://yozm.wishket.com/magazine/detail/1833/\",\n            \"star\": 3,\n            \"starAvg\": 4,\n            \"recommend\": 457,\n            \"sourceMedia\": \"blog\",\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 3,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"webpack\",\n                \"2023\",\n                \"2022\"\n            ],\n            \"thumbnailImage\": \"https://yozm.wishket.com/media/news/1833/image001.png\",\n            \"sorta\": \"trend\"\n        },\n        {\n            \"postId\": 32,\n            \"title\": \"함수형 프로그래밍과 JavaScript ES6+\",\n            \"sourceURL\": \"https://www.inflearn.com/course/functional-es6/dashboard\",\n            \"star\": 4,\n            \"starAvg\": 2,\n            \"recommend\": 456,\n            \"sourceMedia\": \"inflearn\",\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 4,\n                \"profileBgColor\": null\n            },\n            \"tags\": [\n                \"js\"\n            ],\n            \"thumbnailImage\": \"https://cdn.inflearn.com/wp-content/uploads/es6_8.jpg\",\n            \"sorta\": \"video\"\n        }\n    ]\n}"}],"_postman_id":"1aad871b-ea0f-448d-9984-2cc3ffda5e0a"},{"name":"게시글 삭제","id":"4f19952e-7ac5-41fc-a052-1c83539e5c0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/6/1","urlObject":{"protocol":"http","port":"8080","path":["posts","6","1"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"1058da9e-63b4-4ecf-b3d3-c572d942c16d","name":"게시글 한개 삭제","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/post/1/1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 04 May 2023 04:12:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4f19952e-7ac5-41fc-a052-1c83539e5c0d"}],"id":"d12b4651-7ea2-4595-be32-94140106a611","description":"<h1 id=\"요청-매개변수\">요청 매개변수</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"postId\"</td>\n<td>게시글의 고유 Id</td>\n<td>Long</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>\"title\"</td>\n<td>게시글의 제목</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"star\"</td>\n<td>별점</td>\n<td>int</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"starAvg\"</td>\n<td>평점</td>\n<td>Double</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"content\"</td>\n<td>게시글의 추천 이유</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sourceURL\"</td>\n<td>추천하는 링크</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"tags\"</td>\n<td>게시글에 관련된 해시태그</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"thumbnailImage\"</td>\n<td>게시글의 썸네일 이미지</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sourceMedia\"</td>\n<td>출처(velog, youtube, etc..)</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"sorta\"</td>\n<td>게시글의 종류(text, video, trend) ⇒ development page에서만 존재하는 data</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"author\" :  <br />{ name,  <br />profileImage,  <br />star  <br />}</td>\n<td>게시글 및 댓글을 작성한 저자(현재 로그인한 사용자가 아닌 작성자를 의미)</td>\n<td>string</td>\n<td>O</td>\n<td>X</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d12b4651-7ea2-4595-be32-94140106a611"},{"name":"게시물 댓글","item":[{"name":"게시물 댓글","id":"f53c1c94-2837-4e4d-b1cb-9d9d5b52259c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"memberId\" : 12,\r\n    \"postId\" : 13,\r\n    \"comment\" : \"코틀린\",\r\n    \"star\" : 4\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/comments","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"star\"</td>\n<td>별점</td>\n<td>int</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"comment\"</td>\n<td>댓글 내용</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"memberId\"</td>\n<td>댓글 작성 회원</td>\n<td>long</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>\"postId\"</td>\n<td>게시글 고유Id</td>\n<td>long</td>\n<td>O</td>\n<td>X</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"8080","path":["comments"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"31b45fd5-87e8-49c8-9d57-02fd77182a8e","name":"게시물 댓글","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"memberId\" : 12,\r\n    \"postId\" : 13,\r\n    \"comment\" : \"코틀린\",\r\n    \"star\" : 4\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/comments"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/53"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 23 May 2023 13:46:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f53c1c94-2837-4e4d-b1cb-9d9d5b52259c"},{"name":"게시물 댓글 수정","id":"0d372608-c1cc-4938-8c7e-9578a5799f4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"memberId\" : 1,\r\n    \"postId\" : 2,\r\n    \"content\" : \"변경~\",\r\n    \"star\" : 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/comments/1","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"star\"</td>\n<td>별점</td>\n<td>int</td>\n<td>X</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"comment\"</td>\n<td>댓글 내용</td>\n<td>string</td>\n<td>X</td>\n<td>O</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","port":"8080","path":["comments","1"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"f38c2a78-29e9-4910-8dca-65109b0cd8eb","name":"게시물 댓글 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"memberId\" : 1,\r\n    \"postId\" : 4,\r\n    \"comment\" : \"변경~\",\r\n    \"star\" : 2\r\n}","options":{"raw":{"language":"json"}}},"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/comments/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 19 May 2023 15:35:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"status\": \"success\",\n        \"postId\": 4,\n        \"commentId\": 10,\n        \"comment\": \"변경~\",\n        \"star\": 2,\n        \"author\": {\n            \"name\": \"포도주스\",\n            \"star\": 0,\n            \"profileImage\": null\n        },\n        \"createdAt\": \"2023-05-19T15:34:51\",\n        \"modifiedAt\": \"2023-05-19T15:35:32.537092\"\n    }\n}"}],"_postman_id":"0d372608-c1cc-4938-8c7e-9578a5799f4f"},{"name":"게시물 댓글 모두 조회","id":"233f6bde-51a0-423e-843f-62fee6cf3fea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/comments","urlObject":{"protocol":"http","port":"8080","path":["comments"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"ae0912f3-0309-489d-8131-3e00cc712285","name":"게시물 댓글 모두 조회","originalRequest":{"method":"GET","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 25 May 2023 16:18:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"status\": \"success\",\n            \"postId\": 5,\n            \"commentId\": 4,\n            \"comment\": \"테스트 중\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-19T10:59:11\",\n            \"modifiedAt\": \"2023-05-19T10:59:11\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 12,\n            \"commentId\": 5,\n            \"comment\": \"테스트 중\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-19T13:16:42\",\n            \"modifiedAt\": \"2023-05-19T13:16:42\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 14,\n            \"commentId\": 7,\n            \"comment\": \"테스트 중\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-19T15:15:21\",\n            \"modifiedAt\": \"2023-05-19T15:15:21\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 30,\n            \"commentId\": 8,\n            \"comment\": \"댓글\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-19T15:16:03\",\n            \"modifiedAt\": \"2023-05-19T15:16:03\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 24,\n            \"commentId\": 9,\n            \"comment\": \"우와\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-19T15:19:13\",\n            \"modifiedAt\": \"2023-05-19T15:19:13\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 4,\n            \"commentId\": 10,\n            \"comment\": \"변경~\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-19T15:34:51\",\n            \"modifiedAt\": \"2023-05-19T15:35:33\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 12,\n            \"comment\": \"매우 좋아요\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:46:33\",\n            \"modifiedAt\": \"2023-05-20T01:46:33\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 13,\n            \"comment\": \"도움\",\n            \"star\": 1,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 1,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:46:54\",\n            \"modifiedAt\": \"2023-05-20T01:46:54\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 14,\n            \"comment\": \"별로\",\n            \"star\": 1,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 1,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:48:25\",\n            \"modifiedAt\": \"2023-05-20T01:48:25\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 15,\n            \"comment\": \"음?\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:48:42\",\n            \"modifiedAt\": \"2023-05-20T01:48:42\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 16,\n            \"comment\": \"잘\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:48:56\",\n            \"modifiedAt\": \"2023-05-20T01:48:56\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 8,\n            \"commentId\": 17,\n            \"comment\": \"글세요\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:49:16\",\n            \"modifiedAt\": \"2023-05-20T01:49:16\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 8,\n            \"commentId\": 18,\n            \"comment\": \"도움됨\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:49:34\",\n            \"modifiedAt\": \"2023-05-20T01:49:34\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 19,\n            \"comment\": \"도움됨\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:50:21\",\n            \"modifiedAt\": \"2023-05-20T01:50:21\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 20,\n            \"comment\": \"괜찮음\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"미스터피자\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:51:17\",\n            \"modifiedAt\": \"2023-05-20T01:51:17\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 21,\n            \"comment\": \"괜찮음\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"미스터피자\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:51:30\",\n            \"modifiedAt\": \"2023-05-20T01:51:30\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 22,\n            \"comment\": \"쏘쏘\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:51:41\",\n            \"modifiedAt\": \"2023-05-20T01:51:41\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 23,\n            \"comment\": \"흠\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:51:51\",\n            \"modifiedAt\": \"2023-05-20T01:51:51\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 24,\n            \"comment\": \"...\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:52:28\",\n            \"modifiedAt\": \"2023-05-20T01:52:28\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 25,\n            \"comment\": \"...\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:52:47\",\n            \"modifiedAt\": \"2023-05-20T01:52:47\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 26,\n            \"comment\": \"...\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:52:47\",\n            \"modifiedAt\": \"2023-05-20T01:52:47\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 10,\n            \"commentId\": 27,\n            \"comment\": \"...글세요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:53:08\",\n            \"modifiedAt\": \"2023-05-20T01:53:08\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 28,\n            \"comment\": \"...글세요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:53:31\",\n            \"modifiedAt\": \"2023-05-20T01:53:31\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 29,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:53:37\",\n            \"modifiedAt\": \"2023-05-20T01:53:37\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 30,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:53:40\",\n            \"modifiedAt\": \"2023-05-20T01:53:40\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 31,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:53:47\",\n            \"modifiedAt\": \"2023-05-20T01:53:47\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 32,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:03\",\n            \"modifiedAt\": \"2023-05-20T01:54:03\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 33,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:04\",\n            \"modifiedAt\": \"2023-05-20T01:54:04\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 34,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:05\",\n            \"modifiedAt\": \"2023-05-20T01:54:05\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 35,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:09\",\n            \"modifiedAt\": \"2023-05-20T01:54:09\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 36,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:10\",\n            \"modifiedAt\": \"2023-05-20T01:54:10\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 37,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:19\",\n            \"modifiedAt\": \"2023-05-20T01:54:19\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 38,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:23\",\n            \"modifiedAt\": \"2023-05-20T01:54:23\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 39,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:25\",\n            \"modifiedAt\": \"2023-05-20T01:54:25\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 7,\n            \"commentId\": 40,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"미스터피자\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:29\",\n            \"modifiedAt\": \"2023-05-20T01:54:29\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 8,\n            \"commentId\": 41,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:42\",\n            \"modifiedAt\": \"2023-05-20T01:54:42\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 8,\n            \"commentId\": 42,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:44\",\n            \"modifiedAt\": \"2023-05-20T01:54:44\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 8,\n            \"commentId\": 43,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:46\",\n            \"modifiedAt\": \"2023-05-20T01:54:46\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 8,\n            \"commentId\": 44,\n            \"comment\": \"...굿\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T01:54:48\",\n            \"modifiedAt\": \"2023-05-20T01:54:48\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 4,\n            \"commentId\": 45,\n            \"comment\": \"ㄷㄷ\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-20T04:45:20\",\n            \"modifiedAt\": \"2023-05-20T04:45:20\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 46,\n            \"commentId\": 46,\n            \"comment\": \"이거 저도 봤는데 괜찮았어요\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"오늘은 치킨\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-23T09:37:50\",\n            \"modifiedAt\": \"2023-05-23T09:37:50\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 46,\n            \"commentId\": 47,\n            \"comment\": \"많은 도움이 되었습니다.\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"전자시계\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-23T09:38:31\",\n            \"modifiedAt\": \"2023-05-23T09:38:31\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 46,\n            \"commentId\": 48,\n            \"comment\": \"오 짧고 핵심만 딱딱\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-23T09:39:17\",\n            \"modifiedAt\": \"2023-05-23T09:39:17\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 32,\n            \"commentId\": 49,\n            \"comment\": \"글세요\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-23T13:41:36\",\n            \"modifiedAt\": \"2023-05-23T13:41:36\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 13,\n            \"commentId\": 50,\n            \"comment\": \"흐음?\",\n            \"star\": 1,\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 1,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-23T13:42:50\",\n            \"modifiedAt\": \"2023-05-23T13:42:50\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 13,\n            \"commentId\": 51,\n            \"comment\": \"좋아요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"미스터피자\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-23T13:44:54\",\n            \"modifiedAt\": \"2023-05-23T13:44:54\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 13,\n            \"commentId\": 52,\n            \"comment\": \"좋아요\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"오늘은 치킨\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-23T13:45:33\",\n            \"modifiedAt\": \"2023-05-23T13:45:33\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 13,\n            \"commentId\": 53,\n            \"comment\": \"코틀린\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"초콜릿\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-23T13:46:06\",\n            \"modifiedAt\": \"2023-05-23T13:46:06\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 6,\n            \"commentId\": 54,\n            \"comment\": \"배우기\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T16:02:35\",\n            \"modifiedAt\": \"2023-05-24T16:02:35\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 6,\n            \"commentId\": 55,\n            \"comment\": \"좋아요\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T16:02:47\",\n            \"modifiedAt\": \"2023-05-24T16:02:47\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 6,\n            \"commentId\": 56,\n            \"comment\": \"좋아요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T16:02:59\",\n            \"modifiedAt\": \"2023-05-24T16:02:59\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 9,\n            \"commentId\": 57,\n            \"comment\": \"보안 어려워요ㅠ\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T16:33:57\",\n            \"modifiedAt\": \"2023-05-24T16:33:57\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 9,\n            \"commentId\": 58,\n            \"comment\": \"쿠키 먹는건가요?\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T16:34:17\",\n            \"modifiedAt\": \"2023-05-24T16:34:17\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 46,\n            \"commentId\": 59,\n            \"comment\": \"asdfasdfasdf\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T16:54:00\",\n            \"modifiedAt\": \"2023-05-24T16:54:00\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 11,\n            \"commentId\": 60,\n            \"comment\": \"home\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:15:25\",\n            \"modifiedAt\": \"2023-05-24T17:15:25\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 11,\n            \"commentId\": 61,\n            \"comment\": \"good\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:15:38\",\n            \"modifiedAt\": \"2023-05-24T17:15:38\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 11,\n            \"commentId\": 62,\n            \"comment\": \"soso\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:15:50\",\n            \"modifiedAt\": \"2023-05-24T17:15:50\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 11,\n            \"commentId\": 63,\n            \"comment\": \"bad\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:15:59\",\n            \"modifiedAt\": \"2023-05-24T17:15:59\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 15,\n            \"commentId\": 64,\n            \"comment\": \"API 어렵\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"미스터피자\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:17:02\",\n            \"modifiedAt\": \"2023-05-24T17:17:02\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 15,\n            \"commentId\": 65,\n            \"comment\": \"맞어맞어 어려워요ㅠ\",\n            \"star\": 1,\n            \"author\": {\n                \"name\": \"java사랑\",\n                \"star\": 1,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:17:17\",\n            \"modifiedAt\": \"2023-05-24T17:17:17\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 15,\n            \"commentId\": 66,\n            \"comment\": \"rest\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"오늘은 치킨\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:17:36\",\n            \"modifiedAt\": \"2023-05-24T17:17:36\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 16,\n            \"commentId\": 67,\n            \"comment\": \"cors\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"test\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:18:26\",\n            \"modifiedAt\": \"2023-05-24T17:18:26\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 16,\n            \"commentId\": 68,\n            \"comment\": \"https\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"최애의 아이\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:18:40\",\n            \"modifiedAt\": \"2023-05-24T17:18:40\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 16,\n            \"commentId\": 69,\n            \"comment\": \"so hard\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:18:54\",\n            \"modifiedAt\": \"2023-05-24T17:18:54\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 17,\n            \"commentId\": 70,\n            \"comment\": \"github?\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:19:53\",\n            \"modifiedAt\": \"2023-05-24T17:19:53\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 17,\n            \"commentId\": 71,\n            \"comment\": \"js\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:20:06\",\n            \"modifiedAt\": \"2023-05-24T17:20:06\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 18,\n            \"commentId\": 72,\n            \"comment\": \"node.js\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:20:31\",\n            \"modifiedAt\": \"2023-05-24T17:20:31\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 18,\n            \"commentId\": 73,\n            \"comment\": \"리액트 어렵다\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:20:57\",\n            \"modifiedAt\": \"2023-05-24T17:20:57\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 18,\n            \"commentId\": 74,\n            \"comment\": \"good\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:21:13\",\n            \"modifiedAt\": \"2023-05-24T17:21:13\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 18,\n            \"commentId\": 75,\n            \"comment\": \"good\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:21:57\",\n            \"modifiedAt\": \"2023-05-24T17:21:57\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 19,\n            \"commentId\": 76,\n            \"comment\": \"프런트?\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:22:25\",\n            \"modifiedAt\": \"2023-05-24T17:22:25\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 19,\n            \"commentId\": 77,\n            \"comment\": \"프론트?\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:22:37\",\n            \"modifiedAt\": \"2023-05-24T17:22:37\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 19,\n            \"commentId\": 78,\n            \"comment\": \"리액트 어려워요ㅠㅠ\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"오늘은 치킨\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:23:05\",\n            \"modifiedAt\": \"2023-05-24T17:23:05\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 20,\n            \"commentId\": 79,\n            \"comment\": \"db\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"오늘은 치킨\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:23:34\",\n            \"modifiedAt\": \"2023-05-24T17:23:34\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 20,\n            \"commentId\": 80,\n            \"comment\": \"hard\",\n            \"star\": 1,\n            \"author\": {\n                \"name\": \"yuha\",\n                \"star\": 1,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:23:58\",\n            \"modifiedAt\": \"2023-05-24T17:23:58\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 20,\n            \"commentId\": 81,\n            \"comment\": \"좋아요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:24:10\",\n            \"modifiedAt\": \"2023-05-24T17:24:10\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 21,\n            \"commentId\": 82,\n            \"comment\": \"신기해요!\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:24:31\",\n            \"modifiedAt\": \"2023-05-24T17:24:31\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 21,\n            \"commentId\": 83,\n            \"comment\": \"유익해요\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:24:48\",\n            \"modifiedAt\": \"2023-05-24T17:24:48\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 22,\n            \"commentId\": 84,\n            \"comment\": \"신기하네요~\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:25:18\",\n            \"modifiedAt\": \"2023-05-24T17:25:18\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 22,\n            \"commentId\": 85,\n            \"comment\": \"좋은정보에요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:25:36\",\n            \"modifiedAt\": \"2023-05-24T17:25:36\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 23,\n            \"commentId\": 86,\n            \"comment\": \"토큰에대해 배웠어요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:26:09\",\n            \"modifiedAt\": \"2023-05-24T17:26:09\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 23,\n            \"commentId\": 87,\n            \"comment\": \"좋아요\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"java사랑\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:26:31\",\n            \"modifiedAt\": \"2023-05-24T17:26:31\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 25,\n            \"commentId\": 88,\n            \"comment\": \"좋아요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"최애의 아이\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:27:18\",\n            \"modifiedAt\": \"2023-05-24T17:27:18\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 25,\n            \"commentId\": 89,\n            \"comment\": \"good\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:27:35\",\n            \"modifiedAt\": \"2023-05-24T17:27:35\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 25,\n            \"commentId\": 90,\n            \"comment\": \"wow\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"최애의 아이\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:27:49\",\n            \"modifiedAt\": \"2023-05-24T17:27:49\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 26,\n            \"commentId\": 91,\n            \"comment\": \"wow\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"최애의 아이\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:28:10\",\n            \"modifiedAt\": \"2023-05-24T17:28:10\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 26,\n            \"commentId\": 92,\n            \"comment\": \"good\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:28:19\",\n            \"modifiedAt\": \"2023-05-24T17:28:19\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 26,\n            \"commentId\": 93,\n            \"comment\": \"soso\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:28:33\",\n            \"modifiedAt\": \"2023-05-24T17:28:33\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 27,\n            \"commentId\": 94,\n            \"comment\": \"간단해요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:28:59\",\n            \"modifiedAt\": \"2023-05-24T17:28:59\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 27,\n            \"commentId\": 95,\n            \"comment\": \"쉬워요\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:29:12\",\n            \"modifiedAt\": \"2023-05-24T17:29:12\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 28,\n            \"commentId\": 96,\n            \"comment\": \"코틀린 많이쓰나요?\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:29:33\",\n            \"modifiedAt\": \"2023-05-24T17:29:33\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 28,\n            \"commentId\": 97,\n            \"comment\": \"유익해요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"치킨공주\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:29:57\",\n            \"modifiedAt\": \"2023-05-24T17:29:57\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 29,\n            \"commentId\": 98,\n            \"comment\": \"좋아요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"피자나라\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:30:20\",\n            \"modifiedAt\": \"2023-05-24T17:30:20\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 31,\n            \"commentId\": 99,\n            \"comment\": \"한글자막 좋네요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"전자시계\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:31:00\",\n            \"modifiedAt\": \"2023-05-24T17:31:00\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 31,\n            \"commentId\": 100,\n            \"comment\": \"우와!!!\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"포도주스\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:31:22\",\n            \"modifiedAt\": \"2023-05-24T17:31:22\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 31,\n            \"commentId\": 101,\n            \"comment\": \"good\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:31:38\",\n            \"modifiedAt\": \"2023-05-24T17:31:38\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 33,\n            \"commentId\": 102,\n            \"comment\": \"트랜드가 빠르네요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:32:16\",\n            \"modifiedAt\": \"2023-05-24T17:32:16\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 33,\n            \"commentId\": 103,\n            \"comment\": \"쉬워요\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:32:36\",\n            \"modifiedAt\": \"2023-05-24T17:32:36\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 34,\n            \"commentId\": 104,\n            \"comment\": \"익숙하네요\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:33:06\",\n            \"modifiedAt\": \"2023-05-24T17:33:06\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 34,\n            \"commentId\": 105,\n            \"comment\": \"좋은 정보 감사합니다~\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"미스터피자\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:33:23\",\n            \"modifiedAt\": \"2023-05-24T17:33:23\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 34,\n            \"commentId\": 106,\n            \"comment\": \"um...\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:33:42\",\n            \"modifiedAt\": \"2023-05-24T17:33:42\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 38,\n            \"commentId\": 107,\n            \"comment\": \"wow\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"둘리\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:34:12\",\n            \"modifiedAt\": \"2023-05-24T17:34:12\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 38,\n            \"commentId\": 108,\n            \"comment\": \"so\",\n            \"star\": 1,\n            \"author\": {\n                \"name\": \"도미노피자\",\n                \"star\": 1,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:34:28\",\n            \"modifiedAt\": \"2023-05-24T17:34:28\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 38,\n            \"commentId\": 109,\n            \"comment\": \"great\",\n            \"star\": 4,\n            \"author\": {\n                \"name\": \"전우치\",\n                \"star\": 4,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:34:59\",\n            \"modifiedAt\": \"2023-05-24T17:34:59\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 38,\n            \"commentId\": 110,\n            \"comment\": \"great\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:36:03\",\n            \"modifiedAt\": \"2023-05-24T17:36:03\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 45,\n            \"commentId\": 111,\n            \"comment\": \"gpt 쉽네요!\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:36:23\",\n            \"modifiedAt\": \"2023-05-24T17:36:23\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 45,\n            \"commentId\": 112,\n            \"comment\": \"ai신기해요\",\n            \"star\": 3,\n            \"author\": {\n                \"name\": \"test\",\n                \"star\": 3,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:36:37\",\n            \"modifiedAt\": \"2023-05-24T17:36:37\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 47,\n            \"commentId\": 113,\n            \"comment\": \"so\",\n            \"star\": 2,\n            \"author\": {\n                \"name\": \"yoonsu\",\n                \"star\": 2,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:37:06\",\n            \"modifiedAt\": \"2023-05-24T17:37:06\"\n        },\n        {\n            \"status\": \"success\",\n            \"postId\": 47,\n            \"commentId\": 114,\n            \"comment\": \"wow!!!!\",\n            \"star\": 5,\n            \"author\": {\n                \"name\": \"gijung\",\n                \"star\": 5,\n                \"profileImgNum\": 0\n            },\n            \"createdAt\": \"2023-05-24T17:37:17\",\n            \"modifiedAt\": \"2023-05-24T17:37:17\"\n        }\n    ]\n}"}],"_postman_id":"233f6bde-51a0-423e-843f-62fee6cf3fea"},{"name":"게시물 댓글 삭제","id":"5423f280-70ef-41e1-ace7-fa66557155ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/comments/1","urlObject":{"protocol":"http","port":"8080","path":["comments","1"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"6b7a0111-6117-4010-9a27-f54929c7c796","name":"게시물 댓글 삭제","originalRequest":{"method":"DELETE","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/comments/1"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Date","value":"Thu, 04 May 2023 05:17:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"5423f280-70ef-41e1-ace7-fa66557155ad"}],"id":"273a20e6-19d9-4e14-9fa8-46ab40cbb901","description":"<h1 id=\"요청-매개변수\">요청 매개변수</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>매개변수</strong></th>\n<th><strong>설명</strong></th>\n<th><strong>형식</strong></th>\n<th><strong>필수</strong></th>\n<th><strong>중복가능</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>\"commentId\"</td>\n<td>댓글의 고유 Id</td>\n<td>Long</td>\n<td>O</td>\n<td>X</td>\n</tr>\n<tr>\n<td>\"star\"</td>\n<td>별점</td>\n<td>int</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"comment\"</td>\n<td>댓글 내용</td>\n<td>string</td>\n<td>O</td>\n<td>O</td>\n</tr>\n<tr>\n<td>\"author\" :  <br />{ name,  <br />profileImage,  <br />star  <br />}</td>\n<td>게시글 및 댓글을 작성한 저자(현재 로그인한 사용자가 아닌 작성자를 의미)</td>\n<td>string</td>\n<td>O</td>\n<td>X</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"273a20e6-19d9-4e14-9fa8-46ab40cbb901"},{"name":"추천 기능","id":"7116685a-050b-4ef3-9f4e-7355c670e69a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/posts/13/recommends/4","urlObject":{"protocol":"http","port":"8080","path":["posts","13","recommends","4"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"3b00bc0a-feeb-4282-9c7e-146e2d25cba9","name":"추천 기능","originalRequest":{"method":"POST","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/post/2/recommends/6"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 17 May 2023 07:10:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"7116685a-050b-4ef3-9f4e-7355c670e69a"},{"name":"추천 취소","id":"594c9d12-4573-4e7f-af8c-d67ff9c91a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/post/3/recommends/5","urlObject":{"protocol":"http","port":"8080","path":["post","3","recommends","5"],"host":["ec2-3-34-183-170","ap-northeast-2","compute","amazonaws","com"],"query":[],"variable":[]}},"response":[{"id":"c53ce771-5c6b-494b-badc-c648096f874f","name":"추천 취소","originalRequest":{"method":"DELETE","header":[],"url":"http://ec2-3-34-183-170.ap-northeast-2.compute.amazonaws.com:8080/post/3/recommends/5"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Wed, 17 May 2023 07:13:05 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"594c9d12-4573-4e7f-af8c-d67ff9c91a3d"}]}