{"info":{"_postman_id":"ca70e0f1-5d7f-41cb-a376-94bfcb1045ce","name":"Surf Application","description":"<html><head></head><body><p>Surf Application API</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15409285","collectionId":"ca70e0f1-5d7f-41cb-a376-94bfcb1045ce","publishedId":"UVRAJnUD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-12-20T04:34:38.000Z"},"item":[{"name":"USER","item":[{"name":"회원가입","id":"1262ab25-d2b1-4aa6-8930-3614a3a85af2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\": \"testEmail1@naver.com\",\r\n\t\"password\": \"testpw\",\r\n    \"userName\": \"testName\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/users","urlObject":{"protocol":"http","path":["api","v1","users"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"f9cebf18-5107-43ff-a37c-04111a980598","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\": \"testEmail@naver.com\",\r\n\t\"password\": \"testpw\",\r\n    \"userName\": \"testName\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/api/v1/users/95"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:14:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"95"}],"_postman_id":"1262ab25-d2b1-4aa6-8930-3614a3a85af2"},{"name":"로그인","id":"d4839203-cf4e-47c8-b73a-bc0d4499bd60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\": \"testEmail1@naver.com\",\r\n\t\"password\": \"testpw\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/users/login","urlObject":{"protocol":"http","path":["api","v1","users","login"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"85d0f91d-abb2-4b0f-9ef1-2bb82a64975e","name":"로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\": \"testEmail@naver.com\",\r\n\t\"password\": \"testpw\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/users/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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:14:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo5NSwicm9sZXMiOlsiVVNFUiJdLCJpc3MiOiJhaHB1aCIsImV4cCI6MTY0MjQyODg5OSwiaWF0IjoxNjM5ODM2ODk5LCJlbWFpbCI6InRlc3RFbWFpbEBuYXZlci5jb20ifQ.5QRyLdJSnkHqX_k0vE63R-SSMwIAU96zeZ9A9jfI17Peo4nmjUZCmiv5F1SreaJLcI3ab1rdqqDunt7y362ArA\",\n    \"userId\": 95\n}"},{"id":"1889e82d-113b-4fb2-9c10-d3c7cc03d38b","name":"비밀번호 변경 후","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"email\": \"testEmail@naver.com\",\r\n\t\"password\": \"changePw\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/users/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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:24:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjo5NSwicm9sZXMiOlsiVVNFUiJdLCJpc3MiOiJhaHB1aCIsImV4cCI6MTY0MjQyOTQ2NCwiaWF0IjoxNjM5ODM3NDY0LCJlbWFpbCI6InRlc3RFbWFpbEBuYXZlci5jb20ifQ.Yf-P9kq_B_zBrrLxPD_JNucvH-2jq41NslPdHgsm6eP85fyiO0EMAGdS9hn0QEPCOz8aoe4Xu4L5QzeCYZoeUg\",\n    \"userId\": 95\n}"}],"_postman_id":"d4839203-cf4e-47c8-b73a-bc0d4499bd60"},{"name":"회원 정보 조회","id":"19e0a902-7101-4477-b0fa-0d50ff996d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/95","urlObject":{"protocol":"http","path":["api","v1","users","95"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"d0edf3b0-0a61-414a-8b57-71312ecff01f","name":"회원 정보 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/95"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:15:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 95,\n    \"email\": \"testEmail@naver.com\",\n    \"userName\": \"testName\",\n    \"profilePhotoUrl\": null,\n    \"aboutMe\": null,\n    \"url\": null,\n    \"followerCount\": 0,\n    \"followingCount\": 0,\n    \"accountPublic\": true\n}"},{"id":"2ad7a907-7c0f-4a91-969f-6629f70599f1","name":"개인 정보 수정 후(file: X)","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/95"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:19:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 95,\n    \"email\": \"testEmail@naver.com\",\n    \"userName\": \"changeName\",\n    \"profilePhotoUrl\": null,\n    \"aboutMe\": \"내 소개\",\n    \"url\": \"내 블로그 url\",\n    \"followerCount\": 0,\n    \"followingCount\": 0,\n    \"accountPublic\": true\n}"},{"id":"49843d08-3bb2-48e7-b289-7590faae279b","name":"개인 정보 수정 후(file: O)","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/95"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:23:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"userId\": 95,\n    \"email\": \"testEmail@naver.com\",\n    \"userName\": \"changeName\",\n    \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/profile.jpg\",\n    \"aboutMe\": \"내 소개\",\n    \"url\": \"내 블로그 url\",\n    \"followerCount\": 0,\n    \"followingCount\": 0,\n    \"accountPublic\": true\n}"}],"_postman_id":"19e0a902-7101-4477-b0fa-0d50ff996d90"},{"name":"개인 정보 수정","id":"06007fc1-15f1-450d-969d-82276eeb0b13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"userName\": \"changeName\", \"password\": null, \"url\": \"내 블로그 url\", \"aboutMe\": \"내 소개\", \"accountPublic\": true}","type":"text"},{"key":"file","type":"file","src":"/C:/Users/Choi/Pictures/test.jpg"}]},"url":"http://{{surf}}/api/v1/users","urlObject":{"protocol":"http","path":["api","v1","users"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"f6cc3136-3784-4b0e-a633-c2f9ccf5af3d","name":"개인 정보 수정(password: null, file: X)","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"userName\": \"changeName\", \"password\": null, \"url\": \"내 블로그 url\", \"aboutMe\": \"내 소개\", \"accountPublic\": true}","type":"text"},{"key":"file","type":"file","value":null}]},"url":"http://{{surf}}/api/v1/users"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:19:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"95"},{"id":"3a866517-6fd7-4aca-bb7a-e761e9b576ad","name":"개인 정보 수정(password: \"changePw\", file: X)","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"userName\": \"changeName\", \"password\": \"changePw\", \"url\": \"내 블로그 url\", \"aboutMe\": \"내 소개\", \"accountPublic\": true}","type":"text"},{"key":"file","type":"file","value":null}]},"url":"http://{{surf}}/api/v1/users"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:21:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"95"},{"id":"8f738655-9b40-4707-a66a-77c1e3d4a73e","name":"개인 정보 수정(password: null, file: O)","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"userName\": \"changeName\", \"password\": null, \"url\": \"내 블로그 url\", \"aboutMe\": \"내 소개\", \"accountPublic\": true}","type":"text"},{"key":"file","type":"file","src":"/C:/Users/Choi/Desktop/develop/Team_Ahpuh_Surf_BE/src/main/resources/profile.jpg"}]},"url":"http://{{surf}}/api/v1/users"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:23:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"95"}],"_postman_id":"06007fc1-15f1-450d-969d-82276eeb0b13"},{"name":"회원 탈퇴","id":"fcd3dede-1e1d-4707-b00f-1a90ccf7b64d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/","urlObject":{"protocol":"http","path":["api","v1","users",""],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"6af8294a-535b-4689-9120-8f9f0b5a0e69","name":"회원 탈퇴","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/"},"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":"Mon, 20 Dec 2021 08:49:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"fcd3dede-1e1d-4707-b00f-1a90ccf7b64d"}],"id":"114b32d9-6ccd-4116-b678-6f96b625b43a","_postman_id":"114b32d9-6ccd-4116-b678-6f96b625b43a","description":""},{"name":"CATEGORY","item":[{"name":"카테고리 등록","id":"1c360d07-63bb-40e4-a616-fdf8ed52f744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"categoryName\",\r\n\t\"colorCode\": \"#000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/categories","urlObject":{"protocol":"http","path":["api","v1","categories"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"ae931afb-a91f-4e02-85e7-960288d2b0fb","name":"카테고리 등록","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"categoryName\",\r\n\t\"colorCode\": \"#000000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/categories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/api/v1/categories54"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:27:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"54"}],"_postman_id":"1c360d07-63bb-40e4-a616-fdf8ed52f744"},{"name":"내 카테고리 전체 조회","id":"fb280826-ecf4-4ff1-b5ab-a08a2a2dc16f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/categories","urlObject":{"protocol":"http","path":["api","v1","categories"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"cb9df7ee-6d34-47c5-8261-34ba67aa454a","name":"내 카테고리 전체 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/categories"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:29:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryId\": 54,\n        \"name\": \"categoryName\",\n        \"isPublic\": true,\n        \"colorCode\": \"#000000\"\n    },\n    {\n        \"categoryId\": 55,\n        \"name\": \"categoryName2\",\n        \"isPublic\": true,\n        \"colorCode\": \"#000001\"\n    }\n]"},{"id":"206ec0fc-0fdf-442e-8fce-b7af05b0a755","name":"55번 카테고리 수정 후 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/categories"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:33:06 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryId\": 54,\n        \"name\": \"categoryName\",\n        \"isPublic\": true,\n        \"colorCode\": \"#000000\"\n    },\n    {\n        \"categoryId\": 55,\n        \"name\": \"changeCategoryName\",\n        \"isPublic\": false,\n        \"colorCode\": \"#000111\"\n    }\n]"}],"_postman_id":"fb280826-ecf4-4ff1-b5ab-a08a2a2dc16f"},{"name":"내 카테고리 수정","id":"118bff09-e9e0-4331-8f0d-b95ce08b4a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"changeCategoryName\",\r\n\t\"isPublic\": \"false\",\r\n\t\"colorCode\": \"#000111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/categories/55","urlObject":{"protocol":"http","path":["api","v1","categories","55"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"338dc552-0209-4bfd-a4dc-404087d3c71a","name":"내 카테고리 수정","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"name\": \"changeCategoryName\",\r\n\t\"isPublic\": \"false\",\r\n\t\"colorCode\": \"#000111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/categories/55"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 18 Dec 2021 14:32:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"55"}],"_postman_id":"118bff09-e9e0-4331-8f0d-b95ce08b4a61"},{"name":"내 카테고리 삭제","id":"37465387-03e5-4fe4-9225-aafcd36e333a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/categories/55","urlObject":{"protocol":"http","path":["api","v1","categories","55"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"7da3ca60-c9ed-41a6-b2af-4f05d5e02f27","name":"55번 카테고리 삭제","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/categories/55"},"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":"Mon, 20 Dec 2021 08:48:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"37465387-03e5-4fe4-9225-aafcd36e333a"},{"name":"해당 user의 대시보드 정보 조회","id":"a6914cd4-d272-4674-bdda-9af2c86913e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/categories/dashboard?userId=95","urlObject":{"protocol":"http","path":["api","v1","categories","dashboard"],"host":["{{surf}}"],"query":[{"key":"userId","value":"95"}],"variable":[]}},"response":[{"id":"6131043b-9183-46a1-8f98-12c410c0de72","name":"해당 user의 대시보드 정보 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/categories/dashboard?userId=95","protocol":"http","host":["{{surf}}"],"path":["api","v1","categories","dashboard"],"query":[{"key":"userId","value":"95"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 07:54:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryId\": 54,\n        \"name\": \"categoryName\",\n        \"averageScore\": 99,\n        \"isPublic\": true,\n        \"colorCode\": \"#000000\",\n        \"postCount\": 2\n    },\n    {\n        \"categoryId\": 55,\n        \"name\": \"changeCategoryName\",\n        \"averageScore\": 0,\n        \"isPublic\": false,\n        \"colorCode\": \"#000111\",\n        \"postCount\": 0\n    }\n]"}],"_postman_id":"a6914cd4-d272-4674-bdda-9af2c86913e4"}],"id":"e17157d6-4a2a-4af4-b5e0-8eefed4ff609","_postman_id":"e17157d6-4a2a-4af4-b5e0-8eefed4ff609","description":""},{"name":"POST","item":[{"name":"게시글 등록","id":"50ff4a3f-1d02-4f50-9870-9c0b22fa2a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"categoryId\": 11, \"selectedDate\": \"2021-12-01\", \"content\": \"게시글 내용\", \"score\": 99}","type":"text"},{"key":"file","type":"file","src":"/C:/Users/Choi/Pictures/test.jpg"}]},"url":"http://{{surf}}/api/v1/posts","urlObject":{"protocol":"http","path":["api","v1","posts"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"0a3cc021-f273-4c6b-8666-a2d371f55b1c","name":"게시글 등록","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"categoryId\": 54, \"selectedDate\": \"2021-12-01\", \"content\": \"게시글 내용\", \"score\": 99}","type":"text"},{"key":"file","type":"file","value":null}]},"url":"http://{{surf}}/api/v1/posts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/api/v1/posts/651"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 07:54:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"651"},{"id":"f3c598e5-7fbd-4a16-ba3f-079f0971304f","name":"게시글 등록(파일 첨부)","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"categoryId\": 54, \"selectedDate\": \"2021-12-01\", \"content\": \"게시글 내용\", \"score\": 99}","type":"text"},{"key":"file","type":"file","src":"/C:/Users/Choi/Pictures/test.jpg"}]},"url":"http://{{surf}}/api/v1/posts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/api/v1/posts/650"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 07:53:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"650"}],"_postman_id":"50ff4a3f-1d02-4f50-9870-9c0b22fa2a6f"},{"name":"게시글 수정","id":"89061cfd-1892-4b0c-9af7-a6fee262333b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"categoryId\": 54, \"selectedDate\": \"2021-12-05\", \"content\": \"수정된 내용\", \"score\": 80}","type":"text"},{"key":"file","type":"file","value":null}]},"url":"http://{{surf}}/api/v1/posts/651","urlObject":{"protocol":"http","path":["api","v1","posts","651"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"2b4c02fb-c87d-42bc-9fd9-00c0a067421c","name":"게시글 수정","originalRequest":{"method":"PUT","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\"categoryId\": 54, \"selectedDate\": \"2021-12-05\", \"content\": \"수정된 내용\", \"score\": 80}","type":"text"},{"key":"file","type":"file","value":null}]},"url":"http://{{surf}}/api/v1/posts/651"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 07:57:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"651"}],"_postman_id":"89061cfd-1892-4b0c-9af7-a6fee262333b"},{"name":"게시글 삭제","id":"0d19f33c-f481-4ed8-a915-9ce8ab21a6c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651","urlObject":{"protocol":"http","path":["api","v1","posts","651"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"133b7a15-ba64-409e-9fe4-2157c4db2843","name":"651번 게시글 삭제","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651"},"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":"Mon, 20 Dec 2021 08:47:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"0d19f33c-f481-4ed8-a915-9ce8ab21a6c2"},{"name":"게시글 상세 조회","id":"b59e9593-6434-480b-9152-a02bd8dd3d1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651","urlObject":{"protocol":"http","path":["api","v1","posts","651"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"bfbf8bd1-a5a8-475b-ab86-be52d017e4d7","name":"특정 게시글 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sun, 19 Dec 2021 08:56:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"postId\": 651,\n    \"userId\": 95,\n    \"categoryId\": 54,\n    \"selectedDate\": \"2021-12-01\",\n    \"content\": \"게시글 내용\",\n    \"score\": 99,\n    \"imageUrl\": null,\n    \"fileUrl\": null,\n    \"createdAt\": \"2021-12-20T07:54:29\",\n    \"favorite\": false,\n    \"likeId\": null,\n    \"isLiked\": null\n}"},{"id":"88f6ce20-efed-4a4f-a241-dc0d39d653d5","name":"수정된 게시글 조히","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 07:58:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"postId\": 651,\n    \"userId\": 95,\n    \"categoryId\": 54,\n    \"selectedDate\": \"2021-12-05\",\n    \"content\": \"수정된 내용\",\n    \"score\": 80,\n    \"imageUrl\": null,\n    \"fileUrl\": null,\n    \"createdAt\": \"2021-12-20T07:54:29\",\n    \"favorite\": false,\n    \"likeId\": null,\n    \"isLiked\": null\n}"}],"_postman_id":"b59e9593-6434-480b-9152-a02bd8dd3d1b"},{"name":"즐겨찾기 등록","id":"97bf77a2-5ed0-43cb-9c46-393c2cf3296d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651/favorite","urlObject":{"protocol":"http","path":["api","v1","posts","651","favorite"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"be388b8b-da50-4fb0-900e-605f4f438b9d","name":"651번 게시글 즐겨찾기 등록","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651/favorite"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:05:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"651"}],"_postman_id":"97bf77a2-5ed0-43cb-9c46-393c2cf3296d"},{"name":"즐겨찾기 취소","id":"4d97c5a8-8971-4662-a7a7-87aabdc3365e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651/favorite","urlObject":{"protocol":"http","path":["api","v1","posts","651","favorite"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"92412b02-374f-4672-8adf-a53823698f66","name":"651번 게시글 즐겨찾기 취소","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/651/favorite"},"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":"Mon, 20 Dec 2021 08:07:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d97c5a8-8971-4662-a7a7-87aabdc3365e"},{"name":"해당년도 게시글 개수 정보 조회","id":"1c33db60-17d0-4bd0-8f11-23c7c0ae2d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/calendarGraph?year=2021&userId=95","urlObject":{"protocol":"http","path":["api","v1","posts","calendarGraph"],"host":["{{surf}}"],"query":[{"key":"year","value":"2021"},{"key":"userId","value":"95"}],"variable":[]}},"response":[{"id":"71537513-285c-4775-a4f5-6e08fa47b39a","name":"해당년도 게시글 개수 정보 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/posts/calendarGraph?year=2021&userId=95","protocol":"http","host":["{{surf}}"],"path":["api","v1","posts","calendarGraph"],"query":[{"key":"year","value":"2021"},{"key":"userId","value":"95"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:13:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2021-12-01\",\n        \"count\": 2\n    },\n    {\n        \"date\": \"2021-12-05\",\n        \"count\": 1\n    }\n]"}],"_postman_id":"1c33db60-17d0-4bd0-8f11-23c7c0ae2d4a"},{"name":"해당 user의 일년치 게시글 점수 조회","id":"e9145364-098a-4fe1-b678-0c8ebebf6f9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/score?userId=95","urlObject":{"protocol":"http","path":["api","v1","posts","score"],"host":["{{surf}}"],"query":[{"key":"userId","value":"95"}],"variable":[]}},"response":[{"id":"673677e0-571b-4299-a1aa-d57a1e95dd1b","name":"해당 user의 일년치 게시글 점수 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/posts/score?userId=95","protocol":"http","host":["{{surf}}"],"path":["api","v1","posts","score"],"query":[{"key":"userId","value":"95"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:14:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryId\": 11,\n        \"categoryName\": \"categorytest11\",\n        \"colorCode\": \"#000000\",\n        \"postScores\": [\n            {\n                \"x\": \"2021-12-01\",\n                \"y\": 99\n            }\n        ]\n    },\n    {\n        \"categoryId\": 54,\n        \"categoryName\": \"categoryName\",\n        \"colorCode\": \"#000000\",\n        \"postScores\": [\n            {\n                \"x\": \"2021-12-01\",\n                \"y\": 99\n            },\n            {\n                \"x\": \"2021-12-05\",\n                \"y\": 80\n            }\n        ]\n    }\n]"}],"_postman_id":"e9145364-098a-4fe1-b678-0c8ebebf6f9c"},{"name":"내 한달 전체 게시글 조회","id":"bb5843e2-6c1a-4059-a112-f8339ca2114d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/month?year=2021&month=12","urlObject":{"protocol":"http","path":["api","v1","posts","month"],"host":["{{surf}}"],"query":[{"key":"year","value":"2021"},{"key":"month","value":"12"}],"variable":[]}},"response":[{"id":"1baadee8-d3d9-4907-827e-b09e2c6e5218","name":"내 한달 전체 게시글 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/posts/month?year=2021&month=12","protocol":"http","host":["{{surf}}"],"path":["api","v1","posts","month"],"query":[{"key":"year","value":"2021"},{"key":"month","value":"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:17:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"categoryName\": \"categorytest11\",\n        \"colorCode\": \"#000000\",\n        \"postId\": 649,\n        \"content\": \"게시글 내용\",\n        \"score\": 99,\n        \"imageUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/test.jpg\",\n        \"fileUrl\": null,\n        \"selectedDate\": \"2021-12-01\"\n    },\n    {\n        \"categoryName\": \"categoryName\",\n        \"colorCode\": \"#000000\",\n        \"postId\": 650,\n        \"content\": \"게시글 내용\",\n        \"score\": 99,\n        \"imageUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/test.jpg\",\n        \"fileUrl\": null,\n        \"selectedDate\": \"2021-12-01\"\n    },\n    {\n        \"categoryName\": \"categoryName\",\n        \"colorCode\": \"#000000\",\n        \"postId\": 651,\n        \"content\": \"수정된 내용\",\n        \"score\": 80,\n        \"imageUrl\": null,\n        \"fileUrl\": null,\n        \"selectedDate\": \"2021-12-05\"\n    }\n]"}],"_postman_id":"bb5843e2-6c1a-4059-a112-f8339ca2114d"},{"name":"해당 user의 전체 게시글 조회 (커서 기반 페이지네이션)","id":"a79950ce-586f-453b-812d-71e3a036cee3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/all?userId=7&cursorId=0","urlObject":{"protocol":"http","path":["api","v1","posts","all"],"host":["{{surf}}"],"query":[{"key":"userId","value":"7"},{"key":"cursorId","value":"0"}],"variable":[]}},"response":[{"id":"7697cf99-64dc-48da-bd4a-10bd1404e362","name":"해당 user의 전체 게시글 조회 (커서 기반 페이지네이션)","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/posts/all?userId=7&cursorId=0","protocol":"http","host":["{{surf}}"],"path":["api","v1","posts","all"],"query":[{"key":"userId","value":"7"},{"key":"cursorId","value":"0"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:25:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": [\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 54,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1548s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 90,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-31\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"React\",\n            \"colorCode\": \"#74c0fc\",\n            \"postId\": 138,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1583s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 67,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-31\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Spring\",\n            \"colorCode\": \"#339af0\",\n            \"postId\": 262,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1623s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 55,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-30\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"AngularJS\",\n            \"colorCode\": \"#1c73d6\",\n            \"postId\": 404,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1641s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 70,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-30\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"AngularJS\",\n            \"colorCode\": \"#1c73d6\",\n            \"postId\": 403,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1640s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 70,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-29\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Spring\",\n            \"colorCode\": \"#339af0\",\n            \"postId\": 261,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1622s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 60,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-29\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"React\",\n            \"colorCode\": \"#74c0fc\",\n            \"postId\": 137,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1582s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 67,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-29\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 53,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1547s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 90,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-28\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Spring\",\n            \"colorCode\": \"#339af0\",\n            \"postId\": 260,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1621s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 50,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-27\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 52,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1546s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 90,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-27\",\n            \"likeId\": null,\n            \"isLiked\": false\n        }\n    ],\n    \"hasNext\": true\n}"},{"id":"0fccf668-b6e8-4fff-aa01-710a67286edc","name":"해당 user의 전체 게시글 다음 페이지 조회 (cursorId에 마지막 postId를 입력)","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/posts/all?userId=7&cursorId=52","protocol":"http","host":["{{surf}}"],"path":["api","v1","posts","all"],"query":[{"key":"userId","value":"7"},{"key":"cursorId","value":"52"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:28:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": [\n        {\n            \"categoryName\": \"category1\",\n            \"colorCode\": \"#000000\",\n            \"postId\": 8,\n            \"content\": \"posttest\",\n            \"score\": 90,\n            \"imageUrl\": null,\n            \"fileUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/banner1.txt\",\n            \"selectedDate\": \"2021-11-21\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 45,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1539s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 86,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-10-28\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 44,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1538s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 85,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-10-22\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 43,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1537s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 85,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-10-06\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 42,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1536s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 85,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-10-02\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 41,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1535s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 84,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-10-01\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 40,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1534s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 84,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-09-28\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 39,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1533s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 84,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-09-15\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 38,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1532s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 83,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-09-02\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 37,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1531s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 83,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-08-29\",\n            \"likeId\": null,\n            \"isLiked\": false\n        }\n    ],\n    \"hasNext\": true\n}"}],"_postman_id":"a79950ce-586f-453b-812d-71e3a036cee3"},{"name":"해당 user의 카테고리별 게시글 전체 조회 (커서 기반 페이지네이션)","id":"00fa8363-7607-46b2-abbc-6fa4a802e351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts?userId=95&categoryId=54&cursorId=0","urlObject":{"protocol":"http","path":["api","v1","posts"],"host":["{{surf}}"],"query":[{"key":"userId","value":"95"},{"key":"categoryId","value":"54"},{"key":"cursorId","value":"0"}],"variable":[]}},"response":[{"id":"cfd6c1fd-7b55-43f4-9ebb-f6674c66d419","name":"해당 user의 카테고리별 게시글 전체 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/posts?userId=95&categoryId=54&cursorId=0","protocol":"http","host":["{{surf}}"],"path":["api","v1","posts"],"query":[{"key":"userId","value":"95"},{"key":"categoryId","value":"54"},{"key":"cursorId","value":"0","type":"text"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:27:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": [\n        {\n            \"categoryName\": \"categoryName\",\n            \"colorCode\": \"#000000\",\n            \"postId\": 651,\n            \"content\": \"수정된 내용\",\n            \"score\": 80,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-05\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"categoryName\": \"categoryName\",\n            \"colorCode\": \"#000000\",\n            \"postId\": 650,\n            \"content\": \"게시글 내용\",\n            \"score\": 99,\n            \"imageUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/test.jpg\",\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-01\",\n            \"likeId\": null,\n            \"isLiked\": false\n        }\n    ],\n    \"hasNext\": false\n}"}],"_postman_id":"00fa8363-7607-46b2-abbc-6fa4a802e351"},{"name":"해당 카테고리의 최신 게시글 점수 조회","id":"b2a1a802-5bd9-48ae-960d-c91031da9be0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/recentscore?categoryId=54","urlObject":{"protocol":"http","path":["api","v1","recentscore"],"host":["{{surf}}"],"query":[{"key":"categoryId","value":"54"}],"variable":[]}},"response":[{"id":"07551bfa-a604-4a40-9f03-934020b2b0a7","name":"해당 카테고리의 최신 게시글 점수 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/recentscore?categoryId=54","protocol":"http","host":["{{surf}}"],"path":["api","v1","recentscore"],"query":[{"key":"categoryId","value":"54","type":"text"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:31:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"80"}],"_postman_id":"b2a1a802-5bd9-48ae-960d-c91031da9be0"},{"name":"최신 전체 게시글 둘러보기 (커서 기반 페이지네이션)","id":"d06326d6-1b64-40d0-ab86-bacfd263b43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/recent?cursorId=0","urlObject":{"protocol":"http","path":["api","v1","posts","recent"],"host":["{{surf}}"],"query":[{"key":"cursorId","value":"0"}],"variable":[]}},"response":[{"id":"6c57536d-868c-425f-91a0-5755779cb558","name":"최신 전체 게시글 둘러보기 (커서 기반 페이지네이션)","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/posts/recent?cursorId=0","protocol":"http","host":["{{surf}}"],"path":["api","v1","posts","recent"],"query":[{"key":"cursorId","value":"0"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:32:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": [\n        {\n            \"userId\": 95,\n            \"userName\": \"changeName\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/test.jpg\",\n            \"categoryName\": \"categoryName\",\n            \"colorCode\": \"#000000\",\n            \"postId\": 651,\n            \"content\": \"수정된 내용\",\n            \"score\": 80,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-05\",\n            \"createdAt\": \"2021-12-20T07:54:29\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 95,\n            \"userName\": \"changeName\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/test.jpg\",\n            \"categoryName\": \"categoryName\",\n            \"colorCode\": \"#000000\",\n            \"postId\": 650,\n            \"content\": \"게시글 내용\",\n            \"score\": 99,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-01\",\n            \"createdAt\": \"2021-12-20T07:53:28\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 95,\n            \"userName\": \"changeName\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/test.jpg\",\n            \"categoryName\": \"categorytest11\",\n            \"colorCode\": \"#000000\",\n            \"postId\": 649,\n            \"content\": \"게시글 내용\",\n            \"score\": 99,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-01\",\n            \"createdAt\": \"2021-12-20T07:52:34\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"React\",\n            \"colorCode\": \"#74c0fc\",\n            \"postId\": 648,\n            \"content\": \"오늘은 공부를 별로 못했다,,,\\n반성하자\\n\",\n            \"score\": 10,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-01\",\n            \"createdAt\": \"2021-12-20T05:11:01\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"JavaScript\",\n            \"colorCode\": \"#1864ab\",\n            \"postId\": 647,\n            \"content\": \"i luv js\",\n            \"score\": 70,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-19\",\n            \"createdAt\": \"2021-12-19T08:54:15\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 2,\n            \"userName\": \"test2\",\n            \"profilePhotoUrl\": null,\n            \"categoryName\": \"categorytest11\",\n            \"colorCode\": \"#000000\",\n            \"postId\": 646,\n            \"content\": \"게시글 내용\",\n            \"score\": 99,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-01\",\n            \"createdAt\": \"2021-12-19T08:49:44\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 2,\n            \"userName\": \"test2\",\n            \"profilePhotoUrl\": null,\n            \"categoryName\": \"categorytest11\",\n            \"colorCode\": \"#000000\",\n            \"postId\": 645,\n            \"content\": \"게시글 내용\",\n            \"score\": 99,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-01\",\n            \"createdAt\": \"2021-12-19T08:47:49\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"Spring\",\n            \"colorCode\": \"#339af0\",\n            \"postId\": 644,\n            \"content\": \"let's learn spring next year\",\n            \"score\": 60,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-19\",\n            \"createdAt\": \"2021-12-19T08:47:31\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"React\",\n            \"colorCode\": \"#74c0fc\",\n            \"postId\": 643,\n            \"content\": \"today, i learned that react is bloody difficult\",\n            \"score\": 75,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-19\",\n            \"createdAt\": \"2021-12-19T08:45:12\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        },\n        {\n            \"userId\": 71,\n            \"userName\": \"test21\",\n            \"profilePhotoUrl\": null,\n            \"categoryName\": \"할로 \",\n            \"colorCode\": \"#1c73d6\",\n            \"postId\": 642,\n            \"content\": \"\\nㅇㄹ\",\n            \"score\": 50,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-19\",\n            \"createdAt\": \"2021-12-18T16:23:59\",\n            \"likeId\": null,\n            \"liked\": false,\n            \"followedUser\": false\n        }\n    ],\n    \"hasNext\": true\n}"}],"_postman_id":"d06326d6-1b64-40d0-ab86-bacfd263b43a"},{"name":"내가 팔로우 한 사용자의 게시글 둘러보기 (커서 기반 페이지네이션)","id":"f74bb761-cf3d-45b2-9738-0d08466d8b89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/follow/posts?cursorId=0","urlObject":{"protocol":"http","path":["api","v1","follow","posts"],"host":["{{surf}}"],"query":[{"key":"cursorId","value":"0"}],"variable":[]}},"response":[{"id":"c8a9bc80-3f73-41fc-a7c7-65b6b442307c","name":"내가 팔로우 한 사용자의 게시글 둘러보기 (커서 기반 페이지네이션)","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":{"raw":"http://{{surf}}/api/v1/follow/posts?cursorId=0","protocol":"http","host":["{{surf}}"],"path":["api","v1","follow","posts"],"query":[{"key":"cursorId","value":"0","type":"text"}]}},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:36:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"values\": [\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"React\",\n            \"colorCode\": \"#74c0fc\",\n            \"postId\": 138,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1583s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 67,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-31\",\n            \"createdAt\": \"2021-12-15T11:44:51\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 54,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1548s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 90,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-31\",\n            \"createdAt\": \"2021-12-15T11:44:39\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"AngularJS\",\n            \"colorCode\": \"#1c73d6\",\n            \"postId\": 404,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1641s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 70,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-30\",\n            \"createdAt\": \"2021-12-15T11:45:18\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"Spring\",\n            \"colorCode\": \"#339af0\",\n            \"postId\": 262,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1623s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 55,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-30\",\n            \"createdAt\": \"2021-12-15T11:45:07\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"AngularJS\",\n            \"colorCode\": \"#1c73d6\",\n            \"postId\": 403,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1640s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 70,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-29\",\n            \"createdAt\": \"2021-12-15T11:45:18\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"Spring\",\n            \"colorCode\": \"#339af0\",\n            \"postId\": 261,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1622s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 60,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-29\",\n            \"createdAt\": \"2021-12-15T11:45:07\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"React\",\n            \"colorCode\": \"#74c0fc\",\n            \"postId\": 137,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1582s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 67,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-29\",\n            \"createdAt\": \"2021-12-15T11:44:51\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 53,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1547s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 90,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-28\",\n            \"createdAt\": \"2021-12-15T11:44:38\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"Spring\",\n            \"colorCode\": \"#339af0\",\n            \"postId\": 260,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1621s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 50,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-27\",\n            \"createdAt\": \"2021-12-15T11:45:06\",\n            \"likeId\": null,\n            \"isLiked\": false\n        },\n        {\n            \"userId\": 7,\n            \"userName\": \"yeim\",\n            \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\",\n            \"categoryName\": \"Vue\",\n            \"colorCode\": \"#d0ebff\",\n            \"postId\": 52,\n            \"content\": \"Lorem Ipsum혻is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1546s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries,혻\",\n            \"score\": 90,\n            \"imageUrl\": null,\n            \"fileUrl\": null,\n            \"selectedDate\": \"2021-12-27\",\n            \"createdAt\": \"2021-12-15T11:44:38\",\n            \"likeId\": null,\n            \"isLiked\": false\n        }\n    ],\n    \"hasNext\": true\n}"}],"_postman_id":"f74bb761-cf3d-45b2-9738-0d08466d8b89"}],"id":"084e62cb-9d05-4ac0-9d5c-b68648bc8a3c","_postman_id":"084e62cb-9d05-4ac0-9d5c-b68648bc8a3c","description":""},{"name":"FOLLOW","item":[{"name":"팔로우","id":"95bd8a8b-18c3-4017-9230-3e3d26fd893a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"7","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/follow","urlObject":{"protocol":"http","path":["api","v1","follow"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"bdc2acc7-67a0-4b44-8bf5-9661281937e2","name":"7번 유저를 팔로우","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"7","options":{"raw":{"language":"json"}}},"url":"http://{{surf}}/api/v1/follow"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Location","value":"/api/v1/users/95/following"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:36:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"46"}],"_postman_id":"95bd8a8b-18c3-4017-9230-3e3d26fd893a"},{"name":"언팔로우","id":"3237e146-7a0f-430a-bc7a-03212c1bbaaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/follow/7","urlObject":{"protocol":"http","path":["api","v1","follow","7"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"246d4579-087d-44e8-a3be-508d011cab93","name":"7번 유저를 언팔로우","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/follow/7"},"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":"Mon, 20 Dec 2021 08:39:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3237e146-7a0f-430a-bc7a-03212c1bbaaa"},{"name":"해당 user의 팔로워 전체 조회","id":"9eabd59d-7175-46fd-9059-ab8155e7b986","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/7/followers","urlObject":{"protocol":"http","path":["api","v1","users","7","followers"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"8953591d-9801-4ad1-bfbd-d5c74c55ea50","name":"7번 유저의 팔로워 전체 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/7/followers"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:41:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userId\": 9,\n        \"userName\": \"medalOfDuty\",\n        \"profilePhotoUrl\": null\n    },\n    {\n        \"userId\": 89,\n        \"userName\": \"dddd1234\",\n        \"profilePhotoUrl\": null\n    },\n    {\n        \"userId\": 70,\n        \"userName\": \"test20\",\n        \"profilePhotoUrl\": null\n    },\n    {\n        \"userId\": 76,\n        \"userName\": \"test25\",\n        \"profilePhotoUrl\": null\n    }\n]"}],"_postman_id":"9eabd59d-7175-46fd-9059-ab8155e7b986"},{"name":"해당 user가 팔로잉 한 users 전체 조회","id":"f3393e2c-13af-44b3-8819-35fa2b603384","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/70/following","urlObject":{"protocol":"http","path":["api","v1","users","70","following"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"4cde7d4a-b5f9-4173-ac92-32c6268a4f6e","name":"70번 유저가 팔로잉 한 users 전체 조회","originalRequest":{"method":"GET","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/users/70/following"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:43:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"userId\": 7,\n        \"userName\": \"yeim\",\n        \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/sample.png\"\n    },\n    {\n        \"userId\": 91,\n        \"userName\": \"유저1\",\n        \"profilePhotoUrl\": \"https://team8-ahpuh.s3.ap-northeast-2.amazonaws.com/%EC%88%98%EB%B9%88_photo.png\"\n    }\n]"}],"_postman_id":"f3393e2c-13af-44b3-8819-35fa2b603384"}],"id":"d6e61853-1d8a-4c3b-ada2-200251b2059a","_postman_id":"d6e61853-1d8a-4c3b-ada2-200251b2059a","description":""},{"name":"LIKE","item":[{"name":"좋아요","id":"ce59e3e9-81c6-4317-b2f3-1aeafb9535e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/3/like","urlObject":{"protocol":"http","path":["api","v1","posts","3","like"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"9318c3ce-ed16-4c6c-ad7c-4f933b035d19","name":"3번 게시글 좋아요 등록","originalRequest":{"method":"POST","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/3/like"},"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":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 20 Dec 2021 08:44:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"225"}],"_postman_id":"ce59e3e9-81c6-4317-b2f3-1aeafb9535e4"},{"name":"좋아요 취소","id":"611d6777-adc7-4ca6-a666-5bc9a22a5122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/3/unlike/225","urlObject":{"protocol":"http","path":["api","v1","posts","3","unlike","225"],"host":["{{surf}}"],"query":[],"variable":[]}},"response":[{"id":"c490d4cd-783a-459b-98a9-3349610e661f","name":"3번 게시글 좋아요 취소 (like seq값 = 225)","originalRequest":{"method":"DELETE","header":[{"key":"token","value":"{{token}}","type":"text"}],"url":"http://{{surf}}/api/v1/posts/3/unlike/225"},"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":"Mon, 20 Dec 2021 08:45:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"611d6777-adc7-4ca6-a666-5bc9a22a5122"}],"id":"295bbe34-6428-4fb8-9e8b-aa9c03067ef0","_postman_id":"295bbe34-6428-4fb8-9e8b-aa9c03067ef0","description":""}]}