{"info":{"_postman_id":"ed438252-da33-4a79-ade8-660ce9a75162","name":"📁 KanbanBuzz","description":"<html><head></head><body><h3 id=\"효율적인-프로젝트를-위한-협업도구-kanbanbuzz\"><strong>효율적인 프로젝트를 위한 협업도구, \"KanbanBuzz\"</strong></h3>\n<p>KanbanBuzz에서는...</p>\n<ul>\n<li><p><code>보드</code> 생성</p>\n</li>\n<li><p><code>팀원</code> 초대</p>\n</li>\n<li><p>원하는 <code>컬럼</code> 생성</p>\n</li>\n<li><p>할 일 <code>카드</code> 생성</p>\n</li>\n<li><p>카드에 <code>댓글</code> 작성</p>\n</li>\n</ul>\n<p>등의 작업을 할 수 있어요 🔍</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"28179041","collectionId":"ed438252-da33-4a79-ade8-660ce9a75162","publishedId":"2sA3kPp4n3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-15T07:19:46.000Z"},"item":[{"name":"User","item":[{"name":"/api/user/login","id":"75725762-8663-4c5c-b264-30002c594cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"123@gmail.com\",\n    \"password\" : \"1234!@\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login","urlObject":{"protocol":"http","port":"8080","path":["api","user","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7aafcecd-787d-453d-b2ce-16fc122b1a15","name":"로그인 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"KanbanBuzz@email.com\",\n    \"password\" : \"Kanban123!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/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":"Authorization","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJLYW5iYW5CdXp6QGVtYWlsLmNvbSIsImV4cCI6MTcyMTAyODMwMywiaWF0IjoxNzIxMDI0NzAzfQ.8CALAe11q_zGcmbv95PDPU3_oK9_UJhFRGECEbC8pys"},{"key":"REFRESH_TOKEN_HEADER","value":"Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJLYW5iYW5CdXp6QGVtYWlsLmNvbSIsImV4cCI6MTcyMjIzNDMwMywiaWF0IjoxNzIxMDI0NzAzfQ.KPBL4Fman2k5F-5L8c8FI7KHUXdBwoNehXZCdvkUJMM"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:25:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"로그인 성공\",\n    \"data\": \"KanbanBuzz@email.com\"\n}"},{"id":"4b8d657b-6afa-47df-93f3-d36811cc7077","name":"로그인 실패","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\" : \"KanbanBuzz@email.com\",\n    \"password\" : \"Kanban123\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/login"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:25:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"인증정보를 찾을 수 없습니다.\"\n}"}],"_postman_id":"75725762-8663-4c5c-b264-30002c594cce"},{"name":"/api/user/register","id":"de007927-8ddd-4957-acba-bc5a47a9df42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"KanbanBuzz@email.com\",\n    \"password\":\"Kanban123!\",\n    \"name\":\"kanbanbuzz\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/register","urlObject":{"protocol":"http","port":"8080","path":["api","user","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"bf6b11a1-b0eb-4526-ab07-be65e29e7a9b","name":"회원가입 성공","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"KanbanBuzz@email.com\",\n    \"password\":\"Kanban123!\",\n    \"name\":\"kanbanbuzz\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/register"},"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":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:23:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"회원가입 성공\",\n    \"data\": {\n        \"email\": \"KanbanBuzz@email.com\",\n        \"password\": \"Kanban123!\",\n        \"name\": \"kanbanbuzz\",\n        \"manager\": false\n    }\n}"},{"id":"77035fb1-69d8-4789-b3d8-fe1381672cf8","name":"회원 가입 실패 (validation)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"KanbanBuzz@email.com\",\n    \"password\":\"!\",\n    \"name\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/user/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:23:43 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 400,\n    \"message\": {\n        \"password\": \"비밀번호는 8자 이상, 15자 이하이어야 합니다.\",\n        \"name\": \"이름은 필수 입력 값입니다.\"\n    }\n}"}],"_postman_id":"de007927-8ddd-4957-acba-bc5a47a9df42"},{"name":"/api/user/logout","id":"b70cd747-6031-4b98-b33b-b1219f0e07d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{customerToken}}","type":"text"}],"url":"http://localhost:8080/api/user/logout","urlObject":{"protocol":"http","port":"8080","path":["api","user","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"70e11c38-223f-4609-95c4-ddb1c2b535ff","name":"로그아웃 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/user/logout"},"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":"Authorization","value":""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Length","value":"19"},{"key":"Date","value":"Mon, 15 Jul 2024 06:26:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"로그아웃 성공"}],"_postman_id":"b70cd747-6031-4b98-b33b-b1219f0e07d1"}],"id":"182f04c0-fda5-4d82-a85b-f4057bb911dd","description":"<p>유저 관련 기능 API 입니다</p>\n","_postman_id":"182f04c0-fda5-4d82-a85b-f4057bb911dd"},{"name":"Board","item":[{"name":"/api/boards","id":"489cb3a7-8a4a-479e-b0e9-3b03b735eee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards","urlObject":{"protocol":"http","port":"8080","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"269ddee7-715b-4423-b5cb-4e133a9fc720","name":"보드 전체 조회 성공","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:37:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"보드 조회 완료\",\n    \"data\": [\n        {\n            \"name\": \"Lowe, Bogisich and Feest\",\n            \"bio\": \"reinvent scalable infrastructures\",\n            \"id\": 1\n        },\n        {\n            \"name\": \"Ward-Ward\",\n            \"bio\": \"extend interactive vortals!\",\n            \"id\": 2\n        },\n        {\n            \"name\": \"Medhurst, Leuschke and Thiel\",\n            \"bio\": \"redefine out-of-the-box supply-chains\",\n            \"id\": 3\n        },\n        {\n            \"name\": \"Prohaska, Koelpin and Willms\",\n            \"bio\": \"reintermediate out-of-the-box infomediaries\",\n            \"id\": 4\n        },\n        {\n            \"name\": \"Kub-Leffler\",\n            \"bio\": \"repurpose dot-com schemas\",\n            \"id\": 5\n        },\n        {\n            \"name\": \"Sauer Group\",\n            \"bio\": \"implement transparent architectures\",\n            \"id\": 6\n        },\n        {\n            \"name\": \"Robel Group\",\n            \"bio\": \"enable virtual e-markets\",\n            \"id\": 7\n        },\n        {\n            \"name\": \"Volkman and Sons\",\n            \"bio\": \"redefine vertical niches\",\n            \"id\": 8\n        },\n        {\n            \"name\": \"Koelpin, Johns and Price\",\n            \"bio\": \"reintermediate distributed mindshare\",\n            \"id\": 9\n        },\n        {\n            \"name\": \"Quigley Group\",\n            \"bio\": \"engage open-source web services\",\n            \"id\": 10\n        },\n        {\n            \"name\": \"Hauck-Crist\",\n            \"bio\": \"optimize customized technologies\",\n            \"id\": 11\n        },\n        {\n            \"name\": \"McKenzie, O'Connell and Lakin\",\n            \"bio\": \"disintermediate cutting-edge infomediaries\",\n            \"id\": 12\n        },\n        {\n            \"name\": \"West and Sons\",\n            \"bio\": \"recontextualize plug-and-play applications\",\n            \"id\": 13\n        },\n        {\n            \"name\": \"Jakubowski Inc\",\n            \"bio\": \"exploit strategic methodologies\",\n            \"id\": 14\n        },\n        {\n            \"name\": \"Bergstrom-Schmeler\",\n            \"bio\": \"streamline wireless systems\",\n            \"id\": 15\n        },\n        {\n            \"name\": \"Gleason, Schuppe and Haley\",\n            \"bio\": \"disintermediate cross-platform architectures\",\n            \"id\": 16\n        },\n        {\n            \"name\": \"Mann, Ferry and Schiller\",\n            \"bio\": \"evolve back-end action-items\",\n            \"id\": 17\n        },\n        {\n            \"name\": \"O'Reilly-Russel\",\n            \"bio\": \"evolve global web services\",\n            \"id\": 18\n        },\n        {\n            \"name\": \"Weimann-Barrows\",\n            \"bio\": \"harness robust e-markets\",\n            \"id\": 19\n        },\n        {\n            \"name\": \"Simonis, Heaney and Russel\",\n            \"bio\": \"implement impactful portals\",\n            \"id\": 20\n        },\n        {\n            \"name\": \"Nitzsche LLC\",\n            \"bio\": \"monetize front-end metrics\",\n            \"id\": 21\n        },\n        {\n            \"name\": \"Hermann and Sons\",\n            \"bio\": \"optimize 24/365 systems\",\n            \"id\": 22\n        },\n        {\n            \"name\": \"Schulist and Sons\",\n            \"bio\": \"syndicate turn-key mindshare\",\n            \"id\": 23\n        },\n        {\n            \"name\": \"Nicolas-Ankunding\",\n            \"bio\": \"exploit web-enabled users\",\n            \"id\": 24\n        },\n        {\n            \"name\": \"Welch-Smitham\",\n            \"bio\": \"unleash visionary content\",\n            \"id\": 25\n        },\n        {\n            \"name\": \"Corwin, Parisian and Thiel\",\n            \"bio\": \"target clicks-and-mortar schemas\",\n            \"id\": 26\n        },\n        {\n            \"name\": \"Paucek-Kuhic\",\n            \"bio\": \"generate bricks-and-clicks partnerships\",\n            \"id\": 27\n        },\n        {\n            \"name\": \"Reinger-Fadel\",\n            \"bio\": \"orchestrate magnetic deliverables\",\n            \"id\": 28\n        },\n        {\n            \"name\": \"Greenholt, Mills and Ritchie\",\n            \"bio\": \"utilize global models\",\n            \"id\": 29\n        },\n        {\n            \"name\": \"Graham-Lind\",\n            \"bio\": \"orchestrate sexy channels\",\n            \"id\": 30\n        },\n        {\n            \"name\": \"Hauck, Haley and Kunde\",\n            \"bio\": \"engineer best-of-breed e-business\",\n            \"id\": 31\n        },\n        {\n            \"name\": \"Stamm, Reichert and Yundt\",\n            \"bio\": \"synergize B2C metrics\",\n            \"id\": 32\n        },\n        {\n            \"name\": \"Auer, VonRueden and Schulist\",\n            \"bio\": \"transition world-class vortals\",\n            \"id\": 33\n        },\n        {\n            \"name\": \"Rath Group\",\n            \"bio\": \"redefine proactive infrastructures\",\n            \"id\": 34\n        },\n        {\n            \"name\": \"Muller-Beatty\",\n            \"bio\": \"enable proactive applications\",\n            \"id\": 35\n        },\n        {\n            \"name\": \"Sporer-Collier\",\n            \"bio\": \"recontextualize seamless e-markets\",\n            \"id\": 36\n        },\n        {\n            \"name\": \"Howell Inc\",\n            \"bio\": \"brand enterprise e-business\",\n            \"id\": 37\n        },\n        {\n            \"name\": \"Parker, Howell and Durgan\",\n            \"bio\": \"scale wireless technologies\",\n            \"id\": 38\n        },\n        {\n            \"name\": \"Little and Sons\",\n            \"bio\": \"optimize extensible applications\",\n            \"id\": 39\n        },\n        {\n            \"name\": \"Christiansen-Schimmel\",\n            \"bio\": \"target distributed channels\",\n            \"id\": 40\n        },\n        {\n            \"name\": \"MacGyver-Spencer\",\n            \"bio\": \"envisioneer viral architectures\",\n            \"id\": 41\n        },\n        {\n            \"name\": \"Stamm LLC\",\n            \"bio\": \"strategize 24/365 e-markets\",\n            \"id\": 42\n        },\n        {\n            \"name\": \"Koelpin, Reichert and Marks\",\n            \"bio\": \"redefine rich systems\",\n            \"id\": 43\n        },\n        {\n            \"name\": \"Pouros Group\",\n            \"bio\": \"streamline B2B communities\",\n            \"id\": 44\n        },\n        {\n            \"name\": \"Halvorson, Trantow and Kemmer\",\n            \"bio\": \"leverage compelling eyeballs\",\n            \"id\": 45\n        },\n        {\n            \"name\": \"Towne, Stehr and Keeling\",\n            \"bio\": \"architect world-class portals\",\n            \"id\": 46\n        },\n        {\n            \"name\": \"Berge Group\",\n            \"bio\": \"incubate ubiquitous ROI\",\n            \"id\": 47\n        },\n        {\n            \"name\": \"Johnson-Williamson\",\n            \"bio\": \"strategize open-source e-tailers\",\n            \"id\": 48\n        },\n        {\n            \"name\": \"Schimmel Inc\",\n            \"bio\": \"synergize visionary eyeballs\",\n            \"id\": 49\n        },\n        {\n            \"name\": \"Denesik, Marquardt and Roob\",\n            \"bio\": \"repurpose user-centric networks\",\n            \"id\": 50\n        },\n        {\n            \"name\": \"Morissette Inc\",\n            \"bio\": \"streamline plug-and-play schemas\",\n            \"id\": 51\n        },\n        {\n            \"name\": \"Will, McCullough and Hansen\",\n            \"bio\": \"recontextualize granular applications\",\n            \"id\": 52\n        },\n        {\n            \"name\": \"Dach, Ziemann and Willms\",\n            \"bio\": \"revolutionize magnetic technologies\",\n            \"id\": 53\n        },\n        {\n            \"name\": \"Adams Group\",\n            \"bio\": \"redefine end-to-end infomediaries\",\n            \"id\": 54\n        },\n        {\n            \"name\": \"Robel-Lehner\",\n            \"bio\": \"enable web-enabled networks\",\n            \"id\": 55\n        },\n        {\n            \"name\": \"Effertz-Mante\",\n            \"bio\": \"evolve sticky relationships\",\n            \"id\": 56\n        },\n        {\n            \"name\": \"Koss, Cormier and Keebler\",\n            \"bio\": \"brand compelling communities\",\n            \"id\": 57\n        },\n        {\n            \"name\": \"Zboncak Group\",\n            \"bio\": \"integrate virtual initiatives\",\n            \"id\": 58\n        },\n        {\n            \"name\": \"Dickens and Sons\",\n            \"bio\": \"unleash impactful ROI\",\n            \"id\": 59\n        },\n        {\n            \"name\": \"Yundt-Roob\",\n            \"bio\": \"revolutionize value-added methodologies\",\n            \"id\": 60\n        },\n        {\n            \"name\": \"Hermann Group\",\n            \"bio\": \"integrate world-class networks\",\n            \"id\": 61\n        },\n        {\n            \"name\": \"Goldner Group\",\n            \"bio\": \"streamline innovative niches\",\n            \"id\": 62\n        },\n        {\n            \"name\": \"Keeling Inc\",\n            \"bio\": \"transform integrated vortals\",\n            \"id\": 63\n        },\n        {\n            \"name\": \"Ziemann, Walsh and Lynch\",\n            \"bio\": \"target open-source infrastructures\",\n            \"id\": 64\n        },\n        {\n            \"name\": \"Lakin, Marvin and Metz\",\n            \"bio\": \"strategize impactful mindshare\",\n            \"id\": 65\n        },\n        {\n            \"name\": \"Rutherford Group\",\n            \"bio\": \"repurpose 24/7 portals\",\n            \"id\": 66\n        },\n        {\n            \"name\": \"Cremin, Predovic and Jenkins\",\n            \"bio\": \"grow transparent bandwidth\",\n            \"id\": 67\n        },\n        {\n            \"name\": \"Gusikowski LLC\",\n            \"bio\": \"orchestrate visionary bandwidth\",\n            \"id\": 68\n        },\n        {\n            \"name\": \"DuBuque, Feest and Pfannerstill\",\n            \"bio\": \"transition scalable synergies\",\n            \"id\": 69\n        },\n        {\n            \"name\": \"Schmitt-Monahan\",\n            \"bio\": \"target cutting-edge solutions\",\n            \"id\": 70\n        },\n        {\n            \"name\": \"Flatley-Leuschke\",\n            \"bio\": \"e-enable e-business platforms\",\n            \"id\": 71\n        },\n        {\n            \"name\": \"Corwin, O'Connell and Hodkiewicz\",\n            \"bio\": \"recontextualize out-of-the-box communities\",\n            \"id\": 72\n        },\n        {\n            \"name\": \"Herzog, Fadel and Ernser\",\n            \"bio\": \"reinvent killer technologies\",\n            \"id\": 73\n        },\n        {\n            \"name\": \"Feest and Sons\",\n            \"bio\": \"benchmark cross-media technologies\",\n            \"id\": 74\n        },\n        {\n            \"name\": \"Macejkovic-Frami\",\n            \"bio\": \"disintermediate visionary partnerships\",\n            \"id\": 75\n        },\n        {\n            \"name\": \"Wintheiser Inc\",\n            \"bio\": \"reinvent 24/365 methodologies\",\n            \"id\": 76\n        },\n        {\n            \"name\": \"Littel Group\",\n            \"bio\": \"expedite intuitive platforms\",\n            \"id\": 77\n        },\n        {\n            \"name\": \"Kihn Inc\",\n            \"bio\": \"engineer transparent bandwidth\",\n            \"id\": 78\n        },\n        {\n            \"name\": \"Kris, Funk and Heidenreich\",\n            \"bio\": \"maximize distributed paradigms\",\n            \"id\": 79\n        },\n        {\n            \"name\": \"Nolan-Volkman\",\n            \"bio\": \"productize innovative users\",\n            \"id\": 80\n        },\n        {\n            \"name\": \"Macejkovic, Moen and Dibbert\",\n            \"bio\": \"deploy granular mindshare\",\n            \"id\": 81\n        },\n        {\n            \"name\": \"Kemmer, Kling and Aufderhar\",\n            \"bio\": \"leverage front-end convergence\",\n            \"id\": 82\n        },\n        {\n            \"name\": \"Pollich, Thiel and Metz\",\n            \"bio\": \"syndicate end-to-end architectures\",\n            \"id\": 83\n        },\n        {\n            \"name\": \"Kozey LLC\",\n            \"bio\": \"monetize sticky eyeballs\",\n            \"id\": 84\n        },\n        {\n            \"name\": \"Bergstrom, Zboncak and Collier\",\n            \"bio\": \"whiteboard intuitive initiatives\",\n            \"id\": 85\n        },\n        {\n            \"name\": \"Reinger, Medhurst and Hilll\",\n            \"bio\": \"morph granular experiences\",\n            \"id\": 86\n        },\n        {\n            \"name\": \"Orn LLC\",\n            \"bio\": \"facilitate synergistic applications\",\n            \"id\": 87\n        },\n        {\n            \"name\": \"Bechtelar-Bednar\",\n            \"bio\": \"target B2C deliverables\",\n            \"id\": 88\n        },\n        {\n            \"name\": \"Williamson Group\",\n            \"bio\": \"grow 24/7 deliverables\",\n            \"id\": 89\n        },\n        {\n            \"name\": \"Jast-Feeney\",\n            \"bio\": \"enable frictionless channels\",\n            \"id\": 90\n        },\n        {\n            \"name\": \"Hammes LLC\",\n            \"bio\": \"matrix sticky e-commerce\",\n            \"id\": 91\n        },\n        {\n            \"name\": \"Blick, Larson and Hodkiewicz\",\n            \"bio\": \"scale innovative web services\",\n            \"id\": 92\n        },\n        {\n            \"name\": \"Torphy-Orn\",\n            \"bio\": \"recontextualize efficient deliverables\",\n            \"id\": 93\n        },\n        {\n            \"name\": \"Price Inc\",\n            \"bio\": \"reintermediate synergistic experiences\",\n            \"id\": 94\n        },\n        {\n            \"name\": \"Bahringer Inc\",\n            \"bio\": \"evolve plug-and-play channels\",\n            \"id\": 95\n        },\n        {\n            \"name\": \"Ryan, Bernhard and White\",\n            \"bio\": \"seize enterprise portals\",\n            \"id\": 96\n        },\n        {\n            \"name\": \"Gottlieb and Sons\",\n            \"bio\": \"productize bricks-and-clicks initiatives\",\n            \"id\": 97\n        },\n        {\n            \"name\": \"Nienow and Sons\",\n            \"bio\": \"generate enterprise vortals\",\n            \"id\": 98\n        },\n        {\n            \"name\": \"Rutherford, Schuster and Kuhn\",\n            \"bio\": \"incentivize dot-com niches\",\n            \"id\": 99\n        },\n        {\n            \"name\": \"Mayert-Upton\",\n            \"bio\": \"recontextualize intuitive e-commerce\",\n            \"id\": 100\n        },\n        {\n            \"name\": \"Cummings, Jacobs and Monahan\",\n            \"bio\": \"benchmark extensible action-items\",\n            \"id\": 101\n        },\n        {\n            \"name\": \"Rodriguez Group\",\n            \"bio\": \"iterate scalable applications\",\n            \"id\": 102\n        },\n        {\n            \"name\": \"O'Conner, Runte and Durgan\",\n            \"bio\": \"mesh plug-and-play infomediaries\",\n            \"id\": 103\n        },\n        {\n            \"name\": \"Dare, Bauch and Labadie\",\n            \"bio\": \"enable customized markets\",\n            \"id\": 104\n        },\n        {\n            \"name\": \"Turcotte, Hickle and Kunde\",\n            \"bio\": \"mesh web-enabled e-commerce\",\n            \"id\": 105\n        },\n        {\n            \"name\": \"Borer-Hyatt\",\n            \"bio\": \"implement distributed infrastructures\",\n            \"id\": 106\n        },\n        {\n            \"name\": \"Donnelly, O'Keefe and Strosin\",\n            \"bio\": \"e-enable leading-edge users\",\n            \"id\": 107\n        },\n        {\n            \"name\": \"Purdy Inc\",\n            \"bio\": \"exploit bricks-and-clicks content\",\n            \"id\": 108\n        },\n        {\n            \"name\": \"Kerluke and Sons\",\n            \"bio\": \"visualize enterprise schemas\",\n            \"id\": 109\n        },\n        {\n            \"name\": \"Reichert LLC\",\n            \"bio\": \"implement compelling metrics\",\n            \"id\": 110\n        },\n        {\n            \"name\": \"Gleason, Auer and Hoeger\",\n            \"bio\": \"enhance virtual e-commerce\",\n            \"id\": 111\n        },\n        {\n            \"name\": \"Dickens, Dibbert and Jacobson\",\n            \"bio\": \"benchmark vertical initiatives\",\n            \"id\": 112\n        },\n        {\n            \"name\": \"Thiel, Nienow and Hickle\",\n            \"bio\": \"integrate customized initiatives\",\n            \"id\": 113\n        },\n        {\n            \"name\": \"Stoltenberg, Wuckert and Bogisich\",\n            \"bio\": \"architect end-to-end applications\",\n            \"id\": 114\n        },\n        {\n            \"name\": \"Grady-Turner\",\n            \"bio\": \"repurpose plug-and-play partnerships\",\n            \"id\": 115\n        },\n        {\n            \"name\": \"Wintheiser LLC\",\n            \"bio\": \"facilitate seamless models\",\n            \"id\": 116\n        },\n        {\n            \"name\": \"Morar and Sons\",\n            \"bio\": \"iterate world-class methodologies\",\n            \"id\": 117\n        },\n        {\n            \"name\": \"Jacobson, Leannon and Moen\",\n            \"bio\": \"drive sexy ROI\",\n            \"id\": 118\n        },\n        {\n            \"name\": \"Rogahn, Wyman and Rice\",\n            \"bio\": \"streamline granular partnerships\",\n            \"id\": 119\n        },\n        {\n            \"name\": \"Cassin, Auer and Huels\",\n            \"bio\": \"brand bleeding-edge web services\",\n            \"id\": 120\n        },\n        {\n            \"name\": \"Brakus, Welch and Greenholt\",\n            \"bio\": \"engage world-class functionalities\",\n            \"id\": 121\n        },\n        {\n            \"name\": \"Kemmer Inc\",\n            \"bio\": \"leverage robust e-tailers\",\n            \"id\": 122\n        },\n        {\n            \"name\": \"Schneider Group\",\n            \"bio\": \"mesh interactive web-readiness\",\n            \"id\": 123\n        },\n        {\n            \"name\": \"Runolfsdottir, Murphy and Gislason\",\n            \"bio\": \"e-enable B2C communities\",\n            \"id\": 124\n        },\n        {\n            \"name\": \"Dietrich-Bins\",\n            \"bio\": \"brand e-business platforms\",\n            \"id\": 125\n        },\n        {\n            \"name\": \"Rowe-Kirlin\",\n            \"bio\": \"recontextualize mission-critical initiatives\",\n            \"id\": 126\n        },\n        {\n            \"name\": \"D'Amore LLC\",\n            \"bio\": \"benchmark B2C models\",\n            \"id\": 127\n        },\n        {\n            \"name\": \"Lebsack, Ebert and Schamberger\",\n            \"bio\": \"optimize real-time platforms\",\n            \"id\": 128\n        },\n        {\n            \"name\": \"Beatty and Sons\",\n            \"bio\": \"engage robust mindshare\",\n            \"id\": 129\n        },\n        {\n            \"name\": \"Volkman-Hermann\",\n            \"bio\": \"disintermediate frictionless networks\",\n            \"id\": 130\n        },\n        {\n            \"name\": \"Witting-Blanda\",\n            \"bio\": \"transition viral eyeballs\",\n            \"id\": 131\n        },\n        {\n            \"name\": \"Krajcik-Mueller\",\n            \"bio\": \"utilize frictionless e-services\",\n            \"id\": 132\n        },\n        {\n            \"name\": \"Morar, Frami and Collins\",\n            \"bio\": \"unleash integrated applications\",\n            \"id\": 133\n        },\n        {\n            \"name\": \"Gutkowski, Herzog and Johns\",\n            \"bio\": \"strategize vertical deliverables\",\n            \"id\": 134\n        },\n        {\n            \"name\": \"Hoeger and Sons\",\n            \"bio\": \"leverage global architectures\",\n            \"id\": 135\n        },\n        {\n            \"name\": \"Hauck LLC\",\n            \"bio\": \"productize global niches\",\n            \"id\": 136\n        },\n        {\n            \"name\": \"Pouros, Hilll and Prohaska\",\n            \"bio\": \"productize rich technologies\",\n            \"id\": 137\n        },\n        {\n            \"name\": \"Blanda, Kuvalis and Harris\",\n            \"bio\": \"grow back-end content\",\n            \"id\": 138\n        },\n        {\n            \"name\": \"Turner, Mitchell and Jones\",\n            \"bio\": \"optimize revolutionary functionalities\",\n            \"id\": 139\n        },\n        {\n            \"name\": \"Windler-Block\",\n            \"bio\": \"benchmark compelling mindshare\",\n            \"id\": 140\n        },\n        {\n            \"name\": \"Gorczany, Langosh and Stanton\",\n            \"bio\": \"aggregate 24/7 functionalities\",\n            \"id\": 141\n        },\n        {\n            \"name\": \"Kertzmann-Romaguera\",\n            \"bio\": \"seize enterprise methodologies\",\n            \"id\": 142\n        },\n        {\n            \"name\": \"Leffler, Legros and Runolfsson\",\n            \"bio\": \"integrate bricks-and-clicks web-readiness\",\n            \"id\": 143\n        },\n        {\n            \"name\": \"Schuster-McGlynn\",\n            \"bio\": \"deploy sexy web-readiness\",\n            \"id\": 144\n        },\n        {\n            \"name\": \"Swift, Schaden and Padberg\",\n            \"bio\": \"disintermediate e-business eyeballs\",\n            \"id\": 145\n        },\n        {\n            \"name\": \"Schimmel-Kovacek\",\n            \"bio\": \"redefine cross-platform functionalities\",\n            \"id\": 146\n        },\n        {\n            \"name\": \"Quigley LLC\",\n            \"bio\": \"unleash vertical niches\",\n            \"id\": 147\n        },\n        {\n            \"name\": \"Nader-Walter\",\n            \"bio\": \"enable collaborative infomediaries\",\n            \"id\": 148\n        },\n        {\n            \"name\": \"Braun Inc\",\n            \"bio\": \"syndicate robust e-business\",\n            \"id\": 149\n        },\n        {\n            \"name\": \"Gorczany and Sons\",\n            \"bio\": \"expedite seamless e-business\",\n            \"id\": 150\n        },\n        {\n            \"name\": \"Green, Ankunding and Bergstrom\",\n            \"bio\": \"embrace real-time vortals\",\n            \"id\": 151\n        },\n        {\n            \"name\": \"Jast Group\",\n            \"bio\": \"grow synergistic architectures\",\n            \"id\": 152\n        },\n        {\n            \"name\": \"Hills, Armstrong and Lueilwitz\",\n            \"bio\": \"grow scalable platforms\",\n            \"id\": 153\n        },\n        {\n            \"name\": \"Hackett, Mohr and Lowe\",\n            \"bio\": \"optimize holistic relationships\",\n            \"id\": 154\n        },\n        {\n            \"name\": \"Collier, Kris and McLaughlin\",\n            \"bio\": \"unleash virtual schemas\",\n            \"id\": 155\n        },\n        {\n            \"name\": \"Conroy LLC\",\n            \"bio\": \"leverage dot-com functionalities\",\n            \"id\": 156\n        },\n        {\n            \"name\": \"Spencer, Monahan and Schmitt\",\n            \"bio\": \"integrate front-end vortals\",\n            \"id\": 157\n        },\n        {\n            \"name\": \"Okuneva, Wuckert and Welch\",\n            \"bio\": \"grow one-to-one portals\",\n            \"id\": 158\n        },\n        {\n            \"name\": \"Kuhn-Kuhic\",\n            \"bio\": \"optimize transparent relationships\",\n            \"id\": 159\n        },\n        {\n            \"name\": \"Mayert Inc\",\n            \"bio\": \"unleash back-end markets\",\n            \"id\": 160\n        },\n        {\n            \"name\": \"Collins, Crona and Oberbrunner\",\n            \"bio\": \"visualize synergistic e-commerce\",\n            \"id\": 161\n        },\n        {\n            \"name\": \"Runolfsson-Wolf\",\n            \"bio\": \"generate wireless schemas\",\n            \"id\": 162\n        },\n        {\n            \"name\": \"Breitenberg-Corwin\",\n            \"bio\": \"brand innovative bandwidth\",\n            \"id\": 163\n        },\n        {\n            \"name\": \"Cartwright, Mann and Kiehn\",\n            \"bio\": \"envisioneer interactive e-markets\",\n            \"id\": 164\n        },\n        {\n            \"name\": \"Leannon-Rath\",\n            \"bio\": \"maximize integrated paradigms\",\n            \"id\": 165\n        },\n        {\n            \"name\": \"Boyer, Collins and Predovic\",\n            \"bio\": \"deploy bricks-and-clicks technologies\",\n            \"id\": 166\n        },\n        {\n            \"name\": \"White, Stoltenberg and Anderson\",\n            \"bio\": \"synergize enterprise bandwidth\",\n            \"id\": 167\n        },\n        {\n            \"name\": \"Ondricka, Gutmann and Wisoky\",\n            \"bio\": \"orchestrate bleeding-edge platforms\",\n            \"id\": 168\n        },\n        {\n            \"name\": \"Herzog Group\",\n            \"bio\": \"target e-business e-business\",\n            \"id\": 169\n        },\n        {\n            \"name\": \"O'Connell-Schaden\",\n            \"bio\": \"productize visionary web services\",\n            \"id\": 170\n        },\n        {\n            \"name\": \"VonRueden, Goyette and Runte\",\n            \"bio\": \"visualize back-end solutions\",\n            \"id\": 171\n        },\n        {\n            \"name\": \"Herzog-Gottlieb\",\n            \"bio\": \"redefine real-time functionalities\",\n            \"id\": 172\n        },\n        {\n            \"name\": \"Dickens-Reinger\",\n            \"bio\": \"deploy robust markets\",\n            \"id\": 173\n        },\n        {\n            \"name\": \"Fay Inc\",\n            \"bio\": \"utilize one-to-one e-markets\",\n            \"id\": 174\n        },\n        {\n            \"name\": \"Nienow-Olson\",\n            \"bio\": \"envisioneer real-time deliverables\",\n            \"id\": 175\n        },\n        {\n            \"name\": \"Sawayn-Hilpert\",\n            \"bio\": \"transform cutting-edge schemas\",\n            \"id\": 176\n        },\n        {\n            \"name\": \"Bartoletti-Denesik\",\n            \"bio\": \"engineer integrated methodologies\",\n            \"id\": 177\n        },\n        {\n            \"name\": \"Jones-Dickinson\",\n            \"bio\": \"whiteboard distributed vortals\",\n            \"id\": 178\n        },\n        {\n            \"name\": \"Stroman LLC\",\n            \"bio\": \"leverage cutting-edge applications\",\n            \"id\": 179\n        },\n        {\n            \"name\": \"VonRueden, Brown and Stokes\",\n            \"bio\": \"benchmark visionary functionalities\",\n            \"id\": 180\n        },\n        {\n            \"name\": \"Littel and Sons\",\n            \"bio\": \"deploy turn-key solutions\",\n            \"id\": 181\n        },\n        {\n            \"name\": \"Raynor Group\",\n            \"bio\": \"aggregate interactive vortals\",\n            \"id\": 182\n        },\n        {\n            \"name\": \"Hudson and Sons\",\n            \"bio\": \"expedite synergistic eyeballs\",\n            \"id\": 183\n        },\n        {\n            \"name\": \"Cartwright, Green and Hackett\",\n            \"bio\": \"empower vertical experiences\",\n            \"id\": 184\n        },\n        {\n            \"name\": \"Funk, Fay and Kassulke\",\n            \"bio\": \"seize granular channels\",\n            \"id\": 185\n        },\n        {\n            \"name\": \"Raynor-Torp\",\n            \"bio\": \"brand cross-media models\",\n            \"id\": 186\n        },\n        {\n            \"name\": \"Doyle LLC\",\n            \"bio\": \"disintermediate next-generation bandwidth\",\n            \"id\": 187\n        },\n        {\n            \"name\": \"Douglas-Farrell\",\n            \"bio\": \"reintermediate real-time eyeballs\",\n            \"id\": 188\n        },\n        {\n            \"name\": \"Reinger, Johnston and Lebsack\",\n            \"bio\": \"streamline value-added web-readiness\",\n            \"id\": 189\n        },\n        {\n            \"name\": \"Stanton, Wilderman and Labadie\",\n            \"bio\": \"embrace killer convergence\",\n            \"id\": 190\n        },\n        {\n            \"name\": \"Daniel, Walter and Mayer\",\n            \"bio\": \"integrate virtual bandwidth\",\n            \"id\": 191\n        },\n        {\n            \"name\": \"Feil Group\",\n            \"bio\": \"revolutionize magnetic partnerships\",\n            \"id\": 192\n        },\n        {\n            \"name\": \"Sipes and Sons\",\n            \"bio\": \"aggregate web-enabled platforms\",\n            \"id\": 193\n        },\n        {\n            \"name\": \"Streich-Yost\",\n            \"bio\": \"architect granular architectures\",\n            \"id\": 194\n        },\n        {\n            \"name\": \"Toy-Leffler\",\n            \"bio\": \"repurpose one-to-one content\",\n            \"id\": 195\n        },\n        {\n            \"name\": \"Blick-Larson\",\n            \"bio\": \"envisioneer integrated infrastructures\",\n            \"id\": 196\n        },\n        {\n            \"name\": \"Conn Inc\",\n            \"bio\": \"target B2C methodologies\",\n            \"id\": 197\n        },\n        {\n            \"name\": \"Lockman-Altenwerth\",\n            \"bio\": \"cultivate robust relationships\",\n            \"id\": 198\n        },\n        {\n            \"name\": \"Cormier, Klein and Smitham\",\n            \"bio\": \"morph rich experiences\",\n            \"id\": 199\n        },\n        {\n            \"name\": \"Lockman-Keebler\",\n            \"bio\": \"synthesize integrated infrastructures\",\n            \"id\": 200\n        }\n    ]\n}"}],"_postman_id":"489cb3a7-8a4a-479e-b0e9-3b03b735eee5"},{"name":"/api/boards/{boardId}","id":"75d887dd-f2bf-48c8-bc52-db0aebbf8c93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1","urlObject":{"protocol":"http","port":"8080","path":["api","boards","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"66089604-d5bb-4a58-8492-d8dffc08dc61","name":"보드 단일 조회 성공","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:37:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"단일 조회 완료\",\n    \"data\": {\n        \"name\": \"Lowe, Bogisich and Feest\",\n        \"bio\": \"reinvent scalable infrastructures\",\n        \"id\": 1\n    }\n}"},{"id":"218a8e17-7a40-464e-b5d3-daf74c2b0a81","name":"보드 조회 실패 (존재하지 않는 보드)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/300"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:38:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"보드가 존재하지 않습니다.\"\n}"}],"_postman_id":"75d887dd-f2bf-48c8-bc52-db0aebbf8c93"},{"name":"/api/boards","id":"b4ee6f3b-c850-4590-b2c7-da1ba948ab20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"KanbanBuzz\",\n    \"bio\":\"칸반보드 만듭니다~\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards","urlObject":{"protocol":"http","port":"8080","path":["api","boards"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f2357c6d-cf49-45f3-876d-2ee171e94feb","name":"보드 생성 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"KanbanBuzz\",\n    \"bio\":\"칸반보드 만듭니다~\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:38:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"201번째 보드 생성 완료\",\n    \"data\": 201\n}"},{"id":"57397f9f-7c73-439b-8a2a-f28a16078fd5","name":"보드 생성 실패 (권한 없음)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"KanbanBuzz\",\n    \"bio\":\"칸반보드 만듭니다~\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 07:03:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"b4ee6f3b-c850-4590-b2c7-da1ba948ab20"},{"name":"/api/boards/{boardId}","id":"9ba98f0e-d1ea-466d-904c-678956cdad44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"KanbanBuzz\",\n    \"bio\":\"수정한 칸반보드\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/203","urlObject":{"protocol":"http","port":"8080","path":["api","boards","203"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4ec33a80-b10a-4805-9d3c-e98beb528be0","name":"보드 수정 성공","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"KanbanBuzz\",\n    \"bio\":\"수정한 칸반보드\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/201"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:39:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"201번째 보드 수정 완료\",\n    \"data\": {\n        \"name\": \"KanbanBuzz\",\n        \"bio\": \"수정한 칸반보드\",\n        \"id\": 201\n    }\n}"},{"id":"3bbc1e65-43c6-4bc1-b8d8-a7d95a09ee53","name":"보드 수정 실패 (존재하지 않는 보드)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"KanbanBuzz\",\n    \"bio\":\"수정한 칸반보드\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/203"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:43:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"보드가 존재하지 않습니다.\"\n}"},{"id":"da23e250-90c7-460c-8aff-f53781d00c6b","name":"보드 수정 실패 (권한 없음)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"KanbanBuzz\",\n    \"bio\":\"수정한 칸반보드\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/203"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 07:03:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"9ba98f0e-d1ea-466d-904c-678956cdad44"},{"name":"/api/boards/{boardId}","id":"cc3d5e47-51e8-4c09-9aa1-bf68217edc57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/201","urlObject":{"protocol":"http","port":"8080","path":["api","boards","201"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"31f4d2d7-7b88-469c-8b51-a015b2616c76","name":"보드 삭제 성공","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/201"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:39:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"201번째 보드 삭제 완료\",\n    \"data\": 201\n}"},{"id":"43218e08-d513-471f-a9d2-a5677bf866b4","name":"보드 삭제 실패 (존재하지 않는 보드)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/201"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:43:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"보드가 존재하지 않습니다.\"\n}"},{"id":"46257fa3-733e-480f-a240-906a3938e38c","name":"보드 삭제 실패 (권한 없음)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/201"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 07:04:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"cc3d5e47-51e8-4c09-9aa1-bf68217edc57"},{"name":"/api/boards/{boardId}/invitation?userEmail={email}","id":"93b53090-c250-4f85-a03f-1a09e92b9063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1/invitation?email=kh010114@naver.com","urlObject":{"protocol":"http","port":"8080","path":["api","boards","1","invitation"],"host":["localhost"],"query":[{"key":"email","value":"kh010114@naver.com"}],"variable":[]}},"response":[{"id":"2fc0d17d-d2a1-4adb-8985-c24e98f7a922","name":"회원 초대 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":{"raw":"http://localhost:8080/api/boards/3/invitation?userEmail=KanbanBuzz@email.com","protocol":"http","host":["localhost"],"port":"8080","path":["api","boards","3","invitation"],"query":[{"key":"userEmail","value":"KanbanBuzz@email.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:35:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"3번째 보드에KanbanBuzz@email.com 회원 초대를 완료하였습니다.\",\n    \"data\": 3\n}"},{"id":"318770b4-386b-4e56-859b-d6be992a61ce","name":"회원 초대 실패 (이미 존재)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":{"raw":"http://localhost:8080/api/boards/3/invitation?userEmail=KanbanBuzz@email.com","protocol":"http","host":["localhost"],"port":"8080","path":["api","boards","3","invitation"],"query":[{"key":"userEmail","value":"KanbanBuzz@email.com"}]}},"status":"Already Reported (WebDAV) (RFC 5842)","code":208,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:36:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 208,\n    \"message\": \"이미 존재하는 이메일 입니다.\"\n}"},{"id":"94d126ef-d10d-457b-8e38-8e29d81f3bd2","name":"회원 초대 실패 (권한 없음)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":{"raw":"http://localhost:8080/api/boards/3/invitation?userEmail=1234@email.com","protocol":"http","host":["localhost"],"port":"8080","path":["api","boards","3","invitation"],"query":[{"key":"userEmail","value":"1234@email.com"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 07:04:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"93b53090-c250-4f85-a03f-1a09e92b9063"}],"id":"8afa4a2a-0deb-4c99-9879-bb3aa5ce73e5","description":"<p>보드 관련 기능 API 입니다</p>\n","_postman_id":"8afa4a2a-0deb-4c99-9879-bb3aa5ce73e5"},{"name":"Column","item":[{"name":"/api/boards/{boardId}/columns","id":"bfe2371f-0901-4bf6-8f5a-2274dd4e7193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"statusName\" : \"긴급\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/1/columns","urlObject":{"protocol":"http","port":"8080","path":["api","boards","1","columns"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d9271386-7000-475a-8831-b58280c3090a","name":"컬럼 추가 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"statusName\" : \"긴급\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/1/columns"},"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":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 13:35:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"컬럼이 추가되었습니다.\",\n    \"data\": {\n        \"statusName\": \"긴급\"\n    }\n}"},{"id":"3fba3165-9e58-46c4-a646-58553eb5bad8","name":"컬럼 추가 실패 (이미 존재하는 컬럼)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"statusName\" : \"긴급\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/1/columns"},"status":"Locked (WebDAV) (RFC 4918)","code":423,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 13:36:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 423,\n    \"message\": \"이미 존재하는 컬럼명입니다.\"\n}"},{"id":"c8fc2571-7fbe-4615-b938-0583a2420b62","name":"컬럼 추가 실패 (권한 없음)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"statusName\" : \"긴급\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/67/columns"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 07:05:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"bfe2371f-0901-4bf6-8f5a-2274dd4e7193"},{"name":"/api/boards/1/columns/reorder","id":"ee58632b-1352-4e4e-8e1e-5de911d9d1a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id[]","value":"52","type":"text"},{"key":"id[]","value":"61","type":"text"},{"key":"id[]","value":"502","type":"text"}]},"url":"http://localhost:8080/api/boards/1/columns/reorder","urlObject":{"protocol":"http","port":"8080","path":["api","boards","1","columns","reorder"],"host":["localhost"],"query":[{"disabled":true,"key":"id[]","value":"52, 60, 133"}],"variable":[]}},"response":[{"id":"c8e643b2-a475-43fd-9330-2825c6e39ebd","name":"컬럼 정렬 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"id[]","value":"52","type":"text"},{"key":"id[]","value":"61","type":"text"},{"key":"id[]","value":"502","type":"text"}]},"url":"http://localhost:8080/api/boards/1/columns/reorder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:41:58 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"컬럼이 정렬되었습니다.\",\n    \"data\": 1\n}"}],"_postman_id":"ee58632b-1352-4e4e-8e1e-5de911d9d1a9"},{"name":"/api/boards/{boardId}/columns/{columnId}","id":"aad47b11-4114-4c5b-9470-5bc67d558504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"statusName\" : \"긴급\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/67/columns/27","urlObject":{"protocol":"http","port":"8080","path":["api","boards","67","columns","27"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ec6426f2-508f-4280-86e7-e524725aefee","name":"컬럼 삭제 성공","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1/columns/61"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:42:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"컬럼이 삭제되었습니다.\",\n    \"data\": 61\n}"},{"id":"74dcfa3f-32f1-471d-8fc5-5dfb0ff8e93d","name":"컬럼 삭제 실패 (존재하지 않는 컬럼)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1/columns/61"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:43:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"해당 칼럼이 존재하지 않습니다.\"\n}"},{"id":"8f6bcd54-1cb5-4647-a38b-616439a1a17e","name":"컬럼 삭제 실패 (권한 없음)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1/columns/52"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 07:05:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 401,\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"aad47b11-4114-4c5b-9470-5bc67d558504"}],"id":"28740585-a889-47cd-872e-442ea2e5d703","description":"<p>컬럼 관련 기능 API 입니다</p>\n","_postman_id":"28740585-a889-47cd-872e-442ea2e5d703"},{"name":"Card","item":[{"name":"/api/boards/{boardId}/cards?sort={sortType}","id":"4000cd81-706c-46e8-ad39-ea6ac9c53d01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1/cards?sort=user","urlObject":{"protocol":"http","port":"8080","path":["api","boards","1","cards"],"host":["localhost"],"query":[{"key":"sort","value":"user"}],"variable":[]}},"response":[{"id":"331e3e87-9c0c-4c6f-8f7e-d4b0ddb70cc9","name":"전체 카드 조회 성공 (column)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":{"raw":"http://localhost:8080/api/boards/1/cards?sort=column","protocol":"http","host":["localhost"],"port":"8080","path":["api","boards","1","cards"],"query":[{"key":"sort","value":"column"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 13:55:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"전체 카드 조회가 완료되었습니다.\",\n    \"data\": [\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"mauris\",\n                    \"user\": \"yrosewell12\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"justo\",\n                    \"user\": \"fdutnell10\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"bibendum\",\n                    \"user\": \"kcolbys\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"nibh\",\n                    \"user\": \"nlichfieldc\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"ac leo\",\n                    \"user\": \"heesue\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"pede\",\n                    \"user\": \"fdobrowolny7\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"dolor quis\",\n                    \"user\": \"tgreatbatchl\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"in purus\",\n                    \"user\": \"gleatherbarrow2\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"sapien urna\",\n                    \"user\": \"mfarebrotherx\"\n                }\n            ],\n            \"sortName\": \"mauris ullamcorper\",\n            \"sortId\": 52\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 61,\n                    \"title\": \"lectus aliquam\",\n                    \"user\": \"rfurmagieri\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"ultrices\",\n                    \"user\": \"plavrickz\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"ipsum\",\n                    \"user\": \"acroucherb\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"convallis eget\",\n                    \"user\": \"rfurmagieri\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"massa quis\",\n                    \"user\": \"amapstone1c\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"morbi\",\n                    \"user\": \"bmorrant5\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"sit\",\n                    \"user\": \"sdewsnap9\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"cubilia curae\",\n                    \"user\": \"copenshaww\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"로그인 기능... 구현할게요\",\n                    \"user\": \"heesue\"\n                }\n            ],\n            \"sortName\": \"ultrices erat\",\n            \"sortId\": 61\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 133,\n                    \"title\": \"odio condimentum\",\n                    \"user\": \"dchaters0\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"felis\",\n                    \"user\": \"wdeathf\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"vel\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"orci\",\n                    \"user\": \"plavrickz\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"aliquam convallis\",\n                    \"user\": \"mgolder18\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"in\",\n                    \"user\": \"rfurmagieri\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"mus vivamus\",\n                    \"user\": \"mgolder18\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"ante vivamus\",\n                    \"user\": \"lminnisk\"\n                }\n            ],\n            \"sortName\": \"in\",\n            \"sortId\": 133\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 149,\n                    \"title\": \"massa\",\n                    \"user\": \"mgolder18\"\n                },\n                {\n                    \"columnId\": 149,\n                    \"title\": \"ultrices\",\n                    \"user\": \"vcrusham17\"\n                },\n                {\n                    \"columnId\": 149,\n                    \"title\": \"libero quis\",\n                    \"user\": \"jsquire15\"\n                },\n                {\n                    \"columnId\": 149,\n                    \"title\": \"dictumst aliquam\",\n                    \"user\": \"rsweetnam1b\"\n                }\n            ],\n            \"sortName\": \"fusce consequat\",\n            \"sortId\": 149\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 256,\n                    \"title\": \"id ornare\",\n                    \"user\": \"tbrannov\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"maecenas\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"ipsum dolor\",\n                    \"user\": \"dfitzjohnm\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"rhoncus aliquam\",\n                    \"user\": \"bsiegertsz1\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"augue luctus\",\n                    \"user\": \"sburrell3\"\n                }\n            ],\n            \"sortName\": \"in faucibus\",\n            \"sortId\": 256\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 284,\n                    \"title\": \"dictumst\",\n                    \"user\": \"tphilloth\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"habitasse\",\n                    \"user\": \"gleatherbarrow2\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"in\",\n                    \"user\": \"sburrell3\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"penatibus et\",\n                    \"user\": \"gleatherbarrow2\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"proin interdum\",\n                    \"user\": \"ngavinr\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"in purus\",\n                    \"user\": \"mmcaster8\"\n                }\n            ],\n            \"sortName\": \"nullam sit\",\n            \"sortId\": 284\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 346,\n                    \"title\": \"quam turpis\",\n                    \"user\": \"bsiegertsz1\"\n                },\n                {\n                    \"columnId\": 346,\n                    \"title\": \"in tempor\",\n                    \"user\": \"rsomerfieldo\"\n                }\n            ],\n            \"sortName\": \"odio\",\n            \"sortId\": 346\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 385,\n                    \"title\": \"natoque penatibus\",\n                    \"user\": \"tnurdenn\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"massa id\",\n                    \"user\": \"kestcourt6\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"quis\",\n                    \"user\": \"acroucherb\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"convallis\",\n                    \"user\": \"copenshaww\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"velit vivamus\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"duis\",\n                    \"user\": \"copenshaww\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"tortor\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"nisl duis\",\n                    \"user\": \"plavrickz\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"quisque porta\",\n                    \"user\": \"spearcehouseg\"\n                }\n            ],\n            \"sortName\": \"id nisl\",\n            \"sortId\": 385\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"긴급\",\n            \"sortId\": 501\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"최고\",\n            \"sortId\": 502\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"보통\",\n            \"sortId\": 503\n        }\n    ]\n}"},{"id":"aa989096-0c94-43cf-9747-5be93e050b90","name":"전체 카드 조회 성공 (user)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":{"raw":"http://localhost:8080/api/boards/1/cards?sort=user","protocol":"http","host":["localhost"],"port":"8080","path":["api","boards","1","cards"],"query":[{"key":"sort","value":"user"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 07:55:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"전체 카드 조회가 완료되었습니다.\",\n    \"data\": [\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"ac leo\",\n                    \"user\": \"heesue\"\n                }\n            ],\n            \"sortName\": \"heesue\",\n            \"sortId\": 1\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 133,\n                    \"title\": \"odio condimentum\",\n                    \"user\": \"dchaters0\"\n                }\n            ],\n            \"sortName\": \"dchaters0\",\n            \"sortId\": 2\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 346,\n                    \"title\": \"quam turpis\",\n                    \"user\": \"bsiegertsz1\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"rhoncus aliquam\",\n                    \"user\": \"bsiegertsz1\"\n                }\n            ],\n            \"sortName\": \"bsiegertsz1\",\n            \"sortId\": 3\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 284,\n                    \"title\": \"habitasse\",\n                    \"user\": \"gleatherbarrow2\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"penatibus et\",\n                    \"user\": \"gleatherbarrow2\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"in purus\",\n                    \"user\": \"gleatherbarrow2\"\n                }\n            ],\n            \"sortName\": \"gleatherbarrow2\",\n            \"sortId\": 4\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 284,\n                    \"title\": \"in\",\n                    \"user\": \"sburrell3\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"augue luctus\",\n                    \"user\": \"sburrell3\"\n                }\n            ],\n            \"sortName\": \"sburrell3\",\n            \"sortId\": 5\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"dheindrich4\",\n            \"sortId\": 6\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 61,\n                    \"title\": \"morbi\",\n                    \"user\": \"bmorrant5\"\n                }\n            ],\n            \"sortName\": \"bmorrant5\",\n            \"sortId\": 7\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 385,\n                    \"title\": \"massa id\",\n                    \"user\": \"kestcourt6\"\n                }\n            ],\n            \"sortName\": \"kestcourt6\",\n            \"sortId\": 8\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"pede\",\n                    \"user\": \"fdobrowolny7\"\n                }\n            ],\n            \"sortName\": \"fdobrowolny7\",\n            \"sortId\": 9\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 284,\n                    \"title\": \"in purus\",\n                    \"user\": \"mmcaster8\"\n                }\n            ],\n            \"sortName\": \"mmcaster8\",\n            \"sortId\": 10\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 61,\n                    \"title\": \"sit\",\n                    \"user\": \"sdewsnap9\"\n                }\n            ],\n            \"sortName\": \"sdewsnap9\",\n            \"sortId\": 11\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"alillecropa\",\n            \"sortId\": 12\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 385,\n                    \"title\": \"quis\",\n                    \"user\": \"acroucherb\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"ipsum\",\n                    \"user\": \"acroucherb\"\n                }\n            ],\n            \"sortName\": \"acroucherb\",\n            \"sortId\": 13\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"nibh\",\n                    \"user\": \"nlichfieldc\"\n                }\n            ],\n            \"sortName\": \"nlichfieldc\",\n            \"sortId\": 14\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"vmowsdelld\",\n            \"sortId\": 15\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"lcolbrune\",\n            \"sortId\": 16\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 133,\n                    \"title\": \"felis\",\n                    \"user\": \"wdeathf\"\n                }\n            ],\n            \"sortName\": \"wdeathf\",\n            \"sortId\": 17\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 385,\n                    \"title\": \"quisque porta\",\n                    \"user\": \"spearcehouseg\"\n                }\n            ],\n            \"sortName\": \"spearcehouseg\",\n            \"sortId\": 18\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 284,\n                    \"title\": \"dictumst\",\n                    \"user\": \"tphilloth\"\n                }\n            ],\n            \"sortName\": \"tphilloth\",\n            \"sortId\": 19\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 61,\n                    \"title\": \"lectus aliquam\",\n                    \"user\": \"rfurmagieri\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"convallis eget\",\n                    \"user\": \"rfurmagieri\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"in\",\n                    \"user\": \"rfurmagieri\"\n                }\n            ],\n            \"sortName\": \"rfurmagieri\",\n            \"sortId\": 20\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"jcuttlej\",\n            \"sortId\": 21\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 133,\n                    \"title\": \"ante vivamus\",\n                    \"user\": \"lminnisk\"\n                }\n            ],\n            \"sortName\": \"lminnisk\",\n            \"sortId\": 22\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"dolor quis\",\n                    \"user\": \"tgreatbatchl\"\n                }\n            ],\n            \"sortName\": \"tgreatbatchl\",\n            \"sortId\": 23\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 256,\n                    \"title\": \"ipsum dolor\",\n                    \"user\": \"dfitzjohnm\"\n                }\n            ],\n            \"sortName\": \"dfitzjohnm\",\n            \"sortId\": 24\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 385,\n                    \"title\": \"natoque penatibus\",\n                    \"user\": \"tnurdenn\"\n                }\n            ],\n            \"sortName\": \"tnurdenn\",\n            \"sortId\": 25\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 346,\n                    \"title\": \"in tempor\",\n                    \"user\": \"rsomerfieldo\"\n                }\n            ],\n            \"sortName\": \"rsomerfieldo\",\n            \"sortId\": 26\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"jdelacostep\",\n            \"sortId\": 27\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"cbubbingsq\",\n            \"sortId\": 28\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 284,\n                    \"title\": \"proin interdum\",\n                    \"user\": \"ngavinr\"\n                }\n            ],\n            \"sortName\": \"ngavinr\",\n            \"sortId\": 29\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"bibendum\",\n                    \"user\": \"kcolbys\"\n                }\n            ],\n            \"sortName\": \"kcolbys\",\n            \"sortId\": 30\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"mnortht\",\n            \"sortId\": 31\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 256,\n                    \"title\": \"maecenas\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"vel\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"velit vivamus\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"tortor\",\n                    \"user\": \"cslaytonu\"\n                }\n            ],\n            \"sortName\": \"cslaytonu\",\n            \"sortId\": 32\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 256,\n                    \"title\": \"id ornare\",\n                    \"user\": \"tbrannov\"\n                }\n            ],\n            \"sortName\": \"tbrannov\",\n            \"sortId\": 33\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 385,\n                    \"title\": \"convallis\",\n                    \"user\": \"copenshaww\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"duis\",\n                    \"user\": \"copenshaww\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"cubilia curae\",\n                    \"user\": \"copenshaww\"\n                }\n            ],\n            \"sortName\": \"copenshaww\",\n            \"sortId\": 34\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"sapien urna\",\n                    \"user\": \"mfarebrotherx\"\n                }\n            ],\n            \"sortName\": \"mfarebrotherx\",\n            \"sortId\": 35\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"esaigery\",\n            \"sortId\": 36\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 61,\n                    \"title\": \"ultrices\",\n                    \"user\": \"plavrickz\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"orci\",\n                    \"user\": \"plavrickz\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"nisl duis\",\n                    \"user\": \"plavrickz\"\n                }\n            ],\n            \"sortName\": \"plavrickz\",\n            \"sortId\": 37\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"justo\",\n                    \"user\": \"fdutnell10\"\n                }\n            ],\n            \"sortName\": \"fdutnell10\",\n            \"sortId\": 38\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"fgritton11\",\n            \"sortId\": 39\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 52,\n                    \"title\": \"mauris\",\n                    \"user\": \"yrosewell12\"\n                }\n            ],\n            \"sortName\": \"yrosewell12\",\n            \"sortId\": 40\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"mdalliwater13\",\n            \"sortId\": 41\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"cflorey14\",\n            \"sortId\": 42\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 149,\n                    \"title\": \"libero quis\",\n                    \"user\": \"jsquire15\"\n                }\n            ],\n            \"sortName\": \"jsquire15\",\n            \"sortId\": 43\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"gfounds16\",\n            \"sortId\": 44\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 149,\n                    \"title\": \"ultrices\",\n                    \"user\": \"vcrusham17\"\n                }\n            ],\n            \"sortName\": \"vcrusham17\",\n            \"sortId\": 45\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 149,\n                    \"title\": \"massa\",\n                    \"user\": \"mgolder18\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"aliquam convallis\",\n                    \"user\": \"mgolder18\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"mus vivamus\",\n                    \"user\": \"mgolder18\"\n                }\n            ],\n            \"sortName\": \"mgolder18\",\n            \"sortId\": 46\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"jgabey19\",\n            \"sortId\": 47\n        },\n        {\n            \"cards\": [],\n            \"sortName\": \"rsellick1a\",\n            \"sortId\": 48\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 149,\n                    \"title\": \"dictumst aliquam\",\n                    \"user\": \"rsweetnam1b\"\n                }\n            ],\n            \"sortName\": \"rsweetnam1b\",\n            \"sortId\": 49\n        },\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 61,\n                    \"title\": \"massa quis\",\n                    \"user\": \"amapstone1c\"\n                }\n            ],\n            \"sortName\": \"amapstone1c\",\n            \"sortId\": 50\n        }\n    ]\n}"},{"id":"aa2e7c20-8a43-40d0-8485-ab8cbfdca3b5","name":"전체 카드 조회 성공 (all)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":{"raw":"http://localhost:8080/api/boards/1/cards?sort=all","protocol":"http","host":["localhost"],"port":"8080","path":["api","boards","1","cards"],"query":[{"key":"sort","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 13:56:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"전체 카드 조회가 완료되었습니다.\",\n    \"data\": [\n        {\n            \"cards\": [\n                {\n                    \"columnId\": 61,\n                    \"title\": \"lectus aliquam\",\n                    \"user\": \"rfurmagieri\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"ultrices\",\n                    \"user\": \"plavrickz\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"id ornare\",\n                    \"user\": \"tbrannov\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"natoque penatibus\",\n                    \"user\": \"tnurdenn\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"maecenas\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"odio condimentum\",\n                    \"user\": \"dchaters0\"\n                },\n                {\n                    \"columnId\": 149,\n                    \"title\": \"massa\",\n                    \"user\": \"mgolder18\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"massa id\",\n                    \"user\": \"kestcourt6\"\n                },\n                {\n                    \"columnId\": 346,\n                    \"title\": \"quam turpis\",\n                    \"user\": \"bsiegertsz1\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"felis\",\n                    \"user\": \"wdeathf\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"ipsum dolor\",\n                    \"user\": \"dfitzjohnm\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"dictumst\",\n                    \"user\": \"tphilloth\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"quis\",\n                    \"user\": \"acroucherb\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"habitasse\",\n                    \"user\": \"gleatherbarrow2\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"in\",\n                    \"user\": \"sburrell3\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"penatibus et\",\n                    \"user\": \"gleatherbarrow2\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"mauris\",\n                    \"user\": \"yrosewell12\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"rhoncus aliquam\",\n                    \"user\": \"bsiegertsz1\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"justo\",\n                    \"user\": \"fdutnell10\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"ipsum\",\n                    \"user\": \"acroucherb\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"bibendum\",\n                    \"user\": \"kcolbys\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"vel\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 149,\n                    \"title\": \"ultrices\",\n                    \"user\": \"vcrusham17\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"nibh\",\n                    \"user\": \"nlichfieldc\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"convallis\",\n                    \"user\": \"copenshaww\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"velit vivamus\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"convallis eget\",\n                    \"user\": \"rfurmagieri\"\n                },\n                {\n                    \"columnId\": 346,\n                    \"title\": \"in tempor\",\n                    \"user\": \"rsomerfieldo\"\n                },\n                {\n                    \"columnId\": 256,\n                    \"title\": \"augue luctus\",\n                    \"user\": \"sburrell3\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"duis\",\n                    \"user\": \"copenshaww\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"proin interdum\",\n                    \"user\": \"ngavinr\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"orci\",\n                    \"user\": \"plavrickz\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"aliquam convallis\",\n                    \"user\": \"mgolder18\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"ac leo\",\n                    \"user\": \"heesue\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"pede\",\n                    \"user\": \"fdobrowolny7\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"dolor quis\",\n                    \"user\": \"tgreatbatchl\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"tortor\",\n                    \"user\": \"cslaytonu\"\n                },\n                {\n                    \"columnId\": 284,\n                    \"title\": \"in purus\",\n                    \"user\": \"mmcaster8\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"in\",\n                    \"user\": \"rfurmagieri\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"mus vivamus\",\n                    \"user\": \"mgolder18\"\n                },\n                {\n                    \"columnId\": 149,\n                    \"title\": \"libero quis\",\n                    \"user\": \"jsquire15\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"massa quis\",\n                    \"user\": \"amapstone1c\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"in purus\",\n                    \"user\": \"gleatherbarrow2\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"nisl duis\",\n                    \"user\": \"plavrickz\"\n                },\n                {\n                    \"columnId\": 149,\n                    \"title\": \"dictumst aliquam\",\n                    \"user\": \"rsweetnam1b\"\n                },\n                {\n                    \"columnId\": 133,\n                    \"title\": \"ante vivamus\",\n                    \"user\": \"lminnisk\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"morbi\",\n                    \"user\": \"bmorrant5\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"sit\",\n                    \"user\": \"sdewsnap9\"\n                },\n                {\n                    \"columnId\": 52,\n                    \"title\": \"sapien urna\",\n                    \"user\": \"mfarebrotherx\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"cubilia curae\",\n                    \"user\": \"copenshaww\"\n                },\n                {\n                    \"columnId\": 385,\n                    \"title\": \"quisque porta\",\n                    \"user\": \"spearcehouseg\"\n                },\n                {\n                    \"columnId\": 61,\n                    \"title\": \"로그인 기능... 구현할게요\",\n                    \"user\": \"heesue\"\n                }\n            ],\n            \"sortName\": \"all\",\n            \"sortId\": 0\n        }\n    ]\n}"}],"_postman_id":"4000cd81-706c-46e8-ad39-ea6ac9c53d01"},{"name":"/api/boards/{boardId}/cards/{cardId}","id":"f8881357-151a-4973-84fe-403161b78966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1/cards/152","urlObject":{"protocol":"http","port":"8080","path":["api","boards","1","cards","152"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c02d16fa-055e-4ee0-a89c-db44122ce294","name":"단일 카드 조회 성공","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/4/cards/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 07:56:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"단일 카드 조회가 완료되었습니다.\",\n    \"data\": {\n        \"title\": \"lectus aliquam\",\n        \"endDate\": \"2024-07-25\",\n        \"contents\": null,\n        \"user\": \"rfurmagieri\"\n    }\n}"},{"id":"b194eded-de9d-4c87-987f-dd27d4581bbc","name":"단일 카드 조회 실패 (카드가 보드에 속하지 않음)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/4/cards/1"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 07:57:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"카드가 존재하지 않습니다.\"\n}"}],"_postman_id":"f8881357-151a-4973-84fe-403161b78966"},{"name":"/api/boards/{boardId}/cards","id":"e8732c7f-b9f4-4975-ac33-7d5a6308e513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"columnId\":61,\n    \"title\":\"로그인 기능 구현\",\n    \"contents\":\"가능한대로 빨리 구현하겠습니다!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/1/cards","urlObject":{"protocol":"http","port":"8080","path":["api","boards","1","cards"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d943fc5f-ba92-4845-b008-d8499c8a872f","name":"카드 저장 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"columnId\":52,\n    \"title\":\"로그인 기능 구현\",\n    \"contents\":\"가능한대로 빨리 구현하겠습니다!\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/1/cards"},"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":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 09:00:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"카드 저장이 완료되었습니다.\",\n    \"data\": 152\n}"}],"_postman_id":"e8732c7f-b9f4-4975-ac33-7d5a6308e513"},{"name":"/api/boards/{boardId}/cards/{cardId}","id":"f0d69fa6-1398-46de-8923-b44e041fcd81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"columnId\":61,\n    \"title\":\"로그인 기능... 구현할게요\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/1/cards/152","urlObject":{"protocol":"http","port":"8080","path":["api","boards","1","cards","152"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"5059442d-934f-442c-aa7b-61f2bb5016be","name":"카드 수정 성공","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"columnId\":61,\n    \"title\":\"로그인 기능... 구현할게요\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/1/cards/152"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 09:06:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"카드 수정이 완료되었습니다.\",\n    \"data\": {\n        \"title\": \"로그인 기능... 구현할게요\",\n        \"endDate\": \"\",\n        \"contents\": \"가능한대로 빨리 구현하겠습니다!\",\n        \"user\": \"heesue\"\n    }\n}"},{"id":"189efff1-9d1c-41d6-8ba0-31bf66008af1","name":"카드 수정 실패 (카드 존재 X)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"columnId\":61,\n    \"title\":\"로그인 기능... 구현할게요\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/boards/1/cards/152"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 07:11:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"카드가 존재하지 않습니다.\"\n}"}],"_postman_id":"f0d69fa6-1398-46de-8923-b44e041fcd81"},{"name":"/api/boards/{boardId}/cards/{cardId}","id":"217014eb-6d65-40ee-bf6f-8050dc5a4412","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/3/cards/102","urlObject":{"protocol":"http","port":"8080","path":["api","boards","3","cards","102"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"58cc0b99-b645-44eb-864a-959a1ffe957f","name":"카드 삭제 성공","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1/cards/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 11 Jul 2024 09:08:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"카드 삭제가 완료되었습니다.\",\n    \"data\": 1\n}"},{"id":"fa6066fb-5032-4248-b8aa-73572b254b99","name":"카드 삭제 실패 (카드 존재 X)","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/boards/1/cards/103"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:49:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"카드가 존재하지 않습니다.\"\n}"}],"_postman_id":"217014eb-6d65-40ee-bf6f-8050dc5a4412"}],"id":"85a968a5-9d6b-45b1-8d80-507061e11969","description":"<p>카드 관련 기능 API 입니다</p>\n","_postman_id":"85a968a5-9d6b-45b1-8d80-507061e11969"},{"name":"Comment","item":[{"name":"/api/cards/{cardId}/comments","id":"d39626d3-932c-4d5b-867c-f2912f4bdbd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"contents\":\"댓글입니다\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/cards/1/comments","urlObject":{"protocol":"http","port":"8080","path":["api","cards","1","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"868c39cf-5ac8-4157-8620-7fb93ae22915","name":"댓글 작성 성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"contents\":\"댓글입니다\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/cards/2/comments"},"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":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:53:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 201,\n    \"message\": \"댓글 달기 완료\",\n    \"data\": 1\n}"},{"id":"31c58004-6669-427d-82e2-5484f607afd8","name":"댓글 작성 실패 (존재하지 않는 카드)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"contents\":\"댓글입니다\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/cards/1/comments"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 06:53:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 404,\n    \"message\": \"카드가 존재하지 않습니다.\"\n}"}],"_postman_id":"d39626d3-932c-4d5b-867c-f2912f4bdbd3"},{"name":"/api/cards/{cardId}/comments?page=0&size=10","id":"7f2634f9-cb5c-4154-8170-d1458d00a8ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":"http://localhost:8080/api/cards/156/comments?page=1&size=10","urlObject":{"protocol":"http","port":"8080","path":["api","cards","156","comments"],"host":["localhost"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[{"id":"fff3f0ae-2836-44da-93cd-0de44def1c35","name":"댓글 조회 성공","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{AccessToken}}","type":"text"}],"url":{"raw":"http://localhost:8080/api/cards/156/comments?page=0&size=10","protocol":"http","host":["localhost"],"port":"8080","path":["api","cards","156","comments"],"query":[{"key":"page","value":"0"},{"key":"size","value":"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":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 15 Jul 2024 07:00:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusCode\": 200,\n    \"message\": \"댓글 조회 완료\",\n    \"data\": {\n        \"content\": [],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 10,\n            \"sort\": {\n                \"empty\": false,\n                \"unsorted\": false,\n                \"sorted\": true\n            },\n            \"offset\": 0,\n            \"unpaged\": false,\n            \"paged\": true\n        },\n        \"totalPages\": 0,\n        \"totalElements\": 0,\n        \"last\": true,\n        \"size\": 10,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": false,\n            \"unsorted\": false,\n            \"sorted\": true\n        },\n        \"numberOfElements\": 0,\n        \"first\": true,\n        \"empty\": true\n    }\n}"}],"_postman_id":"7f2634f9-cb5c-4154-8170-d1458d00a8ee"}],"id":"3011a03d-4fa1-4082-9fe9-4277b756cf85","description":"<p>댓글 관련 기능 API 입니다</p>\n","_postman_id":"3011a03d-4fa1-4082-9fe9-4277b756cf85"}]}