{"info":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","description":"<html><head></head><body><p><strong>SASAP!CK</strong> 프로젝트는 대규모 트래픽 상황에서도 안정적인 서비스를 제공하기 위해<br>마이크로서비스 아키텍처(MSA)를 기반으로 설계된 쇼핑몰 시스템입니다.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"38424997","collectionId":"41e0f5aa-20db-464b-9484-3d8b100f2b20","publishedId":"2sAY4rDjFF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-10-23T03:46:02.000Z"},"item":[{"name":"사용자","item":[{"name":"회원가입","id":"960f6920-757b-426e-859d-b77fb1fc93a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"newUser123\",\r\n  \"password\": \"password\",\r\n  \"nickname\": \"nickname\",\r\n  \"email\": \"사용자 이메일\",\r\n  \"role\": \"사용자\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/users/sign-up","description":"<h3 id=\"기능\">기능</h3>\n<p>- </p>\n","urlObject":{"path":["api","users","sign-up"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cad074d8-7ede-464f-a5b4-dc904c6690ff","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"newUser123\",\r\n  \"password\": \"password\",\r\n  \"nickname\": \"nickname\",\r\n  \"email\": \"사용자 이메일\",\r\n  \"role\": \"사용자\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/users/sign-up"},"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":"Date","value":"Thu, 24 Oct 2024 13:14:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"CREATED\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"960f6920-757b-426e-859d-b77fb1fc93a1"},{"name":"(유저)로그인","event":[{"listen":"test","script":{"id":"ace8d2b1-e93e-4aab-9e8d-5fc1430f9c17","exec":["pm.globals.set(\"token\", pm.response.json().data.token);\r","pm.globals.set(\"sasaping-token\", pm.response.json().data.token);\r",""],"type":"text/javascript","packages":{}}}],"id":"c0d92967-32b4-47ce-90a7-cc40ee43c98a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"yooyouny\",\r\n  \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/auth/sign-in","urlObject":{"path":["api","auth","sign-in"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d79f4bd8-ce22-4eb6-a024-07432da0e553","name":"(유저)로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"bug-user\",\r\n  \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/sign-in"},"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":"Date","value":"Thu, 24 Oct 2024 13:14:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiJ9.eyJVU0VSX0lEIjo0LCJVU0VSX1JPTEUiOiJST0xFX1VTRVIiLCJVU0VSX05BTUUiOiJidWctdXNlciIsImlhdCI6MTcyOTc3NTY2NiwiZXhwIjoxNzMzMzc1NjY2fQ.Ut8XRYNFNfPeBxM4uL5JkhKdUXzhggT5gDQ0Oq7Xwo4\"\n    }\n}"}],"_postman_id":"c0d92967-32b4-47ce-90a7-cc40ee43c98a"},{"name":"(관리자)로그인","event":[{"listen":"test","script":{"id":"ace8d2b1-e93e-4aab-9e8d-5fc1430f9c17","exec":["pm.globals.set(\"admin-token\", pm.response.json().data.token);\r","pm.globals.set(\"sasaping-admin-token\", pm.response.json().data.token);\r",""],"type":"text/javascript","packages":{}}}],"id":"5ef8af3a-6fe5-45e5-8564-e0a5da187117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"bug-admin\",\r\n  \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/sign-in","urlObject":{"path":["api","auth","sign-in"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5f981387-4668-4974-aa26-e08d022ae3ee","name":"(관리자)로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"username\": \"bug-admin\",\r\n  \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/auth/sign-in"},"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":"Date","value":"Thu, 24 Oct 2024 13:14:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"token\": \"eyJhbGciOiJIUzI1NiJ9.eyJVU0VSX0lEIjozLCJVU0VSX1JPTEUiOiJST0xFX0FETUlOIiwiVVNFUl9OQU1FIjoiYnVnLWFkbWluIiwiaWF0IjoxNzI5Nzc1NjgyLCJleHAiOjE3MzMzNzU2ODJ9.Rafm1UWZZ1W2AUAo4mLR6aeJezr1LijWLJish_b7xhU\"\n    }\n}"}],"_postman_id":"5ef8af3a-6fe5-45e5-8564-e0a5da187117"},{"name":"비밀번호 재설정","id":"e7bee529-fc4a-47fe-a63f-65dc59949032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentPassword\": \"password\",\r\n  \"updatePassword\": \"password456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/users/reset-password","urlObject":{"path":["api","users","reset-password"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e16036a0-4d47-4fab-8861-f417656ae665","name":"비밀번호 재설정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentPassword\": \"password456\",\r\n  \"updatePassword\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/users/reset-password"},"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":"Date","value":"Wed, 23 Oct 2024 15:22:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"e7bee529-fc4a-47fe-a63f-65dc59949032"},{"name":"(유저)마이페이지 조회","id":"11284f37-8495-4706-a0cb-36f567d0f09b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users/me","urlObject":{"path":["api","users","me"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"547e92e4-d0c0-490a-a188-85cef894eb0e","name":"(유저)마이페이지 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users/me"},"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":"Date","value":"Thu, 24 Oct 2024 13:15:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"userId\": 4,\n        \"username\": \"bug-user\",\n        \"role\": \"ROLE_USER\",\n        \"point\": 0\n    }\n}"}],"_postman_id":"11284f37-8495-4706-a0cb-36f567d0f09b"},{"name":"(관리자)사용자 단일 조회","id":"02a9089d-9d7b-4fc4-9b91-49a30e730755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users/5","urlObject":{"path":["api","users","5"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d5ce1d00-3cb8-4029-ac2a-fbf9295efbac","name":"(관리자)사용자 단일 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users/5"},"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":"Date","value":"Thu, 24 Oct 2024 13:15:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"userId\": 5,\n        \"username\": \"bug-manager\",\n        \"role\": \"ROLE_MANAGER\",\n        \"point\": 0\n    }\n}"}],"_postman_id":"02a9089d-9d7b-4fc4-9b91-49a30e730755"},{"name":"(관리자)사용자 전체 조회","id":"08cb6d77-f8e1-4260-9574-20168f7cc7fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users","urlObject":{"path":["api","users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"54c92b8d-6b69-4fae-9dd0-909211e21e7c","name":"(관리자)사용자 전체 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users"},"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":"Date","value":"Thu, 24 Oct 2024 13:16:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": [\n        {\n            \"userId\": 1,\n            \"username\": \"newUser\",\n            \"role\": \"ROLE_ADMIN\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 2,\n            \"username\": \"yooyouny\",\n            \"role\": \"ROLE_ADMIN\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 3,\n            \"username\": \"bug-admin\",\n            \"role\": \"ROLE_ADMIN\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 4,\n            \"username\": \"bug-user\",\n            \"role\": \"ROLE_USER\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 5,\n            \"username\": \"bug-manager\",\n            \"role\": \"ROLE_MANAGER\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 6,\n            \"username\": \"bug-manager2\",\n            \"role\": \"ROLE_MANAGER\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 7,\n            \"username\": \"bug-user2\",\n            \"role\": \"ROLE_USER\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 8,\n            \"username\": \"newUser13\",\n            \"role\": \"ROLE_USER\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 9,\n            \"username\": \"newUser133\",\n            \"role\": \"ROLE_USER\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 10,\n            \"username\": \"newUser2\",\n            \"role\": \"ROLE_USER\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 11,\n            \"username\": \"newUser3\",\n            \"role\": \"ROLE_ADMIN\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 12,\n            \"username\": \"newUser222\",\n            \"role\": \"ROLE_USER\",\n            \"point\": 0\n        },\n        {\n            \"userId\": 13,\n            \"username\": \"newUser123\",\n            \"role\": \"ROLE_USER\",\n            \"point\": 0\n        }\n    ]\n}"}],"_postman_id":"08cb6d77-f8e1-4260-9574-20168f7cc7fc"},{"name":"(유저)내 등급 조회","id":"47757177-a148-48bb-a080-a953ff91171b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users/tier/me","urlObject":{"path":["api","users","tier","me"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"75ef1828-35db-42c0-a152-94108eca5323","name":"(유저)내 등급 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users/tier/me"},"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":"Date","value":"Thu, 24 Oct 2024 13:16:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"userId\": 4,\n        \"username\": \"bug-user\",\n        \"tier\": \"골드핑그르르\"\n    }\n}"}],"_postman_id":"47757177-a148-48bb-a080-a953ff91171b"},{"name":"(관리자)단일 사용자 등급 조회","id":"df3267e4-cdca-462f-9099-c89b828737ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users/tier/4","urlObject":{"path":["api","users","tier","4"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f67feb5c-2511-4348-a9d9-e6016dda763a","name":"(관리자)단일 사용자 등급 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users/tier/4"},"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":"Date","value":"Thu, 24 Oct 2024 13:16:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"userId\": 4,\n        \"username\": \"bug-user\",\n        \"tier\": \"골드핑그르르\"\n    }\n}"}],"_postman_id":"df3267e4-cdca-462f-9099-c89b828737ef"},{"name":"(관리자)전체 사용자 등급 조회","id":"ffba1b18-1290-431f-b2ea-1810ff9c994f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users/tier","urlObject":{"path":["api","users","tier"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"12bf2320-1923-4682-92c0-233fb1e42bdd","name":"(관리자)전체 사용자 등급 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users/tier"},"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":"Date","value":"Thu, 24 Oct 2024 13:17:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [\n            {\n                \"userId\": 8,\n                \"username\": \"newUser13\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 9,\n                \"username\": \"newUser133\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 4,\n                \"username\": \"bug-user\",\n                \"tier\": \"골드핑그르르\"\n            },\n            {\n                \"userId\": 1,\n                \"username\": \"newUser\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 2,\n                \"username\": \"yooyouny\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 3,\n                \"username\": \"bug-admin\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 5,\n                \"username\": \"bug-manager\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 6,\n                \"username\": \"bug-manager2\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 7,\n                \"username\": \"bug-user2\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 10,\n                \"username\": \"newUser2\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 11,\n                \"username\": \"newUser3\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 12,\n                \"username\": \"newUser222\",\n                \"tier\": \"애기핑\"\n            },\n            {\n                \"userId\": 13,\n                \"username\": \"newUser123\",\n                \"tier\": \"애기핑\"\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 1,\n        \"totalElements\": 13,\n        \"last\": true,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"numberOfElements\": 13,\n        \"first\": true,\n        \"empty\": false\n    }\n}"}],"_postman_id":"ffba1b18-1290-431f-b2ea-1810ff9c994f"},{"name":"(관리자)사용자 등급 수정","id":"f597bdae-6ddc-499a-8743-7e0be06bab14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tier\": \"애기핑\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/users/tier/6","urlObject":{"path":["api","users","tier","6"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bd6bd0d0-7685-486e-a829-8b0c099fd5b2","name":"(관리자)사용자 등급 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"tier\": \"애기핑\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/users/tier/6"},"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":"Date","value":"Thu, 24 Oct 2024 13:22:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"f597bdae-6ddc-499a-8743-7e0be06bab14"}],"id":"ae280e58-0b7f-4c11-9ed0-fe7978dc15b6","_postman_id":"ae280e58-0b7f-4c11-9ed0-fe7978dc15b6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}}},{"name":"(관리자)등급","item":[{"name":"등급 생성","id":"3ddbf3bd-60a6-424e-8e93-558703f9112d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"골드핑핑핑핑골드핑핑핑핑\",\r\n  \"thresholdPrice\": 150000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/tier","urlObject":{"path":["api","tier"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"877cb608-5904-44d0-9747-8beb98bd2c30","name":"등급 생성","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"골드핑핑핑핑골드핑핑핑핑\",\r\n  \"thresholdPrice\": 150000\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/tier"},"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":"Date","value":"Thu, 24 Oct 2024 13:25:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"CREATED\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"3ddbf3bd-60a6-424e-8e93-558703f9112d"},{"name":"등급 조회","id":"f660658c-5474-4368-834a-d5f678664bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/tier","urlObject":{"path":["api","tier"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4f5984f1-a00b-41c7-a1d3-01d63a91270b","name":"등급 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/tier"},"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":"Date","value":"Thu, 24 Oct 2024 13:26:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": [\n        {\n            \"tierId\": 1,\n            \"name\": \"애기핑\",\n            \"thresholdPrice\": 50000\n        },\n        {\n            \"tierId\": 2,\n            \"name\": \"골드핑그르르\",\n            \"thresholdPrice\": 200000\n        },\n        {\n            \"tierId\": 4,\n            \"name\": \"골드핑핑핑\",\n            \"thresholdPrice\": 150000\n        },\n        {\n            \"tierId\": 5,\n            \"name\": \"골드핑핑핑핑골드핑핑핑핑\",\n            \"thresholdPrice\": 150000\n        }\n    ]\n}"}],"_postman_id":"f660658c-5474-4368-834a-d5f678664bf6"},{"name":"등급 수정","id":"78a179c7-b8e5-495f-83e1-3c33402a92f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"골드핑그르르\",\r\n  \"thresholdPrice\": 200000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/tier/2","urlObject":{"path":["api","tier","2"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"26c64782-b478-487e-8da2-6b41b05550b0","name":"등급 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"골드핑그르르\",\r\n  \"thresholdPrice\": 200000\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/tier/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":"Date","value":"Thu, 24 Oct 2024 13:26:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"78a179c7-b8e5-495f-83e1-3c33402a92f0"},{"name":"등급 삭제","id":"263859b0-150c-4370-ab0a-2fc76a0f1ecb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/api/tier/4","urlObject":{"path":["api","tier","4"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c48fe03d-e4b1-4225-9ce1-cd86881fe014","name":"등급 삭제","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/api/tier/4"},"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":"Date","value":"Thu, 24 Oct 2024 13:27:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"263859b0-150c-4370-ab0a-2fc76a0f1ecb"}],"id":"cd412f52-b5f6-4ece-affe-80a2408c932c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-admin-token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8a8019d3-e093-4dc6-b6b6-64d379e686a3","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"01f319f4-d256-418e-868c-6cb077a75b3e","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"cd412f52-b5f6-4ece-affe-80a2408c932c","description":""},{"name":"배송지","item":[{"name":"배송지 등록","id":"511170ec-07e5-46e5-bd5b-3ad3c7b39b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alias\": \"집\",\r\n  \"recipient\": \"홍길동\",\r\n  \"phoneNumber\": \"010-1234-4321\",\r\n  \"zipcode\": \"12347\",\r\n  \"address\": \"서울시 강남구 테헤란로 456\",\r\n  \"isDefault\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/address","urlObject":{"path":["api","address"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c703aee8-547a-4bb3-9743-68519a1a18de","name":"배송지 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alias\": \"집\",\r\n  \"recipient\": \"홍길동\",\r\n  \"phoneNumber\": \"010-1234-4321\",\r\n  \"zipcode\": \"12347\",\r\n  \"address\": \"서울시 강남구 테헤란로 456\",\r\n  \"isDefault\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/address"},"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":"Date","value":"Thu, 24 Oct 2024 13:27:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"511170ec-07e5-46e5-bd5b-3ad3c7b39b6e"},{"name":"내 배송지 조회","id":"70c1fa6c-b6d5-42b1-bb2b-38adf6d38459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/address/me","urlObject":{"path":["api","address","me"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1d87a404-d981-4010-81bd-2028600cf9b7","name":"내 배송지 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/address/me"},"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":"Date","value":"Thu, 24 Oct 2024 13:28:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": [\n        {\n            \"id\": 6,\n            \"userId\": 4,\n            \"alias\": \"집2\",\n            \"recipient\": \"홍길동2\",\n            \"phoneNumber\": \"010-1234-4321\",\n            \"zipcode\": \"12347\",\n            \"address\": \"서울시 강남구 테헤란로 456\",\n            \"isDefault\": false\n        },\n        {\n            \"id\": 8,\n            \"userId\": 4,\n            \"alias\": \"집\",\n            \"recipient\": \"홍길동\",\n            \"phoneNumber\": \"010-1234-4321\",\n            \"zipcode\": \"12347\",\n            \"address\": \"서울시 강남구 테헤란로 456\",\n            \"isDefault\": false\n        }\n    ]\n}"}],"_postman_id":"70c1fa6c-b6d5-42b1-bb2b-38adf6d38459"},{"name":"배송지 수정","id":"faa72b6d-504d-4977-b130-2d26e00dd11c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alias\": \"회사\",\r\n  \"recipient\": \"김철수\",\r\n  \"phoneNumber\": \"010-9876-5432\",\r\n  \"zipcode\": \"54321\",\r\n  \"address\": \"서울시 서초구 서초대로 456\",\r\n  \"isDefault\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/address/5","urlObject":{"path":["api","address","5"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"82cb1887-d97d-4690-afb3-cbc4080e560f","name":"배송지 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"alias\": \"회사\",\r\n  \"recipient\": \"김철수\",\r\n  \"phoneNumber\": \"010-9876-5432\",\r\n  \"zipcode\": \"54321\",\r\n  \"address\": \"서울시 서초구 서초대로 456\",\r\n  \"isDefault\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/api/address/5"},"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":"Date","value":"Thu, 24 Oct 2024 13:29:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"faa72b6d-504d-4977-b130-2d26e00dd11c"},{"name":"배송지 삭제","id":"4f8ac5c9-0029-45ad-87a5-081b7adcbdd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseUrl}}/api/address/5","urlObject":{"path":["api","address","5"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a8ad1434-3690-47dd-8d7e-104618c125c1","name":"배송지 삭제","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/api/address/5"},"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":"Date","value":"Thu, 24 Oct 2024 13:29:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"4f8ac5c9-0029-45ad-87a5-081b7adcbdd7"}],"id":"2691984b-2237-4ce8-8ab3-68900157dbb7","_postman_id":"2691984b-2237-4ce8-8ab3-68900157dbb7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}}},{"name":"포인트","item":[{"name":"내 포인트 내역 조회","id":"786df3cf-2786-44db-9714-cda6095f0432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users/point/me","urlObject":{"path":["api","users","point","me"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e299d3ff-7e74-4be4-bbaf-0c3546e96624","name":"내 포인트 내역 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users/point/me"},"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":"Date","value":"Thu, 24 Oct 2024 13:30:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 0,\n        \"totalElements\": 0,\n        \"last\": true,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"numberOfElements\": 0,\n        \"first\": true,\n        \"empty\": true\n    }\n}"}],"_postman_id":"786df3cf-2786-44db-9714-cda6095f0432"},{"name":"(관리자)특정 사용자 포인트 내역 조회","id":"64f7343e-2e15-4437-b22d-0f9565b812f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users/point/4","urlObject":{"path":["api","users","point","4"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2bb8a54d-f60e-407d-8537-1509862cb7b5","name":"(관리자)특정 사용자 포인트 내역 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users/point/4"},"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":"Date","value":"Thu, 24 Oct 2024 13:35:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 0,\n        \"totalElements\": 0,\n        \"last\": true,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"numberOfElements\": 0,\n        \"first\": true,\n        \"empty\": true\n    }\n}"}],"_postman_id":"64f7343e-2e15-4437-b22d-0f9565b812f6"},{"name":"(관리자)전체 사용자 포인트 내역 조회","id":"290196b1-effe-4fa0-ac0d-8de9a9ea2564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseUrl}}/api/users/point","urlObject":{"path":["api","users","point"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bf95e15a-ff3d-4702-9e5e-f96bd5835c51","name":"(관리자)전체 사용자 포인트 내역 조회","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/api/users/point"},"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":"Date","value":"Thu, 24 Oct 2024 13:30:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": {\n                \"empty\": true,\n                \"sorted\": false,\n                \"unsorted\": true\n            },\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 0,\n        \"totalElements\": 0,\n        \"last\": true,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": true,\n            \"sorted\": false,\n            \"unsorted\": true\n        },\n        \"numberOfElements\": 0,\n        \"first\": true,\n        \"empty\": true\n    }\n}"}],"_postman_id":"290196b1-effe-4fa0-ac0d-8de9a9ea2564"},{"name":"단일 포인트 내역 삭제","id":"f8f46e86-65d8-4694-a6e5-f99968103f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/users/point/39","urlObject":{"path":["api","users","point","39"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"723a36a2-7bbd-4ff9-991f-62850bcd844b","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/users/point/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":"Date","value":"Wed, 23 Oct 2024 12:08:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"f8f46e86-65d8-4694-a6e5-f99968103f6a"}],"id":"0e0212ab-aaf6-4948-ab2d-3b585f0a8221","_postman_id":"0e0212ab-aaf6-4948-ab2d-3b585f0a8221","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}}},{"name":"상품","item":[{"name":"사전예약","item":[{"name":"사전예약상품 조회","id":"36f3aa55-a173-417d-8c74-c93012119b4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/search/1","urlObject":{"path":["api","preorders","search","1"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"80a2bbd2-9d4d-44f1-8bbb-e994ccb82146","name":"사전예약상품 조회","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/search/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":"Date","value":"Fri, 25 Oct 2024 06:00:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"preOrderId\": 1,\n        \"productId\": \"f0ee2b56-b20d-405f-b541-a9a3bdccdc74\",\n        \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n        \"state\": \"OPEN_FOR_ORDER\",\n        \"startDateTime\": \"2024-10-13T20:00:00\",\n        \"endDateTime\": \"2024-10-13T23:00:00\",\n        \"releaseDateTime\": \"2024-10-20T18:00:00\",\n        \"availableQuantity\": 50,\n        \"public\": true,\n        \"deleted\": false\n    }\n}"}],"_postman_id":"36f3aa55-a173-417d-8c74-c93012119b4f"},{"name":"\b(관리자) 예약 오픈으로 상태변경","id":"1e08954d-92b0-43c0-980f-b57c4a083e9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/1/open","urlObject":{"path":["api","preorders","1","open"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ee9a4b50-8747-41c5-8db6-bcf57b151281","name":"\b(관리자) 예약 오픈으로 상태변경","originalRequest":{"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/2/open"},"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":"Date","value":"Fri, 25 Oct 2024 07:15:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"preOrderId\": 2,\n        \"productId\": \"82e54c41-2c5e-46f6-a526-3d5e59c4259f\",\n        \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n        \"state\": \"OPEN_FOR_ORDER\",\n        \"startDateTime\": \"2024-10-13T20:00:00\",\n        \"endDateTime\": \"2024-10-13T23:00:00\",\n        \"releaseDateTime\": \"2024-10-20T18:00:00\",\n        \"availableQuantity\": 50,\n        \"public\": true,\n        \"deleted\": false\n    }\n}"}],"_postman_id":"1e08954d-92b0-43c0-980f-b57c4a083e9d"},{"name":"(관리자) 사전상품 취소","id":"98b5b613-0e26-4fd8-a942-9180697df418","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/11/cancel","urlObject":{"path":["api","preorders","11","cancel"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"37d10188-2ef7-4941-b389-f886bb6c7105","name":"(관리자) 사전상품 취소","originalRequest":{"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/11/cancel"},"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":"Date","value":"Fri, 25 Oct 2024 07:06:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"preOrderId\": 11,\n        \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n        \"preOrderTitle\": \"삭제테스트\",\n        \"state\": \"CANCELLED\",\n        \"startDateTime\": \"2024-10-13T20:00:00\",\n        \"endDateTime\": \"2024-10-30T23:00:00\",\n        \"releaseDateTime\": \"2024-11-20T18:00:00\",\n        \"availableQuantity\": 50,\n        \"public\": false,\n        \"deleted\": false\n    }\n}"}],"_postman_id":"98b5b613-0e26-4fd8-a942-9180697df418"},{"name":"(관리자) 사전상품 삭제","id":"3405c64d-091d-45a1-94e7-65e220cb15e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/1","urlObject":{"path":["api","preorders","1"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d5fee273-6403-4689-9857-50bf1e6da572","name":"(관리자) 사전상품 삭제","originalRequest":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/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":"Date","value":"Fri, 25 Oct 2024 07:07:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"3405c64d-091d-45a1-94e7-65e220cb15e0"},{"name":"(관리자) 사전예약등록","id":"e19806bd-b501-4f3b-ace0-60e84a2dc594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n  \"preOrderTitle\": \"삭제테스트\",\n  \"startDateTime\": \"2024-10-13T20:00:00\",\n  \"endDateTime\": \"2024-10-30T23:00:00\",\n  \"releaseDateTime\": \"2024-11-20T18:00:00\",\n  \"availableQuantity\": 50\n}\n","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/preorders","urlObject":{"path":["api","preorders"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"562f64d5-82b7-43df-aaa9-bb1ec4a4f31c","name":"(관리자) 사전예약등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n  \"preOrderTitle\": \"삭제테스트\",\n  \"startDateTime\": \"2024-10-13T20:00:00\",\n  \"endDateTime\": \"2024-10-30T23:00:00\",\n  \"releaseDateTime\": \"2024-11-20T18:00:00\",\n  \"availableQuantity\": 50\n}\n","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/preorders"},"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":"Date","value":"Fri, 25 Oct 2024 07:06:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"CREATED\",\n    \"message\": null,\n    \"data\": 11\n}"}],"_postman_id":"e19806bd-b501-4f3b-ace0-60e84a2dc594"},{"name":"(관리자) 사전예약주문","event":[{"listen":"test","script":{"id":"2d98ec73-58d1-4d83-8998-b4bbc1720714","exec":["pm.globals.set(\"token\", pm.response.json().data.token);"],"type":"text/javascript","packages":{}}}],"id":"b6b0143a-5f51-4f21-a66d-eea4dea7ec2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/2/order?addressId=3","urlObject":{"path":["api","preorders","2","order"],"host":["{{sasapingBaseUrl}}"],"query":[{"key":"addressId","value":"3"}],"variable":[]}},"response":[{"id":"316537f0-e723-4612-9048-64aaa6d0419c","name":"(관리자) 사전예약주문","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{sasapingBaseUrl}}/api/preorders/2/order?addressId=3","host":["{{sasapingBaseUrl}}"],"path":["api","preorders","2","order"],"query":[{"key":"addressId","value":"3"}]}},"status":"Forbidden","code":403,"_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":"Date","value":"Fri, 25 Oct 2024 07:15:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"FORBIDDEN\",\n    \"message\": \"예약가능한 시간이 아닙니다\",\n    \"data\": null\n}"}],"_postman_id":"b6b0143a-5f51-4f21-a66d-eea4dea7ec2a"},{"name":"\b사전예약상품 목록 조회","id":"b712b4e5-4039-4555-858e-0fe085f03140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/search","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","preorders","search"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f937a9c2-1998-4af6-97e3-6ecf8d722207","name":"\b사전예약상품 목록 조회","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/preorders/search"},"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":"Date","value":"Fri, 25 Oct 2024 07:07:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [\n            {\n                \"preOrderId\": 10,\n                \"productId\": \"e421ab60-d638-4707-9892-d3f5eca6a34b\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"OPEN_FOR_ORDER\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-30T23:00:00\",\n                \"releaseDateTime\": \"2024-11-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            },\n            {\n                \"preOrderId\": 9,\n                \"productId\": \"e421ab60-d638-4707-9892-d3f5eca6a34b\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"OPEN_FOR_ORDER\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-30T23:00:00\",\n                \"releaseDateTime\": \"2024-11-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            },\n            {\n                \"preOrderId\": 8,\n                \"productId\": \"e421ab60-d638-4707-9892-d3f5eca6a34b\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"OPEN_FOR_ORDER\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-30T23:00:00\",\n                \"releaseDateTime\": \"2024-11-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            },\n            {\n                \"preOrderId\": 7,\n                \"productId\": \"e421ab60-d638-4707-9892-d3f5eca6a34b\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"OPEN_FOR_ORDER\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-30T23:00:00\",\n                \"releaseDateTime\": \"2024-11-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            },\n            {\n                \"preOrderId\": 6,\n                \"productId\": \"e421ab60-d638-4707-9892-d3f5eca6a34b\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"OPEN_FOR_ORDER\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-30T23:00:00\",\n                \"releaseDateTime\": \"2024-11-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            },\n            {\n                \"preOrderId\": 5,\n                \"productId\": \"e421ab60-d638-4707-9892-d3f5eca6a34b\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"OPEN_FOR_ORDER\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-30T23:00:00\",\n                \"releaseDateTime\": \"2024-11-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            },\n            {\n                \"preOrderId\": 4,\n                \"productId\": \"46b163b3-d31b-4d8d-955e-3749a26565cd\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"OPEN_FOR_ORDER\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-30T23:00:00\",\n                \"releaseDateTime\": \"2024-11-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            },\n            {\n                \"preOrderId\": 3,\n                \"productId\": \"82e54c41-2c5e-46f6-a526-3d5e59c4259f\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"OPEN_FOR_ORDER\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-30T23:00:00\",\n                \"releaseDateTime\": \"2024-11-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            },\n            {\n                \"preOrderId\": 2,\n                \"productId\": \"82e54c41-2c5e-46f6-a526-3d5e59c4259f\",\n                \"preOrderTitle\": \"아이폰 16 핑크 사전예약\",\n                \"state\": \"INITIALIZED\",\n                \"startDateTime\": \"2024-10-13T20:00:00\",\n                \"endDateTime\": \"2024-10-13T23:00:00\",\n                \"releaseDateTime\": \"2024-10-20T18:00:00\",\n                \"availableQuantity\": 50,\n                \"public\": true,\n                \"deleted\": false\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 30,\n            \"sort\": {\n                \"empty\": false,\n                \"sorted\": true,\n                \"unsorted\": false\n            },\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 1,\n        \"totalElements\": 9,\n        \"last\": true,\n        \"size\": 30,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": false,\n            \"sorted\": true,\n            \"unsorted\": false\n        },\n        \"numberOfElements\": 9,\n        \"first\": true,\n        \"empty\": false\n    }\n}"}],"_postman_id":"b712b4e5-4039-4555-858e-0fe085f03140"}],"id":"e0be0d2f-3728-4c88-8b41-988ab05d416f","_postman_id":"e0be0d2f-3728-4c88-8b41-988ab05d416f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}}},{"name":"(관리자) 카테고리","item":[{"name":"카테고리 등록","id":"aff63ebf-f566-4451-bf3a-67e4a4cba559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"RING\",\n    \"parentCategoryId\" : 29\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/categories","urlObject":{"path":["api","categories"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b043e82e-ae1e-4bcd-8b71-87c87698ff08","name":"카테고리 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"RING\",\n    \"parentCategoryId\" : 29\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/categories"},"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":"Date","value":"Fri, 25 Oct 2024 07:07:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"CREATED\",\n    \"message\": null,\n    \"data\": 40\n}"}],"_postman_id":"aff63ebf-f566-4451-bf3a-67e4a4cba559"},{"name":"카테고리 전체 조회","id":"9222af53-7119-47f9-b9f3-d1ea1e3c91fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/categories/search","urlObject":{"path":["api","categories","search"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6c2b4494-7496-467b-bac9-2d278c66ae4d","name":"카테고리 전체 조회","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/categories/search"},"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":"Date","value":"Fri, 25 Oct 2024 07:07:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": [\n        {\n            \"categoryId\": 6,\n            \"name\": \"남성 의류\",\n            \"subCategories\": [\n                {\n                    \"categoryId\": 11,\n                    \"name\": \"티셔츠\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 12,\n                    \"name\": \"셔츠\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 13,\n                    \"name\": \"스웨터\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 14,\n                    \"name\": \"후드티\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 15,\n                    \"name\": \"청바지\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 16,\n                    \"name\": \"정장 바지\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 17,\n                    \"name\": \"운동복\",\n                    \"subCategories\": []\n                }\n            ]\n        },\n        {\n            \"categoryId\": 7,\n            \"name\": \"여성 의류\",\n            \"subCategories\": [\n                {\n                    \"categoryId\": 18,\n                    \"name\": \"원피스\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 19,\n                    \"name\": \"블라우스\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 20,\n                    \"name\": \"스커트\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 21,\n                    \"name\": \"니트\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 22,\n                    \"name\": \"청바지\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 23,\n                    \"name\": \"정장 바지\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 24,\n                    \"name\": \"운동복\",\n                    \"subCategories\": []\n                }\n            ]\n        },\n        {\n            \"categoryId\": 8,\n            \"name\": \"남성 신발\",\n            \"subCategories\": [\n                {\n                    \"categoryId\": 25,\n                    \"name\": \"운동화\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 26,\n                    \"name\": \"정장화\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 27,\n                    \"name\": \"슬리퍼\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 28,\n                    \"name\": \"샌들\",\n                    \"subCategories\": []\n                }\n            ]\n        },\n        {\n            \"categoryId\": 9,\n            \"name\": \"여성 신발\",\n            \"subCategories\": [\n                {\n                    \"categoryId\": 29,\n                    \"name\": \"구두\",\n                    \"subCategories\": [\n                        {\n                            \"categoryId\": 40,\n                            \"name\": \"RING\",\n                            \"subCategories\": []\n                        }\n                    ]\n                },\n                {\n                    \"categoryId\": 30,\n                    \"name\": \"스니커즈\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 31,\n                    \"name\": \"슬리퍼\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 32,\n                    \"name\": \"샌들\",\n                    \"subCategories\": []\n                }\n            ]\n        },\n        {\n            \"categoryId\": 10,\n            \"name\": \"액세서리\",\n            \"subCategories\": [\n                {\n                    \"categoryId\": 33,\n                    \"name\": \"모자\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 34,\n                    \"name\": \"시계\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 35,\n                    \"name\": \"가방\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 36,\n                    \"name\": \"벨트\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 37,\n                    \"name\": \"목걸이\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 38,\n                    \"name\": \"귀걸이\",\n                    \"subCategories\": []\n                },\n                {\n                    \"categoryId\": 39,\n                    \"name\": \"반지\",\n                    \"subCategories\": []\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"9222af53-7119-47f9-b9f3-d1ea1e3c91fc"},{"name":"카테고리 삭제","id":"d67fe182-a30e-40eb-955d-4f52107b1bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/categories/11","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","categories","11"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"628144bc-d659-4c6b-93dd-890a3a002c2b","name":"카테고리 삭제","originalRequest":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/categories/11"},"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":"Date","value":"Fri, 25 Oct 2024 07:08:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"d67fe182-a30e-40eb-955d-4f52107b1bac"},{"name":"카테고리 수정","id":"91b39173-bb2a-47fa-be31-de40294e31b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"CLENSING\",\n    \"parentCategoryId\" : 20\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/categories/22","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","categories","22"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3dd2d1f3-e420-4397-bbca-db03690c3554","name":"카테고리수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"CLENSING\",\n    \"parentCategoryId\" : 20\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/categories/22"},"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":"Date","value":"Fri, 25 Oct 2024 07:14:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"categoryId\": 22,\n        \"name\": \"CLENSING\",\n        \"subCategories\": []\n    }\n}"}],"_postman_id":"91b39173-bb2a-47fa-be31-de40294e31b0"}],"id":"2d8d9a6d-7508-49dd-ac55-b426529ce8e4","_postman_id":"2d8d9a6d-7508-49dd-ac55-b426529ce8e4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}}},{"name":"상품 검색 엔진","id":"1ad83843-0771-464a-a990-87369f39c5d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/search?keyword=iphone","description":"<h3 id=\"기능\">기능</h3>\n<ul>\n<li><p>keyword를 이용한 검색</p>\n</li>\n<li><p>정렬 조건으로 검색 정렬</p>\n</li>\n</ul>\n<h3 id=\"\bquery-params\">\bQuery Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n<th>필수 여부</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword</td>\n<td>검색할 상품의 키워드</td>\n<td>상품명, 브랜드, 설명, tag 필드에서 검색됨</td>\n<td>Required</td>\n</tr>\n<tr>\n<td>categoryId</td>\n<td>검색할 상품의 카테고리 ID</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>brandName</td>\n<td>검색할 상품의 브랜드 이름</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>mainColor</td>\n<td>검색할 상품의 메인 색상</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>minPrice</td>\n<td>검색할 상품의 최소 금액</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>maxPrice</td>\n<td>검색할 상품의 최대 금액</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>size</td>\n<td>검색할 상품의 사이즈</td>\n<td></td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>sortOption</td>\n<td>정렬 옵션</td>\n<td>RELEVANCE (기본, 관련순), PRICE_LOW_TO_HIGH (낮은 가격 순), PRICE_HIGH_TO_LOW (높은 가격 순), NEWEST (최신순), OLDEST (오래된 순), NAME_A_TO_Z (이름순(AtoZ)), NAME_Z_TO_A (이름순(ZtoA)), REVIEW (리뷰 많은 순), BEST_SELLING (판매량 많은 순)</td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"참고-사항\">참고 사항</h3>\n<ul>\n<li><p><code>keyword</code> 파라미터는 필수입니다. 이 값이 없으면 <code>검색어가 비어있습니다</code> 라는 안내문구를 반환합니다.</p>\n</li>\n<li><p><code>minPrice</code>, <code>maxPrice</code>는 유효한 숫자 값이어야 합니다.</p>\n</li>\n<li><p><code>sortOption</code>의 값은 대소문자를 구분합니다. 정확히 위에 명시된 값 중 하나를 사용해야 합니다.</p>\n</li>\n<li><p>선택적 파라미터를 제공하지 않으면 해당 조건은 검색에 적용되지 않습니다.</p>\n</li>\n<li><p>잘못된 파라미터 값이 제공될 경우 400 Bad Request 오류를 반환할 수 있습니다.</p>\n</li>\n<li><p>검색한 제품이 없는 경우 빈 배열이 반환됩니다.</p>\n</li>\n</ul>\n","urlObject":{"path":["api","search"],"host":["{{sasapingBaseUrl}}"],"query":[{"key":"keyword","value":"iphone"}],"variable":[]}},"response":[{"id":"931f574e-0169-46c6-a732-6788b42a35f3","name":"검색 엔진","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{sasapingBaseUrl}}/api/search?keyword=iphone","host":["{{sasapingBaseUrl}}"],"path":["api","search"],"query":[{"key":"keyword","value":"iphone"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Oct 2024 12:19:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": [\n        {\n            \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n            \"categoryId\": 28,\n            \"productName\": \"Iphone 16\",\n            \"brandName\": \"Apple\",\n            \"mainColor\": \"pink\",\n            \"size\": \"Pro\",\n            \"originalPrice\": 120000,\n            \"discountedPrice\": 120000,\n            \"discountPercent\": null,\n            \"description\": \"This is an example product description.\",\n            \"thumbnailImgUrl\": \"https://sasaping-products-thumbnail.s3.ap-northeast-2.amazonaws.com/resized-75dec5a4-38cd-49c4-bc0a-6653ea219de5.png\",\n            \"averageRating\": 0,\n            \"soldout\": false,\n            \"tags\": [\n                \"FREE_SHIPPING\",\n                \"NEW\"\n            ],\n            \"reviewCount\": 0,\n            \"salesCount\": 0,\n            \"createdAt\": \"2024-10-24T21:19:21.625025298\",\n            \"public\": true,\n            \"deleted\": false\n        }\n    ]\n}"}],"_postman_id":"1ad83843-0771-464a-a990-87369f39c5d3"},{"name":"상품 목록 조회(필터링, 정렬)","id":"f2babdef-2141-4d49-b883-6a64d55054c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/products/search?categoryId=28","urlObject":{"path":["api","products","search"],"host":["{{sasapingBaseUrl}}"],"query":[{"key":"categoryId","value":"28"}],"variable":[]}},"response":[{"id":"0b5f5dac-a7ef-42c2-88c5-229f71368fca","name":"상품 목록 조회(필터링, 정렬)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{sasapingBaseUrl}}/api/products/search?categoryId=28","host":["{{sasapingBaseUrl}}"],"path":["api","products","search"],"query":[{"key":"categoryId","value":"28"}]}},"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":"Date","value":"Fri, 25 Oct 2024 07:06:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [\n            {\n                \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n                \"categoryId\": 28,\n                \"productName\": \"Iphone 16\",\n                \"brandName\": \"Apple\",\n                \"mainColor\": \"pink\",\n                \"size\": \"Pro\",\n                \"originalPrice\": 120000,\n                \"discountedPrice\": 120000,\n                \"discountPercent\": null,\n                \"description\": \"This is an example product description.\",\n                \"thumbnailImgUrl\": \"https://sasaping-products-thumbnail.s3.ap-northeast-2.amazonaws.com/resized-75dec5a4-38cd-49c4-bc0a-6653ea219de5.png\",\n                \"averageRating\": 0,\n                \"soldout\": false,\n                \"tags\": [\n                    \"FREE_SHIPPING\",\n                    \"NEW\"\n                ],\n                \"reviewCount\": 0,\n                \"salesCount\": 0,\n                \"createdAt\": \"2024-10-24T21:19:21.625025298\",\n                \"public\": false,\n                \"deleted\": false\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 30,\n            \"sort\": {\n                \"empty\": false,\n                \"sorted\": true,\n                \"unsorted\": false\n            },\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 1,\n        \"totalElements\": 1,\n        \"last\": true,\n        \"size\": 30,\n        \"number\": 0,\n        \"sort\": {\n            \"empty\": false,\n            \"sorted\": true,\n            \"unsorted\": false\n        },\n        \"numberOfElements\": 1,\n        \"first\": true,\n        \"empty\": false\n    }\n}"}],"_postman_id":"f2babdef-2141-4d49-b883-6a64d55054c7"},{"name":"단일 상품 조회","id":"ccd68eb1-8373-49a0-9e9a-28f8e1f6e7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/products/search/107e9f07-0a9c-4140-b271-b3a0f80f4319","urlObject":{"path":["api","products","search","107e9f07-0a9c-4140-b271-b3a0f80f4319"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e22bd397-73ab-4fe1-b452-cc1ffa680477","name":"단일상품조회","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/products/search/107e9f07-0a9c-4140-b271-b3a0f80f4319"},"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":"Date","value":"Fri, 25 Oct 2024 07:08:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n        \"categoryId\": 28,\n        \"brandName\": \"Apple\",\n        \"mainColor\": \"pink\",\n        \"size\": \"Pro\",\n        \"productName\": \"Iphone 16\",\n        \"originalPrice\": 120000,\n        \"discountedPrice\": 120000,\n        \"discountPercent\": null,\n        \"stock\": 100,\n        \"description\": \"This is an example product description.\",\n        \"originImgUrl\": \"https://sasaping-products-origin.s3.ap-northeast-2.amazonaws.com/75dec5a4-38cd-49c4-bc0a-6653ea219de5.png\",\n        \"thumbnailImgUrl\": \"https://sasaping-products-thumbnail.s3.ap-northeast-2.amazonaws.com/resized-75dec5a4-38cd-49c4-bc0a-6653ea219de5.png\",\n        \"detailImgUrl\": \"https://sasaping-products-detail.s3.ap-northeast-2.amazonaws.com/41873f38-6c9a-4675-83be-f58e3676926f.png\",\n        \"limitCountPerUser\": 1,\n        \"averageRating\": 0,\n        \"reviewCount\": 0,\n        \"salesCount\": 0,\n        \"soldout\": false,\n        \"tags\": [\n            \"FREE_SHIPPING\",\n            \"NEW\"\n        ],\n        \"createdAt\": \"2024-10-24T21:19:21.625\",\n        \"public\": true,\n        \"deleted\": false\n    }\n}"}],"_postman_id":"ccd68eb1-8373-49a0-9e9a-28f8e1f6e7e1"},{"name":"(관리자) 상품 정보 수정","id":"8b29a14b-e6bd-4fb8-a66e-6bd7402d5f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\n  \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n  \"categoryId\": 28,\n  \"productName\": \"Iphone 16\",\n  \"brandName\": \"Apple\",\n  \"mainColor\": \"pink\",\n  \"size\": \"Pro\",\n  \"originalPrice\": 120000,\n  \"discountPercent\": 30,\n  \"stock\": 100,\n  \"description\": \"업데이트된 상품정보 입니다\",\n  \"limitCountPerUser\": 1,\n  \"tags\": [\"FREE_SHIPPING\", \"NEW\"],\n  \"isPublic\": true\n}","contentType":"application/json","type":"text"},{"key":"productImg","contentType":"image/png","type":"file","value":null},{"key":"detailImg","contentType":"image/png","type":"file","value":null}]},"url":"{{sasapingBaseUrl}}/api/products","urlObject":{"path":["api","products"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f6e3195e-74c1-434c-a9ac-be425307e953","name":"(관리자) 상품 정보 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"formdata","formdata":[{"key":"request","value":"{\n  \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n  \"categoryId\": 28,\n  \"productName\": \"Iphone 16\",\n  \"brandName\": \"Apple\",\n  \"mainColor\": \"pink\",\n  \"size\": \"Pro\",\n  \"originalPrice\": 120000,\n  \"discountPercent\": 30,\n  \"stock\": 100,\n  \"description\": \"업데이트된 상품정보 입니다\",\n  \"limitCountPerUser\": 1,\n  \"tags\": [\"FREE_SHIPPING\", \"NEW\"],\n  \"isPublic\": true\n}","contentType":"application/json","type":"text"},{"key":"productImg","contentType":"image/png","type":"file","value":null},{"key":"detailImg","contentType":"image/png","type":"file","value":null}]},"url":"{{sasapingBaseUrl}}/api/products"},"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":"Date","value":"Fri, 25 Oct 2024 07:18:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\n        \"categoryId\": 28,\n        \"brandName\": \"Apple\",\n        \"mainColor\": \"pink\",\n        \"size\": \"Pro\",\n        \"productName\": \"Iphone 16\",\n        \"originalPrice\": 120000,\n        \"discountedPrice\": 84000,\n        \"discountPercent\": 30,\n        \"stock\": 100,\n        \"description\": \"업데이트된 상품정보 입니다\",\n        \"originImgUrl\": \"https://sasaping-products-origin.s3.ap-northeast-2.amazonaws.com/75dec5a4-38cd-49c4-bc0a-6653ea219de5.png\",\n        \"thumbnailImgUrl\": \"https://sasaping-products-thumbnail.s3.ap-northeast-2.amazonaws.com/resized-75dec5a4-38cd-49c4-bc0a-6653ea219de5.png\",\n        \"detailImgUrl\": \"https://sasaping-products-detail.s3.ap-northeast-2.amazonaws.com/41873f38-6c9a-4675-83be-f58e3676926f.png\",\n        \"limitCountPerUser\": 1,\n        \"averageRating\": 0,\n        \"reviewCount\": 0,\n        \"salesCount\": 0,\n        \"soldout\": false,\n        \"tags\": [\n            \"FREE_SHIPPING\",\n            \"NEW\"\n        ],\n        \"createdAt\": \"2024-10-24T21:19:21.625\",\n        \"public\": true,\n        \"deleted\": false\n    }\n}"}],"_postman_id":"8b29a14b-e6bd-4fb8-a66e-6bd7402d5f3a"},{"name":"(관리자) 상품 등록","id":"9a925c0b-d69e-4065-a4fe-01fd84f6b101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"productImg","contentType":"image/png","type":"file","src":"postman-cloud:///1ef92812-2cab-4080-a870-3446741873b7"},{"key":"request","value":"{\n    \"categoryId\": 41,\n    \"productName\": \"쓰리씨이 페이스 블러쉬\",\n    \"brandName\": \"3CE\",\n    \"mainColor\": \"ROSE BEIGE\",\n    \"size\": \"free\",\n    \"originalPrice\": 12000,\n    \"discountPercent\": 10,\n    \"stock\": 50,\n    \"description\": \"쓰리씨이 페이스 블러쉬\",\n    \"limitCountPerUser\": 2,\n    \"tags\": [\"BEST_SELLER\", \"FREE_SHIPPING\"]\n  }","contentType":"application/json","type":"text"},{"key":"detailImg","contentType":"image/png","type":"file","src":"postman-cloud:///1ef92812-9590-40f0-af88-5b82326c3190"}]},"url":"{{sasapingBaseUrl}}/api/products","urlObject":{"path":["api","products"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"698dae5c-d59b-442f-a166-afc294a14487","name":"(관리자) 상품 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"productImg","contentType":"image/png","type":"file","src":"postman-cloud:///1ef92812-2cab-4080-a870-3446741873b7"},{"key":"request","value":"{\n    \"categoryId\": 41,\n    \"productName\": \"쓰리씨이 페이스 블러쉬\",\n    \"brandName\": \"3CE\",\n    \"mainColor\": \"ROSE BEIGE\",\n    \"size\": \"free\",\n    \"originalPrice\": 12000,\n    \"discountPercent\": 10,\n    \"stock\": 50,\n    \"description\": \"쓰리씨이 페이스 블러쉬\",\n    \"limitCountPerUser\": 2,\n    \"tags\": [\"BEST_SELLER\", \"FREE_SHIPPING\"]\n  }","contentType":"application/json","type":"text"},{"key":"detailImg","contentType":"image/png","type":"file","src":"postman-cloud:///1ef92812-9590-40f0-af88-5b82326c3190"}]},"url":"{{sasapingBaseUrl}}/api/products"},"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":"Date","value":"Fri, 25 Oct 2024 07:28:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"CREATED\",\n    \"message\": null,\n    \"data\": \"ce65e297-7dbc-475d-94c3-85b488c5149f\"\n}"}],"_postman_id":"9a925c0b-d69e-4065-a4fe-01fd84f6b101"},{"name":"(관리자) 상품 삭제","id":"b3d35c4e-e5bc-49b3-b657-db47f3f55536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/products/ce65e297-7dbc-475d-94c3-85b488c5149f","urlObject":{"path":["api","products","ce65e297-7dbc-475d-94c3-85b488c5149f"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"aa49cd69-bb3a-4fb6-a115-81e7d9b55546","name":"(관리자) 상품 삭제","originalRequest":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/products/ce65e297-7dbc-475d-94c3-85b488c5149f"},"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":"Date","value":"Fri, 25 Oct 2024 07:30:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": true\n}"}],"_postman_id":"b3d35c4e-e5bc-49b3-b657-db47f3f55536"},{"name":"(관리자) 상품 솔드아웃","id":"2d8fb5e5-1cf1-4b4b-ae4d-d1c84296d7d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/products/ce65e297-7dbc-475d-94c3-85b488c5149f?soldout=true","urlObject":{"path":["api","products","ce65e297-7dbc-475d-94c3-85b488c5149f"],"host":["{{sasapingBaseUrl}}"],"query":[{"key":"soldout","value":"true"}],"variable":[]}},"response":[{"id":"e6a84dfa-ef25-4dce-a4cc-9ff27b757ea1","name":"(관리자) 상품 솔드아웃","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"{{sasapingBaseUrl}}/api/products/ce65e297-7dbc-475d-94c3-85b488c5149f?soldout=true","host":["{{sasapingBaseUrl}}"],"path":["api","products","ce65e297-7dbc-475d-94c3-85b488c5149f"],"query":[{"key":"soldout","value":"true"}]}},"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":"Date","value":"Fri, 25 Oct 2024 07:30:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"productId\": \"ce65e297-7dbc-475d-94c3-85b488c5149f\",\n        \"categoryId\": 41,\n        \"brandName\": \"3CE\",\n        \"mainColor\": \"ROSE BEIGE\",\n        \"size\": \"free\",\n        \"productName\": \"쓰리씨이 페이스 블러쉬\",\n        \"originalPrice\": 12000,\n        \"discountedPrice\": 10800,\n        \"discountPercent\": 10,\n        \"stock\": 50,\n        \"description\": \"쓰리씨이 페이스 블러쉬\",\n        \"originImgUrl\": \"https://sasaping-products-origin.s3.ap-northeast-2.amazonaws.com/537c2062-c24a-4ad5-9e13-14e25fd6e112.png\",\n        \"thumbnailImgUrl\": \"https://sasaping-products-thumbnail.s3.ap-northeast-2.amazonaws.com/resized-537c2062-c24a-4ad5-9e13-14e25fd6e112.png\",\n        \"detailImgUrl\": \"https://sasaping-products-detail.s3.ap-northeast-2.amazonaws.com/9206d662-f608-4782-b1ec-ec0e30ae3824.png\",\n        \"limitCountPerUser\": 2,\n        \"averageRating\": 0,\n        \"reviewCount\": 0,\n        \"salesCount\": 0,\n        \"soldout\": true,\n        \"tags\": [\n            \"BEST_SELLER\",\n            \"FREE_SHIPPING\"\n        ],\n        \"createdAt\": \"2024-10-25T16:28:16.006\",\n        \"public\": true,\n        \"deleted\": false\n    }\n}"}],"_postman_id":"2d8fb5e5-1cf1-4b4b-ae4d-d1c84296d7d5"}],"id":"1d2681cb-da29-4c2c-b0f3-25d270b8dde1","_postman_id":"1d2681cb-da29-4c2c-b0f3-25d270b8dde1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}}},{"name":"장바구니","item":[{"name":"장바구니 조회","id":"650a1ca2-a0b4-4531-9344-77855dc8db30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/carts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","name":"장바구니","type":"folder"}},"urlObject":{"path":["api","carts"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"650a1ca2-a0b4-4531-9344-77855dc8db30"},{"name":"장바구니 상품 추가","id":"c157db96-a844-4dff-aa1e-1e1525e40cea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"productId\": \"107e9f07-0a9c-4140-b271-b3a0f80f4319\",\r\n  \"quantity\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/carts/products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","name":"장바구니","type":"folder"}},"urlObject":{"path":["api","carts","products"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c157db96-a844-4dff-aa1e-1e1525e40cea"},{"name":"장바구니 상품 삭제","id":"1ec73cab-69bd-47a1-8766-6c5ac6fc99c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/carts/products/{productId}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","name":"장바구니","type":"folder"}},"urlObject":{"path":["api","carts","products","{productId}"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ec73cab-69bd-47a1-8766-6c5ac6fc99c8"},{"name":"장바구니 전체 삭제","id":"14df3bf8-ec66-4f8b-be93-4ec14a26e997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/carts/clear","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","name":"장바구니","type":"folder"}},"urlObject":{"path":["api","carts","clear"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14df3bf8-ec66-4f8b-be93-4ec14a26e997"}],"id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"36ab5e72-2748-4a4f-b6c9-478f488e2ce3","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"c8954544-e75f-48dc-b7dd-b39d019d11f0","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"bf5d6b04-a331-46b2-bf18-f1a83bb58591","description":""},{"name":"주문","item":[{"name":"주문 생성","id":"5b9f9644-eea8-49e5-b202-19f17a103f21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"orderType\": \"STANDARD\",\r\n  \"orderProductInfos\": [\r\n    {\r\n      \"productId\": \"920164fe-8906-4a51-a6b8-1683277d09b2\", // 상품 ID\r\n      \"quantity\": 10 // 상품 수량\r\n    }\r\n  ],\r\n  \"pointPrice\": 0, // 포인트 사용 금액\r\n  \"addressId\": 1 // 배송지 ID\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/orders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5b9f9644-eea8-49e5-b202-19f17a103f21"},{"name":"주문 취소","id":"5c775e5a-db8c-45a8-a61d-6bbba34b625e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/orders/{orderId}/cancel","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders","{orderId}","cancel"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c775e5a-db8c-45a8-a61d-6bbba34b625e"},{"name":"주문 상태 변경","id":"a0281e8a-1cb1-48e0-8232-2ad46353977c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/orders/{orderId}/{orderState}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders","{orderId}","{orderState}"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0281e8a-1cb1-48e0-8232-2ad46353977c"},{"name":"주문 단건 조회","id":"554df9d9-7506-4b92-ac69-52361626d480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/orders/{orderId}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders","{orderId}"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"554df9d9-7506-4b92-ac69-52361626d480"},{"name":"내 주문 조회","id":"4e42d61c-5450-4cf9-8362-94c332f12e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/orders/me?page=&size=&keyword=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders","me"],"host":["{{sasapingBaseUrl}}"],"query":[{"key":"page","value":""},{"key":"size","value":""},{"key":"keyword","value":""}],"variable":[]}},"response":[],"_postman_id":"4e42d61c-5450-4cf9-8362-94c332f12e14"},{"name":"주문 전체조회","id":"3bad92cb-571c-4175-89b9-59d675205c94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/orders/all?page=&size=&userId=&productId=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders","all"],"host":["{{sasapingBaseUrl}}"],"query":[{"key":"page","value":""},{"key":"size","value":""},{"key":"userId","value":""},{"key":"productId","value":""}],"variable":[]}},"response":[],"_postman_id":"3bad92cb-571c-4175-89b9-59d675205c94"},{"name":"주문 주소지 변경","id":"0d5f7cba-8380-46a0-895a-1a6606e16c33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/orders/{orderId}?address_id=","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders","{orderId}"],"host":["{{sasapingBaseUrl}}"],"query":[{"key":"address_id","value":""}],"variable":[]}},"response":[],"_postman_id":"0d5f7cba-8380-46a0-895a-1a6606e16c33"},{"name":"주문 송장번호 등록","id":"8cb4f145-95c3-482f-9211-ff7d6e3c11ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"{{sasapingBaseUrl}}/api/orders/{orderId}/invoice-number/{invoiceNumber}","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders","{orderId}","invoice-number","{invoiceNumber}"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cb4f145-95c3-482f-9211-ff7d6e3c11ca"},{"name":"주문 내역 삭제","id":"2b87b702-848f-4941-9951-dd9eb582f0a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/orders/{orderId]","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","id":"14992483-8ec8-4115-9d4c-9657948b4f5c","name":"주문","type":"folder"}},"urlObject":{"path":["api","orders","{orderId]"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2b87b702-848f-4941-9951-dd9eb582f0a4"}],"id":"14992483-8ec8-4115-9d4c-9657948b4f5c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6b1b9a4d-efb0-4335-82f2-c07360dd60c4","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"4f97c558-50f7-4eb0-be06-88ed1f3cde15","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"14992483-8ec8-4115-9d4c-9657948b4f5c","description":""},{"name":"결제","item":[{"name":"결제 조회(관리자)","id":"e37deaa1-b9cf-407d-b715-c2003e910971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-admin-token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/payments/all","description":"<h3 id=\"기능\">기능</h3>\n<ul>\n<li><p>유저의 결제 정보 조회</p>\n</li>\n<li><p>다양한 parameter로 필터링 가능</p>\n</li>\n</ul>\n<h3 id=\"query-params\">Query Params</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>key</strong></th>\n<th><strong>value</strong></th>\n<th><strong>description</strong></th>\n<th><strong>optional</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>userId</td>\n<td>유저 ID</td>\n<td>조회할 유저의 ID</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>paymentId</td>\n<td>결제 ID</td>\n<td>조회할 결제 ID</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>paymentKey</td>\n<td>결제 Key</td>\n<td>toss에서 발급되는 결제 Key</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>orderId</td>\n<td>주문 ID</td>\n<td>조회할 주문 ID</td>\n<td>Optional</td>\n</tr>\n<tr>\n<td>state</td>\n<td>결제 상태</td>\n<td><code>PAYMENT</code>, <code>PENDING</code>, <code>FAILED</code>, <code>CANCEL</code>, <code>REFUND_PENDING</code>, <code>REFUND</code></td>\n<td>Optional</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"참고사항\">참고사항</h3>\n<ul>\n<li>state의 값은 정확히 위에 명시된 값 중 하나를 사용해야 합니다.</li>\n</ul>\n","urlObject":{"path":["api","payments","all"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5dd3e232-29bf-43d7-bbef-0434591b45d1","name":"결제 조회(관리자)","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/payments/all"},"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":"Date","value":"Thu, 24 Oct 2024 11:07:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [\n            {\n                \"paymentId\": 1,\n                \"orderId\": 6,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241015145044491133\",\n                \"amount\": 107100,\n                \"createdAt\": \"2024-10-15T14:50:46.164322\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 2,\n                \"orderId\": 8,\n                \"state\": \"PAYMENT\",\n                \"orderName\": \"S20241015150449919731\",\n                \"amount\": 4200000,\n                \"createdAt\": \"2024-10-15T15:04:49.556886\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 3,\n                \"orderId\": 9,\n                \"state\": \"PAYMENT\",\n                \"orderName\": \"S20241015153028540350\",\n                \"amount\": 1856400,\n                \"createdAt\": \"2024-10-15T15:30:28.957355\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 4,\n                \"orderId\": 11,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241015154551386365\",\n                \"amount\": 99750,\n                \"createdAt\": \"2024-10-15T15:45:53.240106\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 5,\n                \"orderId\": 12,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241015154627891770\",\n                \"amount\": 99750,\n                \"createdAt\": \"2024-10-15T15:46:28.103833\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 6,\n                \"orderId\": 13,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241015154734543201\",\n                \"amount\": 99750,\n                \"createdAt\": \"2024-10-15T15:47:34.481793\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 7,\n                \"orderId\": 14,\n                \"state\": \"PAYMENT\",\n                \"orderName\": \"S20241015155022470703\",\n                \"amount\": 5807,\n                \"createdAt\": \"2024-10-15T15:50:23.114016\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 8,\n                \"orderId\": 15,\n                \"state\": \"PAYMENT\",\n                \"orderName\": \"S20241015160249892997\",\n                \"amount\": 3539,\n                \"createdAt\": \"2024-10-15T16:02:51.35107\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 9,\n                \"orderId\": 16,\n                \"state\": \"PAYMENT\",\n                \"orderName\": \"S20241015162157459331\",\n                \"amount\": 3539,\n                \"createdAt\": \"2024-10-15T16:21:59.107139\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 10,\n                \"orderId\": 17,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241016034447050012\",\n                \"amount\": 121500,\n                \"createdAt\": \"2024-10-16T03:44:49.488477\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 11,\n                \"orderId\": 18,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241016044352719940\",\n                \"amount\": 121500,\n                \"createdAt\": \"2024-10-16T04:43:54.860495\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 12,\n                \"orderId\": 19,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241016044417010171\",\n                \"amount\": 3256,\n                \"createdAt\": \"2024-10-16T04:44:17.680515\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 13,\n                \"orderId\": 20,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241016044823540442\",\n                \"amount\": 121500,\n                \"createdAt\": \"2024-10-16T04:48:23.683813\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 14,\n                \"orderId\": 21,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241016051445292701\",\n                \"amount\": 3256,\n                \"createdAt\": \"2024-10-16T05:14:47.86069\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 15,\n                \"orderId\": 22,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241016053331522810\",\n                \"amount\": 3256,\n                \"createdAt\": \"2024-10-16T05:33:33.457064\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 16,\n                \"orderId\": 23,\n                \"state\": \"PENDING\",\n                \"orderName\": \"S20241016055957374745\",\n                \"amount\": 3256,\n                \"createdAt\": \"2024-10-16T05:59:59.586963\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 17,\n                \"orderId\": 24,\n                \"state\": \"CANCEL\",\n                \"orderName\": \"S20241016061352813152\",\n                \"amount\": 3256,\n                \"createdAt\": \"2024-10-16T06:13:54.275056\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 18,\n                \"orderId\": 25,\n                \"state\": \"CANCEL\",\n                \"orderName\": \"S20241016062312727678\",\n                \"amount\": 25500000,\n                \"createdAt\": \"2024-10-16T06:23:12.471981\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 19,\n                \"orderId\": 26,\n                \"state\": \"PAYMENT\",\n                \"orderName\": \"S20241016063246991060\",\n                \"amount\": 1215000,\n                \"createdAt\": \"2024-10-16T06:32:47.014855\",\n                \"histories\": null\n            },\n            {\n                \"paymentId\": 20,\n                \"orderId\": 27,\n                \"state\": \"CANCEL\",\n                \"orderName\": \"S20241016063355899854\",\n                \"amount\": 1215000,\n                \"createdAt\": \"2024-10-16T06:33:55.362342\",\n                \"histories\": null\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": [],\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 2,\n        \"totalElements\": 22,\n        \"last\": false,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": [],\n        \"numberOfElements\": 20,\n        \"first\": true,\n        \"empty\": false\n    }\n}"}],"_postman_id":"e37deaa1-b9cf-407d-b715-c2003e910971"}],"id":"d2b531ac-fdd5-4f08-8dd4-084c8fe407c8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"140a32a0-0b51-4d6f-beb8-8eddd6118395","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"60ac40d2-884f-4791-aada-295fb53b5b3c","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"d2b531ac-fdd5-4f08-8dd4-084c8fe407c8","description":""},{"name":"프로모션","item":[{"name":"(관리자)프로모션 생성","id":"202d718b-a91a-4c95-82d8-2a9f4714781d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"2024 가을 세일 이벤트\",\r\n  \"imgUrl\": \"https://example.com/images/fall-sale.jpg\",\r\n  \"content\": \"올 가을, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\r\n  \"startAt\": \"2024-10-21T10:00:00\",\r\n  \"endAt\": \"2024-10-31T23:59:59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/events","urlObject":{"path":["api","events"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"367596bd-74d1-4ddf-8e22-9303e6084a8e","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"2024 가을 세일 이벤트\",\r\n  \"imgUrl\": \"https://example.com/images/fall-sale.jpg\",\r\n  \"content\": \"올 가을, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\r\n  \"startAt\": \"2024-10-21T10:00:00\",\r\n  \"endAt\": \"2024-10-31T23:59:59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/events"},"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":"Date","value":"Wed, 23 Oct 2024 12:21:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"CREATED\",\n    \"message\": null,\n    \"data\": {\n        \"createdAt\": \"2024-10-23T21:21:16.289257595\",\n        \"createdBy\": null,\n        \"updatedAt\": \"2024-10-23T21:21:16.289257595\",\n        \"updatedBy\": null,\n        \"id\": 2,\n        \"title\": \"2024 가을 세일 이벤트\",\n        \"img_url\": \"https://example.com/images/fall-sale.jpg\",\n        \"content\": \"올 가을, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\n        \"start_at\": \"2024-10-21T10:00:00\",\n        \"end_at\": \"2024-10-31T23:59:59\",\n        \"_deleted\": false\n    }\n}"}],"_postman_id":"202d718b-a91a-4c95-82d8-2a9f4714781d"},{"name":"프로모션 전체 조회*권한있어야 조회됨","id":"5b540bb0-638e-4081-a68a-2031e1cd0e4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/events","urlObject":{"path":["api","events"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c518f60a-add4-4a1c-b55d-00c69a4c806f","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/events"},"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":"Date","value":"Wed, 23 Oct 2024 12:46:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [\n            {\n                \"id\": 1,\n                \"title\": \"2024 가을 세일 이벤트\",\n                \"imgUrl\": \"https://example.com/images/fall-sale.jpg\",\n                \"content\": \"올 가을, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\n                \"startAt\": \"2024-10-21T10:00\",\n                \"endAt\": \"2024-10-31T23:59:59\"\n            },\n            {\n                \"id\": 2,\n                \"title\": \"2024 가을 세일 이벤트\",\n                \"imgUrl\": \"https://example.com/images/fall-sale.jpg\",\n                \"content\": \"올 가을, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\n                \"startAt\": \"2024-10-21T10:00\",\n                \"endAt\": \"2024-10-31T23:59:59\"\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": [],\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 1,\n        \"totalElements\": 2,\n        \"last\": true,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": [],\n        \"numberOfElements\": 2,\n        \"first\": true,\n        \"empty\": false\n    }\n}"}],"_postman_id":"5b540bb0-638e-4081-a68a-2031e1cd0e4b"},{"name":"프로모션 단일 조회","id":"c9f3defe-c17a-4189-b506-0e30230053d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/events/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","events","1"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"66b237f6-f2b5-42a2-b6a3-54f28d4c75d0","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/events/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":"Date","value":"Wed, 23 Oct 2024 12:47:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"id\": 1,\n        \"title\": \"2024 가을 세일 이벤트\",\n        \"imgUrl\": \"https://example.com/images/fall-sale.jpg\",\n        \"content\": \"올 가을, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\n        \"startAt\": \"2024-10-21T10:00\",\n        \"endAt\": \"2024-10-31T23:59:59\"\n    }\n}"}],"_postman_id":"c9f3defe-c17a-4189-b506-0e30230053d2"},{"name":"(관리자)프로모션 수정","id":"7eb9cc0b-5734-4d8a-9e86-21e51e896650","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin-token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"2024 겨울 세일 이벤트\",\r\n  \"imgUrl\": \"https://example.com/images/winter-sale.jpg\",\r\n  \"content\": \"올 겨울, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\r\n  \"startAt\": \"2024-10-21T10:00:00\",\r\n  \"endAt\": \"2024-10-31T23:59:59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/events/1","urlObject":{"path":["api","events","1"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"52128c8b-64ce-44a2-a1ce-f0328627dfd8","name":"(관리자)이벤트 수정","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"2024 겨울 세일 이벤트\",\r\n  \"imgUrl\": \"https://example.com/images/winter-sale.jpg\",\r\n  \"content\": \"올 겨울, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\r\n  \"startAt\": \"2024-10-21T10:00:00\",\r\n  \"endAt\": \"2024-10-31T23:59:59\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/events/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":"Date","value":"Thu, 24 Oct 2024 13:39:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"createdAt\": \"2024-10-21T19:58:36.014899\",\n        \"createdBy\": null,\n        \"updatedAt\": \"2024-10-23T21:49:38.889801\",\n        \"updatedBy\": null,\n        \"id\": 1,\n        \"title\": \"2024 겨울 세일 이벤트\",\n        \"img_url\": \"https://example.com/images/winter-sale.jpg\",\n        \"content\": \"올 겨울, 특별한 세일을 놓치지 마세요! 다양한 상품이 최대 50% 할인됩니다.\",\n        \"start_at\": \"2024-10-21T10:00:00\",\n        \"end_at\": \"2024-10-31T23:59:59\",\n        \"_deleted\": false\n    }\n}"}],"_postman_id":"7eb9cc0b-5734-4d8a-9e86-21e51e896650"},{"name":"(관리자)프로모션 삭제","id":"ecafd146-55a5-4a4f-9f94-f1b699725aac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/events/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","events","2"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8766dad2-3f3d-4899-9354-e0eb40ce2827","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/events/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":"Date","value":"Wed, 23 Oct 2024 12:51:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"ecafd146-55a5-4a4f-9f94-f1b699725aac"},{"name":"(관리자)프로모션 쿠폰 생성","id":"9c0e2ba6-50b4-475a-a0b0-2a6b0d275c63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Test Coupon\",\r\n  \"type\": \"EVENT\",\r\n  \"discountType\": \"PRICE\",\r\n  \"discountValue\": 1000.00,\r\n  \"minBuyPrice\": null,\r\n  \"maxDiscountPrice\": null,\r\n  \"quantity\": 100,\r\n  \"startDate\": \"2024-01-01T00:00:00\",\r\n  \"endDate\": \"2024-12-31T23:59:59\",\r\n  \"userTier\": null,\r\n  \"eventId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/coupons/event","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","coupons","event"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5ba0bb16-4c18-43c1-a96a-b62c2898b7ae","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Test Coupon\",\r\n  \"type\": \"EVENT\",\r\n  \"discountType\": \"PRICE\",\r\n  \"discountValue\": 1000.00,\r\n  \"minBuyPrice\": null,\r\n  \"maxDiscountPrice\": null,\r\n  \"quantity\": 100,\r\n  \"startDate\": \"2024-01-01T00:00:00\",\r\n  \"endDate\": \"2024-12-31T23:59:59\",\r\n  \"userTier\": null,\r\n  \"eventId\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/coupons/event"},"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":"Date","value":"Wed, 23 Oct 2024 12:22:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"9c0e2ba6-50b4-475a-a0b0-2a6b0d275c63"},{"name":"(관리자)쿠폰 전체 조회","id":"6152b9ab-82fc-42ed-a884-c06354c120c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/coupons","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","coupons"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4c56c5c8-3ea2-44c3-807d-39b3d9eb7936","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/coupons"},"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":"Date","value":"Wed, 23 Oct 2024 12:25:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [\n            {\n                \"couponId\": 1,\n                \"name\": \"Test Coupon\",\n                \"type\": \"EVENT\",\n                \"discountType\": \"PRICE\",\n                \"discountValue\": 1000,\n                \"minBuyPrice\": null,\n                \"maxDiscountPrice\": null,\n                \"quantity\": 99,\n                \"startDate\": \"2024-01-01T00:00:00.000+00:00\",\n                \"endDate\": \"2024-12-31T23:59:59.000+00:00\",\n                \"userTier\": null,\n                \"eventId\": 1\n            },\n            {\n                \"couponId\": 2,\n                \"name\": \"Test Coupon\",\n                \"type\": \"EVENT\",\n                \"discountType\": \"PRICE\",\n                \"discountValue\": 1000,\n                \"minBuyPrice\": null,\n                \"maxDiscountPrice\": null,\n                \"quantity\": 100,\n                \"startDate\": \"2024-01-01T00:00:00.000+00:00\",\n                \"endDate\": \"2024-12-31T23:59:59.000+00:00\",\n                \"userTier\": null,\n                \"eventId\": 2\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": [],\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 1,\n        \"totalElements\": 2,\n        \"last\": true,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": [],\n        \"numberOfElements\": 2,\n        \"first\": true,\n        \"empty\": false\n    }\n}"}],"_postman_id":"6152b9ab-82fc-42ed-a884-c06354c120c5"},{"name":"쿠폰 단일 조회","id":"e4505423-1abb-47d2-b5b3-dfd88a71b188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","coupons","1"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"95a07e23-ac75-45c2-911a-4aa1a813fb75","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/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":"Date","value":"Wed, 23 Oct 2024 12:26:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"couponId\": 1,\n        \"name\": \"Test Coupon\",\n        \"type\": \"EVENT\",\n        \"discountType\": \"PRICE\",\n        \"discountValue\": 1000,\n        \"minBuyPrice\": null,\n        \"maxDiscountPrice\": null,\n        \"quantity\": 99,\n        \"startDate\": \"2024-01-01T00:00:00.000+00:00\",\n        \"endDate\": \"2024-12-31T23:59:59.000+00:00\",\n        \"userTier\": null,\n        \"eventId\": 1\n    }\n}"}],"_postman_id":"e4505423-1abb-47d2-b5b3-dfd88a71b188"},{"name":"(관리자)특정 사용자 쿠폰 전체 조회","id":"3df57ebf-d432-41b6-a23d-321aec456f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/users/5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","coupons","users","5"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3d121c50-6469-4707-be4e-3b8868af7444","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/users/5"},"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":"Date","value":"Wed, 23 Oct 2024 12:27:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": [],\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 0,\n        \"totalElements\": 0,\n        \"last\": true,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": [],\n        \"numberOfElements\": 0,\n        \"first\": true,\n        \"empty\": true\n    }\n}"}],"_postman_id":"3df57ebf-d432-41b6-a23d-321aec456f7d"},{"name":"내 쿠폰 전체 조회","id":"f34db4ec-e92c-46d9-a867-35586e67b247","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/users/me","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","coupons","users","me"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a9a17972-cd11-4770-85da-0ed067b045e6","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/me"},"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":"Date","value":"Wed, 23 Oct 2024 12:44:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": {\n        \"content\": [\n            {\n                \"couponId\": 2,\n                \"name\": \"Test Coupon\",\n                \"type\": \"EVENT\",\n                \"discountType\": \"PRICE\",\n                \"discountValue\": 1000,\n                \"minBuyPrice\": null,\n                \"maxDiscountPrice\": null,\n                \"quantity\": 99,\n                \"startDate\": \"2024-01-01T00:00:00.000+00:00\",\n                \"endDate\": \"2024-12-31T23:59:59.000+00:00\",\n                \"userTier\": null,\n                \"eventId\": 2\n            }\n        ],\n        \"pageable\": {\n            \"pageNumber\": 0,\n            \"pageSize\": 20,\n            \"sort\": [],\n            \"offset\": 0,\n            \"paged\": true,\n            \"unpaged\": false\n        },\n        \"totalPages\": 1,\n        \"totalElements\": 1,\n        \"last\": true,\n        \"size\": 20,\n        \"number\": 0,\n        \"sort\": [],\n        \"numberOfElements\": 1,\n        \"first\": true,\n        \"empty\": false\n    }\n}"}],"_postman_id":"f34db4ec-e92c-46d9-a867-35586e67b247"},{"name":"쿠폰 수정","id":"51ecac91-2966-449a-a762-021549a69a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Updated Coupon Name\",\r\n  \"type\": \"EVENT\",\r\n  \"discountType\": \"PERCENTAGE\",\r\n  \"discountValue\": 10.00,\r\n  \"minBuyPrice\": 100.00,\r\n  \"maxDiscountPrice\": 50.00,\r\n  \"quantity\": 100,\r\n  \"startDate\": \"2024-01-01T00:00:00\",\r\n  \"endDate\": \"2024-12-31T23:59:59\",\r\n  \"userTier\": \"GOLD\",\r\n  \"eventId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/coupons/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","coupons","1"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dbdcecc5-6c44-4b18-bd07-cdc028c66855","name":"New Request","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Updated Coupon Name\",\r\n  \"type\": \"EVENT\",\r\n  \"discountType\": \"PERCENTAGE\",\r\n  \"discountValue\": 10.00,\r\n  \"minBuyPrice\": 100.00,\r\n  \"maxDiscountPrice\": 50.00,\r\n  \"quantity\": 100,\r\n  \"startDate\": \"2024-01-01T00:00:00\",\r\n  \"endDate\": \"2024-12-31T23:59:59\",\r\n  \"userTier\": \"GOLD\",\r\n  \"eventId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{sasapingBaseUrl}}/api/coupons/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":"Date","value":"Wed, 23 Oct 2024 12:38:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"51ecac91-2966-449a-a762-021549a69a8a"},{"name":"쿠폰 삭제","id":"ef0bb90b-460b-4bf8-8be1-60ee3ff3cc3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","coupons","1"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"09de8267-a5bf-4f53-b56e-4597f46442c2","name":"New Request","originalRequest":{"method":"DELETE","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/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":"Date","value":"Wed, 23 Oct 2024 12:39:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"ef0bb90b-460b-4bf8-8be1-60ee3ff3cc3a"},{"name":"프로모션 쿠폰 발급","id":"064c2b8e-4e75-45fc-9fad-3da0cbc2bd56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/event/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}},"urlObject":{"path":["api","coupons","event","2"],"host":["{{sasapingBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"77705ff8-4a9d-4b73-9108-59de661eb0b1","name":"New Request","originalRequest":{"method":"POST","header":[],"url":"{{sasapingBaseUrl}}/api/coupons/event/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":"Date","value":"Wed, 23 Oct 2024 12:42:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"statusName\": \"OK\",\n    \"message\": null,\n    \"data\": null\n}"}],"_postman_id":"064c2b8e-4e75-45fc-9fad-3da0cbc2bd56"}],"id":"23b5cd58-5c4c-41d4-a2ae-206d83ee224f","_postman_id":"23b5cd58-5c4c-41d4-a2ae-206d83ee224f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]},"isInherited":true,"source":{"_postman_id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","id":"41e0f5aa-20db-464b-9484-3d8b100f2b20","name":"SASAP!CK API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sasaping-token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"e27cfb26-53aa-4304-bab0-d3f4026b11e6","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"1d64c927-c18b-400a-8449-30860a329b46","type":"text/javascript","packages":{},"exec":[""]}}]}