{"info":{"_postman_id":"cc828b29-27ea-4d64-833f-d96aa5dbd9ac","name":"project1","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"28055519","collectionId":"cc828b29-27ea-4d64-833f-d96aa5dbd9ac","publishedId":"2s9XxvSEFU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-08-01T08:06:45.000Z"},"item":[{"name":"[회원가입]POST /users/signup","id":"49cceb2e-ed78-4e64-a636-d9f8ccee0f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/users/signup?username=seller&password=a&password-check=a&phone&email&address","urlObject":{"protocol":"http","port":"8080","path":["users","signup"],"host":["localhost"],"query":[{"key":"username","value":"seller"},{"key":"password","value":"a"},{"key":"password-check","value":"a"},{"key":"phone","value":null},{"key":"email","value":null},{"key":"address","value":null}],"variable":[]}},"response":[{"id":"ff1084a5-814d-4d89-971d-1d41cd85a7fc","name":"[회원가입] seller","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8080/users/signup?username=seller&password=a&password-check=a&phone&email&address","protocol":"http","host":["localhost"],"port":"8080","path":["users","signup"],"query":[{"key":"username","value":"seller"},{"key":"password","value":"a"},{"key":"password-check","value":"a"},{"key":"phone","value":null},{"key":"email","value":null},{"key":"address","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"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":"text/html;charset=UTF-8"},{"key":"Content-Language","value":"ko-KR"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 01 Aug 2023 07:44:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"UTF-8\">\n        <title>로그인</title>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx\" crossorigin=\"anonymous\">\r\n\n    </head>\n    <body>\n        <!--  <h1>Sign In</h1>-->\n        <!--  <form th:action=\"@{/users/sign-in}\" method=\"post\">-->\n        <!--    <input type=\"text\" name=\"username\" placeholder=\"아이디\">-->\n        <!--    <input type=\"password\" name=\"password\" placeholder=\"비밀번호\">-->\n        <!--    <button type=\"submit\">로그인</button>-->\n        <!--  </form>-->\n        <main class=\"flex-shrink-0\">\n            <section class=\"py-5\">\n                <div class=\"container px-5\">\n                    <!-- login form-->\n                    <div class=\"bg-light rounded-3 py-5 px-4 px-md-5 mb-5\">\n                        <div class=\"row gx-5 justify-content-center\">\n                            <div class=\"col-lg-8 col-xl-6\">\n                                <h1 class=\"text-center mb-5\">로그인</h1>\n                                <form action=\"/users/login\" method=\"post\">\n                                    <div class=\"form-floating mb-3\">\n                                        <input class=\"form-control\" id=\"identifier\" name=\"username\" type=\"text\" placeholder=\"Enter your username...\">\n                                        <label for=\"identifier\">ID</label>\n                                    </div>\n                                    <div class=\"form-floating mb-3\">\n                                        <input class=\"form-control\" id=\"password\" name=\"password\" type=\"password\" placeholder=\"Enter your password...\">\n                                        <label for=\"password\">Password</label>\n                                    </div>\n                                    <div class=\"d-grid\">\n                                        <button class=\"btn btn-primary btn-lg\" id=\"sign-in-button\" type=\"submit\">Submit</button>\n                                    </div>\n                                    <div style=\"margin-top: 16px; text-align: right\">\n                                        <a href=\"/users/signup\">회원가입</a>\n                                    </div>\n                                </form>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </section>\n        </main>\n        <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa\" crossorigin=\"anonymous\"></script>\n    </body>\n</html>"},{"id":"7e41bb5b-1992-4736-8d88-bcf833fc1134","name":"[회원가입] buyer","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8080/users/signup?username=buyer&password=a&password-check=a&phone&email&address","protocol":"http","host":["localhost"],"port":"8080","path":["users","signup"],"query":[{"key":"username","value":"buyer"},{"key":"password","value":"a"},{"key":"password-check","value":"a"},{"key":"phone","value":null},{"key":"email","value":null},{"key":"address","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"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":"text/html;charset=UTF-8"},{"key":"Content-Language","value":"ko-KR"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 01 Aug 2023 07:45:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"UTF-8\">\n        <title>로그인</title>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx\" crossorigin=\"anonymous\">\r\n\n    </head>\n    <body>\n        <!--  <h1>Sign In</h1>-->\n        <!--  <form th:action=\"@{/users/sign-in}\" method=\"post\">-->\n        <!--    <input type=\"text\" name=\"username\" placeholder=\"아이디\">-->\n        <!--    <input type=\"password\" name=\"password\" placeholder=\"비밀번호\">-->\n        <!--    <button type=\"submit\">로그인</button>-->\n        <!--  </form>-->\n        <main class=\"flex-shrink-0\">\n            <section class=\"py-5\">\n                <div class=\"container px-5\">\n                    <!-- login form-->\n                    <div class=\"bg-light rounded-3 py-5 px-4 px-md-5 mb-5\">\n                        <div class=\"row gx-5 justify-content-center\">\n                            <div class=\"col-lg-8 col-xl-6\">\n                                <h1 class=\"text-center mb-5\">로그인</h1>\n                                <form action=\"/users/login\" method=\"post\">\n                                    <div class=\"form-floating mb-3\">\n                                        <input class=\"form-control\" id=\"identifier\" name=\"username\" type=\"text\" placeholder=\"Enter your username...\">\n                                        <label for=\"identifier\">ID</label>\n                                    </div>\n                                    <div class=\"form-floating mb-3\">\n                                        <input class=\"form-control\" id=\"password\" name=\"password\" type=\"password\" placeholder=\"Enter your password...\">\n                                        <label for=\"password\">Password</label>\n                                    </div>\n                                    <div class=\"d-grid\">\n                                        <button class=\"btn btn-primary btn-lg\" id=\"sign-in-button\" type=\"submit\">Submit</button>\n                                    </div>\n                                    <div style=\"margin-top: 16px; text-align: right\">\n                                        <a href=\"/users/signup\">회원가입</a>\n                                    </div>\n                                </form>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </section>\n        </main>\n        <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa\" crossorigin=\"anonymous\"></script>\n    </body>\n</html>"},{"id":"636256a0-15ae-4236-933d-4d3da227d4da","name":"[회원가입] buyer2","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://localhost:8080/users/signup?username=buyer2&password=a&password-check=a&phone&email&address","protocol":"http","host":["localhost"],"port":"8080","path":["users","signup"],"query":[{"key":"username","value":"buyer2"},{"key":"password","value":"a"},{"key":"password-check","value":"a"},{"key":"phone","value":null},{"key":"email","value":null},{"key":"address","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"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":"text/html;charset=UTF-8"},{"key":"Content-Language","value":"ko-KR"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 01 Aug 2023 07:52:13 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\">\n    <head>\n        <meta charset=\"UTF-8\">\n        <title>로그인</title>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n        <link href=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css\" rel=\"stylesheet\" integrity=\"sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx\" crossorigin=\"anonymous\">\r\n\n    </head>\n    <body>\n        <!--  <h1>Sign In</h1>-->\n        <!--  <form th:action=\"@{/users/sign-in}\" method=\"post\">-->\n        <!--    <input type=\"text\" name=\"username\" placeholder=\"아이디\">-->\n        <!--    <input type=\"password\" name=\"password\" placeholder=\"비밀번호\">-->\n        <!--    <button type=\"submit\">로그인</button>-->\n        <!--  </form>-->\n        <main class=\"flex-shrink-0\">\n            <section class=\"py-5\">\n                <div class=\"container px-5\">\n                    <!-- login form-->\n                    <div class=\"bg-light rounded-3 py-5 px-4 px-md-5 mb-5\">\n                        <div class=\"row gx-5 justify-content-center\">\n                            <div class=\"col-lg-8 col-xl-6\">\n                                <h1 class=\"text-center mb-5\">로그인</h1>\n                                <form action=\"/users/login\" method=\"post\">\n                                    <div class=\"form-floating mb-3\">\n                                        <input class=\"form-control\" id=\"identifier\" name=\"username\" type=\"text\" placeholder=\"Enter your username...\">\n                                        <label for=\"identifier\">ID</label>\n                                    </div>\n                                    <div class=\"form-floating mb-3\">\n                                        <input class=\"form-control\" id=\"password\" name=\"password\" type=\"password\" placeholder=\"Enter your password...\">\n                                        <label for=\"password\">Password</label>\n                                    </div>\n                                    <div class=\"d-grid\">\n                                        <button class=\"btn btn-primary btn-lg\" id=\"sign-in-button\" type=\"submit\">Submit</button>\n                                    </div>\n                                    <div style=\"margin-top: 16px; text-align: right\">\n                                        <a href=\"/users/signup\">회원가입</a>\n                                    </div>\n                                </form>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </section>\n        </main>\n        <script src=\"https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js\" integrity=\"sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa\" crossorigin=\"anonymous\"></script>\n    </body>\n</html>"}],"_postman_id":"49cceb2e-ed78-4e64-a636-d9f8ccee0f79"},{"name":"[토큰발급] POST /token/issue","id":"fdc5381c-9584-4372-91fc-e5073c653c0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"seller\",\r\n    \"password\": \"a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/token/issue","urlObject":{"protocol":"http","port":"8080","path":["token","issue"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fe222056-8225-40a5-a818-1a8528c28b07","name":"[토큰발급] seller","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"seller\",\r\n    \"password\": \"a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/token/issue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:45:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJzZWxsZXIiLCJpYXQiOjE2OTA4NzU5MjksImV4cCI6MTY5MDg3OTUyOX0.KQLqL_LECeyDkGn6DdaaGCED5tLjdw3Q8m9han1Tn17foQ1HRUNLjxCV0_gn9OVRPJVs9j2IOg5aoU_W32R4Ng\"\n}"},{"id":"0e98a10f-37c4-44da-902e-4d6ac63fe56f","name":"[토큰발급] buyer","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"buyer\",\r\n    \"password\": \"a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/token/issue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:45:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJidXllciIsImlhdCI6MTY5MDg3NTkzNSwiZXhwIjoxNjkwODc5NTM1fQ.n407PHi6FeWBBM0z9I7wkMdtFcaudIeqbUIlFjNmlCtxkJmwzfFFBftjFTZorT0rXkUQoV8xY00vh6lrcI9_Yg\"\n}"},{"id":"c9c58c7a-8824-41a7-8291-4ab8cb9607c3","name":"[토큰발급] buyer2","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"buyer2\",\r\n    \"password\": \"a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/token/issue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:52:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJidXllcjIiLCJpYXQiOjE2OTA4NzYzNTYsImV4cCI6MTY5MDg3OTk1Nn0.BXCK9qRh2lv15yrPhwLsB9DHNDQawtrXThbO00Y6l1Rwh9-2xhEuqB_hXbH1G3rr6LRHPE0VnMmu8iNnIVExyg\"\n}"}],"_postman_id":"fdc5381c-9584-4372-91fc-e5073c653c0e"},{"name":"[토큰발급확인]GET /users/my-profile","id":"88b1497a-d8a4-4df3-9be8-ed30630a6ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/users/my-profile","urlObject":{"protocol":"http","port":"8080","path":["users","my-profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"88b1497a-d8a4-4df3-9be8-ed30630a6ddd"},{"name":"[물품등록] POST /items","id":"fce32d21-c1be-43a7-a487-d8d6c863ebfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"중고 맥북 팝니다\",\r\n    \"description\": \"2019년 맥북 프로 13인치 모델입니다\",\r\n    \"minPriceWanted\": 1000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items","urlObject":{"protocol":"http","port":"8080","path":["items"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c8dc6404-2135-4eb8-a423-9639f1a8b2c0","name":"[물품등록]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"중고 맥북 팝니다\",\r\n    \"description\": \"2019년 맥북 프로 13인치 모델입니다\",\r\n    \"minPriceWanted\": 1000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:46:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"등록이 완료되었습니다.\"\n}"}],"_postman_id":"fce32d21-c1be-43a7-a487-d8d6c863ebfb"},{"name":"[전체물품조회] GET /items?page={page}&limit={limit}","id":"672823c9-5c39-4960-bd76-dcc7288aee8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/items?page=0&limit=20","urlObject":{"protocol":"http","port":"8080","path":["items"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"20"}],"variable":[]}},"response":[{"id":"c7ba8c18-78b3-450a-8499-08ce743a557c","name":"[전체물품조회]","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/items?page=0&limit=20","protocol":"http","host":["localhost"],"port":"8080","path":["items"],"query":[{"key":"page","value":"0"},{"key":"limit","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:47:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 1,\n            \"title\": \"중고 맥북 팝니다\",\n            \"description\": \"2019년 맥북 프로 13인치 모델입니다\",\n            \"minPriceWanted\": 1000000,\n            \"imageUrl\": null,\n            \"status\": \"판매중\"\n        },\n        {\n            \"id\": 2,\n            \"title\": \"중고 맥북 팝니다2\",\n            \"description\": \"2019년 맥북 프로 13인치 모델입니다\",\n            \"minPriceWanted\": 1000000,\n            \"imageUrl\": null,\n            \"status\": \"판매중\"\n        },\n        {\n            \"id\": 3,\n            \"title\": \"중고 맥북 팝니다3\",\n            \"description\": \"2019년 맥북 프로 13인치 모델입니다\",\n            \"minPriceWanted\": 1000000,\n            \"imageUrl\": null,\n            \"status\": \"판매중\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"empty\": false,\n            \"sorted\": true,\n            \"unsorted\": false\n        },\n        \"offset\": 0,\n        \"pageNumber\": 0,\n        \"pageSize\": 20,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 3,\n    \"size\": 20,\n    \"number\": 0,\n    \"sort\": {\n        \"empty\": false,\n        \"sorted\": true,\n        \"unsorted\": false\n    },\n    \"first\": true,\n    \"numberOfElements\": 3,\n    \"empty\": false\n}"}],"_postman_id":"672823c9-5c39-4960-bd76-dcc7288aee8b"},{"name":"[단일물품조회] GET /items/{itemId}","id":"3c4b72f2-377b-4761-9ef2-b61fe28f2d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/items/3","urlObject":{"protocol":"http","port":"8080","path":["items","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"b8aecc91-52a1-40fa-8744-c26afd752a00","name":"[단일물품조회]","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/items/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:47:26 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"title\": \"중고 맥북 팝니다3\",\n    \"username\": \"seller\",\n    \"description\": \"2019년 맥북 프로 13인치 모델입니다\",\n    \"minPriceWanted\": 1000000,\n    \"status\": \"판매중\"\n}"}],"_postman_id":"3c4b72f2-377b-4761-9ef2-b61fe28f2d2e"},{"name":"[물품정보수정] PUT /items/{itemId}","id":"9c87ceb3-d81e-437c-a519-82c7a64e0a69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"중고 맥북 안팝니다\",\r\n    \"description\": \"2019년 맥북 프로 13인치 모델입니다\",\r\n    \"minPriceWanted\": 1000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1","urlObject":{"protocol":"http","port":"8080","path":["items","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e22f68c3-7a83-4b8a-8336-c3e5006c2ff0","name":"[물품정보수정]","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"중고 맥북 안팝니다\",\r\n    \"description\": \"2019년 맥북 프로 13인치 모델입니다\",\r\n    \"minPriceWanted\": 1000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:47:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"물품이 수정되었습니다.\"\n}"}],"_postman_id":"9c87ceb3-d81e-437c-a519-82c7a64e0a69"},{"name":"[이미지등록] PUT /items/{itemId}/image","id":"df878429-9669-450f-8bc4-56f7c7d198e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","value":null}]},"url":"http://localhost:8080/items/1/image","urlObject":{"protocol":"http","port":"8080","path":["items","1","image"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"20e61cf1-b8c7-4545-bb5a-4d24b5ab1825","name":"[이미지등록]","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"image","type":"file","value":null}]},"url":"http://localhost:8080/items/1/image"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:47:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"이미지가 등록되었습니다.\"\n}"}],"_postman_id":"df878429-9669-450f-8bc4-56f7c7d198e3"},{"name":"[물품삭제] DELETE /items/{itemId}","id":"635902a2-addc-480a-87b2-5a3b6da92762","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/2","urlObject":{"protocol":"http","port":"8080","path":["items","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"33f4343e-7ce0-47d3-94f3-e6d384e77b97","name":"[물품삭제]","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:47:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"물품을 삭제했습니다.\"\n}"}],"_postman_id":"635902a2-addc-480a-87b2-5a3b6da92762"},{"name":"[댓글등록] POST /items/{itemId}/comments","id":"2c0b6482-95d5-46de-8e43-fd0f3262d8a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"할인 가능하신가요?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments","urlObject":{"protocol":"http","port":"8080","path":["items","1","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"17215db9-8e14-45d5-8a26-31917c2c4a63","name":"[댓글등록]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"할인 가능하신가요?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:48:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글이 등록되었습니다.\"\n}"}],"_postman_id":"2c0b6482-95d5-46de-8e43-fd0f3262d8a4"},{"name":"[댓글조회] GET /items/{itemId}/comments","id":"b451c901-4230-4a07-a30d-5521f838a22b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/items/1/comments","urlObject":{"protocol":"http","port":"8080","path":["items","1","comments"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8252ee74-05c6-4cd2-94ab-5eb26c056a89","name":"[댓글조회]","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/items/1/comments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:48:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 1,\n            \"username\": \"buyer\",\n            \"content\": \"할인 가능하신가요?\",\n            \"reply\": null\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"empty\": false,\n            \"sorted\": true,\n            \"unsorted\": false\n        },\n        \"offset\": 0,\n        \"pageNumber\": 0,\n        \"pageSize\": 25,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 1,\n    \"size\": 25,\n    \"number\": 0,\n    \"sort\": {\n        \"empty\": false,\n        \"sorted\": true,\n        \"unsorted\": false\n    },\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"empty\": false\n}"}],"_postman_id":"b451c901-4230-4a07-a30d-5521f838a22b"},{"name":"[댓글수정] PUT /items/{itemId}/comments/{commentId}","id":"48fbef72-a2a9-4a20-b9ed-22a58bafb14a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"할인 가능하신가요? 1000000 정도면 고려 가능합니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments/1","urlObject":{"protocol":"http","port":"8080","path":["items","1","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"df251cc4-f594-4bdf-b6db-c559f10d9ec4","name":"[댓글수정] 해당 댓글 게시자인 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"할인 가능하신가요? 1000000 정도면 고려 가능합니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:48:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글이 수정되었습니다.\"\n}"},{"id":"e3853b7e-941c-4900-9fd2-f0ea5913b757","name":"[댓글수정] 해당 댓글 게시자가 아닌 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"content\": \"할인 가능하신가요? 1000000 정도면 고려 가능합니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments/1"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:49:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"48fbef72-a2a9-4a20-b9ed-22a58bafb14a"},{"name":"[댓글삭제] DELETE /items/{itemId}/comments/{commentId}","id":"9f9abf5d-95e4-4825-9d33-13a6547b6893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments/1","urlObject":{"protocol":"http","port":"8080","path":["items","1","comments","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"75b4cd5e-89d2-413b-b0b3-e1cc1c090ec0","name":"[댓글삭제]","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:48:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글을 삭제했습니다.\"\n}"}],"_postman_id":"9f9abf5d-95e4-4825-9d33-13a6547b6893"},{"name":"[답글작성] PUT /items/{itemId}/comments/{commentId}/reply","id":"daea443f-762c-4511-ac7a-82d47bcbda08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reply\": \"안됩니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments/1/reply","urlObject":{"protocol":"http","port":"8080","path":["items","1","comments","1","reply"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"e41e31e7-5c61-4649-b234-87de6854c393","name":"[답글작성] 판매자인 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reply\": \"안됩니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments/1/reply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:51:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"댓글에 답변이 추가되었습니다.\"\n}"},{"id":"881f93d8-b5f7-493d-814b-ee263c318304","name":"[답글작성]  판매자가 아닌 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reply\": \"안됩니다\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/comments/1/reply"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:48:46 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"daea443f-762c-4511-ac7a-82d47bcbda08"},{"name":"[구매제안등록] POST /items/{itemId}/proposals","id":"c4d8cd45-187c-46f9-90e5-e051b1866791","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"suggestedPrice\": 1000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals","urlObject":{"protocol":"http","port":"8080","path":["items","1","proposals"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d89141b2-2530-4cb0-8085-534b30272847","name":"[구매제안등록]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"suggestedPrice\": 1000000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:51:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"구매 제안이 등록되었습니다.\"\n}"}],"_postman_id":"c4d8cd45-187c-46f9-90e5-e051b1866791"},{"name":"[구매제안조회] GET /items/{itemId}/proposals?page=0","id":"9ce86e10-e5e8-4eb7-b3bb-a7b609c142db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8080/items/1/proposals?page=0","urlObject":{"protocol":"http","port":"8080","path":["items","1","proposals"],"host":["localhost"],"query":[{"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"6792f2c5-15bf-4673-9acf-142dbe0f1b14","name":"[구매제안조회] 해당 물품 판매자의 경우","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/items/1/proposals?page=0","protocol":"http","host":["localhost"],"port":"8080","path":["items","1","proposals"],"query":[{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:53:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 1,\n            \"username\": \"buyer\",\n            \"suggestedPrice\": 1000000,\n            \"status\": \"제안\"\n        },\n        {\n            \"id\": 2,\n            \"username\": \"buyer2\",\n            \"suggestedPrice\": 1000000,\n            \"status\": \"제안\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"empty\": false,\n            \"sorted\": true,\n            \"unsorted\": false\n        },\n        \"offset\": 0,\n        \"pageNumber\": 0,\n        \"pageSize\": 25,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 2,\n    \"size\": 25,\n    \"number\": 0,\n    \"sort\": {\n        \"empty\": false,\n        \"sorted\": true,\n        \"unsorted\": false\n    },\n    \"first\": true,\n    \"numberOfElements\": 2,\n    \"empty\": false\n}"},{"id":"a64d70ea-cdba-4f3d-8b17-7ad83e235fa9","name":"[구매제안조회] 구매제안자의 경우","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/items/1/proposals?page=0","protocol":"http","host":["localhost"],"port":"8080","path":["items","1","proposals"],"query":[{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:53:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 1,\n            \"username\": \"buyer\",\n            \"suggestedPrice\": 1000000,\n            \"status\": \"제안\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"empty\": false,\n            \"sorted\": true,\n            \"unsorted\": false\n        },\n        \"offset\": 0,\n        \"pageNumber\": 0,\n        \"pageSize\": 25,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalPages\": 1,\n    \"totalElements\": 1,\n    \"size\": 25,\n    \"number\": 0,\n    \"sort\": {\n        \"empty\": false,\n        \"sorted\": true,\n        \"unsorted\": false\n    },\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"empty\": false\n}"}],"_postman_id":"9ce86e10-e5e8-4eb7-b3bb-a7b609c142db"},{"name":"[구매제안수정] PUT /items/{itemId}/proposals/{proposalId}","id":"dca7ecd1-3565-4a08-bf98-4f915e0d287b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"suggestedPrice\": 1100000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/1","urlObject":{"protocol":"http","port":"8080","path":["items","1","proposals","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ef770176-f77c-4707-8fbd-16aa413f394e","name":"[구매제안수정]","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"suggestedPrice\": 1100000\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:54:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"제안이 수정되었습니다.\"\n}"}],"_postman_id":"dca7ecd1-3565-4a08-bf98-4f915e0d287b"},{"name":"[수락/거절] PUT /items/{itemId}/proposals/{proposalId}","id":"f7e7b7ec-15d7-4a98-bfb8-196c19f2c5d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"수락\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/2","urlObject":{"protocol":"http","port":"8080","path":["items","1","proposals","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3d7919fc-305e-410e-b39d-7de205dc9288","name":"[수락/거절]","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"수락\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:54:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"제안의 상태가 변경되었습니다.\"\n}"},{"id":"efa8877b-aad9-4ad2-8ec9-e1f9d34ef36a","name":"[수락/거절] 판매자가 아닌 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"수락\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/2"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:54:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"권한이 없습니다.\"\n}"}],"_postman_id":"f7e7b7ec-15d7-4a98-bfb8-196c19f2c5d8"},{"name":"[구매제안삭제] /items/{itemId}/proposals/{proposalId}","id":"f18eae1e-7fb7-453e-99bc-ce5c3720aae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/1","urlObject":{"protocol":"http","port":"8080","path":["items","1","proposals","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"20a571a0-7245-4d03-8b05-b40f90ee3048","name":"[구매제안삭제]","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:57:07 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"제안을 삭제했습니다.\"\n}"}],"_postman_id":"f18eae1e-7fb7-453e-99bc-ce5c3720aae4"},{"name":"[구매확정] PUT /items/{itemId}/proposals/{proposalId}","id":"d6bb0316-6b3a-4ad3-93d7-4d6841222304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"확정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/1","urlObject":{"protocol":"http","port":"8080","path":["items","1","proposals","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"87dc3763-be50-4b79-aea1-33e7a3aa4d3d","name":"[구매확정]","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"확정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:55:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"구매가 확정되었습니다.\"\n}"},{"id":"7bddb61b-9c7b-4fbd-b847-beffe2dd1b9d","name":"[구매확정] 제안 상태일 때 구매 확정을 하려는 경우","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\": \"확정\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/items/1/proposals/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"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":"Tue, 01 Aug 2023 07:56:43 GMT"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"구매 제안 상태를 확인해주세요.\"\n}"}],"_postman_id":"d6bb0316-6b3a-4ad3-93d7-4d6841222304"}]}