{"info":{"_postman_id":"166b6a6b-e282-4b81-b18d-efe85c5434dd","name":"5team-be","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"52251055","collectionId":"166b6a6b-e282-4b81-b18d-efe85c5434dd","publishedId":"2sBXcHgy9C","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-26T18:37:52.000Z"},"item":[{"name":"Member","item":[{"name":"1. 회원가입","id":"1a780a3e-aad9-4873-aa0d-191a53c64df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"test\",\r\n    \"email\":\"test@naver.com\",\r\n    \"password\":\"12341234\",\r\n    \"phone_number\":\"010-0000-0000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/member/create","urlObject":{"protocol":"http","port":"8082","path":["member","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1a780a3e-aad9-4873-aa0d-191a53c64df6"},{"name":"2. 로그인","event":[{"listen":"test","script":{"id":"99611492-c459-4e31-a64d-cdf0c0ea58cc","exec":["var data = pm.response.json();\r","pm.environment.set(\"user_token\", data.access_token);\r","pm.environment.set(\"user_token\", data.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"2332145c-a2e7-4e91-8994-616cc5cfb25c","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a8eda3ad-b091-4f65-8644-ab5f40484168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"test@naver.com\",\r\n    \"password\":\"12341234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/member/doLogin","urlObject":{"protocol":"http","port":"8082","path":["member","doLogin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8eda3ad-b091-4f65-8644-ab5f40484168"},{"name":"3. 로그인(관리자)","event":[{"listen":"test","script":{"id":"38a306ae-6656-47b1-aee8-2444af248090","exec":["var data = pm.response.json();\r","pm.environment.set(\"admin_token\", data.access_token);\r","pm.environment.set(\"admin_token\", data.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"16830d0a-7972-4874-ad77-7f723d7b59aa","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2f6f1117-caac-46b8-9b5d-c7477bf31369","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@naver.com\",\r\n    \"password\":\"12341234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/member/doLogin","urlObject":{"protocol":"http","port":"8082","path":["member","doLogin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f6f1117-caac-46b8-9b5d-c7477bf31369"},{"name":"3-2. 로그인(공연등록자)","event":[{"listen":"test","script":{"id":"38a306ae-6656-47b1-aee8-2444af248090","exec":["var data = pm.response.json();\r","pm.environment.set(\"organizer_token\", data.access_token);\r","pm.environment.set(\"organizer_token\", data.refresh_token);"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"16830d0a-7972-4874-ad77-7f723d7b59aa","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"aa107a78-eae5-4cd4-bcc8-d3a2dc562a23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"organizer@naver.com\",\r\n    \"password\":\"12341234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/member/doLogin","urlObject":{"protocol":"http","port":"8082","path":["member","doLogin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa107a78-eae5-4cd4-bcc8-d3a2dc562a23"},{"name":"4. 회원상세조회(관리자)","id":"7cd05f25-0134-43ce-9cd4-1dec8ddcb770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/member/1","urlObject":{"protocol":"http","port":"8082","path":["member","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7cd05f25-0134-43ce-9cd4-1dec8ddcb770"},{"name":"5. 회원목록조회","id":"99ac4471-ab2e-444c-a7fd-c7d7db921bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/admin/users?page=0&size=2&phoneNumber=010-8621-7138","urlObject":{"protocol":"http","port":"8082","path":["admin","users"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"2"},{"disabled":true,"key":"role","value":"ADMIN"},{"key":"phoneNumber","value":"010-8621-7138"}],"variable":[]}},"response":[],"_postman_id":"99ac4471-ab2e-444c-a7fd-c7d7db921bdd"},{"name":"공연주문목록조회","id":"ed159e63-447b-474e-9a0b-50062fa35953","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/organizer/1/orders","urlObject":{"protocol":"http","port":"8082","path":["organizer","1","orders"],"host":["localhost"],"query":[{"disabled":true,"key":"role","value":"ADMIN"}],"variable":[]}},"response":[],"_postman_id":"ed159e63-447b-474e-9a0b-50062fa35953"},{"name":"6. 내정보조회","id":"6fcf8736-bdf5-46e2-a156-e0aa35951cb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/users/me","urlObject":{"protocol":"http","port":"8082","path":["users","me"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fcf8736-bdf5-46e2-a156-e0aa35951cb6"}],"id":"5a881feb-1727-4e15-81dd-5ab939e1e662","_postman_id":"5a881feb-1727-4e15-81dd-5ab939e1e662","description":""},{"name":"Payment","item":[{"name":"1.주문생성","id":"d1626cdc-6978-4b84-ac05-d18abd16b744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"scheduleDate\": \"2026년2월22일\", \"concertName\": \"뉴진스콘서트\", \"seats\": [1]}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/order/create","urlObject":{"protocol":"http","port":"8082","path":["order","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1626cdc-6978-4b84-ac05-d18abd16b744"},{"name":"2.주문조회","id":"074854df-e6b9-44fe-9aa8-759fc889cab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/order/1","urlObject":{"protocol":"http","port":"8082","path":["order","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"074854df-e6b9-44fe-9aa8-759fc889cab1"},{"name":"3. 내주문조회","id":"dcb75a9e-d0fc-4779-b2f1-1b7b6ea46825","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/users/me/orders","urlObject":{"protocol":"http","port":"8082","path":["users","me","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcb75a9e-d0fc-4779-b2f1-1b7b6ea46825"},{"name":"4. 전체주문조회","id":"d1e93cf2-9257-4861-914c-1de6c5b9a498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/orders","urlObject":{"protocol":"http","port":"8082","path":["orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1e93cf2-9257-4861-914c-1de6c5b9a498"},{"name":"4. 공연자 요청","id":"c8d71905-7940-4cb7-9857-429540607cf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/users/requestOrganizer","urlObject":{"protocol":"http","port":"8082","path":["users","requestOrganizer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8d71905-7940-4cb7-9857-429540607cf7"},{"name":"5. 공연자 요청승인(관리자)","id":"eb6a8410-fc04-49f4-88bd-09c75fc42149","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"userId\":3}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/admin/permitOrganizer","urlObject":{"protocol":"http","port":"8082","path":["admin","permitOrganizer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb6a8410-fc04-49f4-88bd-09c75fc42149"},{"name":"6. 결제승인(지연)","id":"38a66f2e-c48f-4843-806d-5383f1daded0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n   \"paymentId\": \"payment_uuid_12345\", // 포트원에서 발급받은 실제 결제 ID (테스트 시 임의 문자열)\r\n    \"orderId\": 1 // 1단계에서 반환받은 orderId\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/payment","urlObject":{"protocol":"http","port":"8082","path":["payment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38a66f2e-c48f-4843-806d-5383f1daded0"}],"id":"81871d5a-8465-4831-9e31-d65a754ff137","_postman_id":"81871d5a-8465-4831-9e31-d65a754ff137","description":""},{"name":"Performer","item":[{"name":"1. 공연자 등록","id":"14fe4a20-d386-47d2-bf60-3786c0bba8c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"아이유\", \"profileImgUrl\":\"path\", \"birth\":\"2026-02-12\"}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/performers/create","urlObject":{"protocol":"http","port":"8082","path":["performers","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"14fe4a20-d386-47d2-bf60-3786c0bba8c5"},{"name":"2. 공연자 좋아요","id":"9100a59d-7ed8-4ccf-ae0a-2aaff3ccbf18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1\n","type":"text","uuid":"54f3c71f-d161-4324-8ef8-8eff4eaff206"}]},"url":"http://localhost:8082/performers/like","urlObject":{"protocol":"http","port":"8082","path":["performers","like"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9100a59d-7ed8-4ccf-ae0a-2aaff3ccbf18"},{"name":"3. 공연자 좋아요취소","id":"d273cf1b-e75f-447b-9902-4ca90a3ab7b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","type":"text","uuid":"2af7588d-ab5d-4d4e-a49a-bde099eab08a"}]},"url":"http://localhost:8082/performers/deleteLike","urlObject":{"protocol":"http","port":"8082","path":["performers","deleteLike"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d273cf1b-e75f-447b-9902-4ca90a3ab7b6"},{"name":"4. 좋아요 전체조회","id":"c59c0d3f-e62b-4677-99fe-8cfb8aff47f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"id","value":"1","type":"text","uuid":"2af7588d-ab5d-4d4e-a49a-bde099eab08a"}]},"url":"http://localhost:8082/performers/likeList","urlObject":{"protocol":"http","port":"8082","path":["performers","likeList"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c59c0d3f-e62b-4677-99fe-8cfb8aff47f3"},{"name":"5. 공연자 조회","id":"c872a018-e44d-467e-a187-f55203e139ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/performers","urlObject":{"protocol":"http","port":"8082","path":["performers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c872a018-e44d-467e-a187-f55203e139ff"},{"name":"6. 공연자 상세 조회","id":"141ab4b0-49da-412e-90e8-6c76d73e5a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/performers/1","urlObject":{"protocol":"http","port":"8082","path":["performers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"141ab4b0-49da-412e-90e8-6c76d73e5a43"},{"name":"7. 공연자가 출연하는 공연 목록 조회","id":"07403da1-4d7c-4568-ac34-7bb7913a02c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/performers/1/concerts","urlObject":{"protocol":"http","port":"8082","path":["performers","1","concerts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"07403da1-4d7c-4568-ac34-7bb7913a02c7"},{"name":"8. 회차 출연진 조회","id":"e9184070-36ce-4b37-aac5-415d96701bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/schedules/1/performers","urlObject":{"protocol":"http","port":"8082","path":["schedules","1","performers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9184070-36ce-4b37-aac5-415d96701bfa"},{"name":"9. 특정 공연자 캐스팅 상세 조회","id":"a457e6fb-f463-4b4c-909f-748cd0be2f6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/schedules/1/performers/1","urlObject":{"protocol":"http","port":"8082","path":["schedules","1","performers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a457e6fb-f463-4b4c-909f-748cd0be2f6d"},{"name":"10. 회차 출연진 추가(ORGANIZER, ADMIN)","id":"4ffda973-6768-4344-90d9-2d7b024c5614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"performerId\": 1,\r\n  \"casting\": \"킹키\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/schedules/organizer/1/performers","urlObject":{"protocol":"http","port":"8082","path":["schedules","organizer","1","performers"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4ffda973-6768-4344-90d9-2d7b024c5614"},{"name":"11. 캐스팅 수정(ORGANIZER, ADMIN)","id":"95413ec6-495d-444b-b79d-db35db2fd1a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"casting\": \"킹키2\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/schedules/organizer/1/performers/1","urlObject":{"protocol":"http","port":"8082","path":["schedules","organizer","1","performers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"95413ec6-495d-444b-b79d-db35db2fd1a6"},{"name":"12. 회차 출연진 삭제(ORGANIZER, ADMIN)","id":"8cc2b5ff-5f3b-492a-9df0-5ce1446017cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:8082/schedules/organizer/1/performers/1","urlObject":{"protocol":"http","port":"8082","path":["schedules","organizer","1","performers","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cc2b5ff-5f3b-492a-9df0-5ce1446017cc"}],"id":"fdc0b045-b063-4eae-9224-a0f23c527e36","_postman_id":"fdc0b045-b063-4eae-9224-a0f23c527e36","description":""},{"name":"Venue","item":[{"name":"1. 공연장 조회 및 검색(COMMON)","id":"1d15c7e6-13e9-4c32-b120-238d13d83e92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/venues","urlObject":{"protocol":"http","port":"8082","path":["venues"],"host":["localhost"],"query":[{"disabled":true,"key":"name","value":""},{"disabled":true,"key":"address","value":""}],"variable":[]}},"response":[],"_postman_id":"1d15c7e6-13e9-4c32-b120-238d13d83e92"},{"name":"2. 공연장 상세조회(COMMON)","id":"ef578646-cc4b-438a-aa1e-a11c3d6934d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/venues/1","urlObject":{"protocol":"http","port":"8082","path":["venues","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef578646-cc4b-438a-aa1e-a11c3d6934d0"},{"name":"4. 공연 목록(COMMON) *Concert 상태 PUBLISHED","id":"34820875-cbbb-4df4-a8e3-51a082500c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/venues/1/concerts?page=0&size=5","urlObject":{"protocol":"http","port":"8082","path":["venues","1","concerts"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"}],"variable":[]}},"response":[],"_postman_id":"34820875-cbbb-4df4-a8e3-51a082500c18"},{"name":"3. 좌석맵 목록(COMMON) *SeatMap 상태 PUBLISHED","id":"90618b4e-ae53-4179-93c6-779c819aecf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/venues/1/seat-maps?page=0&size=5","urlObject":{"protocol":"http","port":"8082","path":["venues","1","seat-maps"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"}],"variable":[]}},"response":[],"_postman_id":"90618b4e-ae53-4179-93c6-779c819aecf3"},{"name":"6. 공연장생성(ADMIN)","id":"7e49555b-ba29-4a1e-94a0-d99a796d5748","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  \"venueAddressReqDto\": {\r\n    \"formattedAddress\": \"서울특별시 종로구 세종대로 175\",\r\n    \"road\": \"세종대로\",\r\n    \"houseNumber\": \"175\",\r\n    \"sido\": \"서울특별시\",\r\n    \"sigungu\": \"종로구\",\r\n    \"eupmyeondong\": \"세종로\",\r\n    \"postCode\": \"03172\",\r\n    \"latitude\": 37.5726,\r\n    \"longitude\": 126.9769\r\n  },\r\n    \"addressDetail\": \"새로운 홀\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/venues/admin/create","urlObject":{"protocol":"http","port":"8082","path":["venues","admin","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e49555b-ba29-4a1e-94a0-d99a796d5748"},{"name":"7. 공연장 수정(ADMIN)","id":"b8b2a05f-24ea-4130-b2d5-fc1457c6f800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"세종문화회관\",\r\n  \"venueStatus\": \"INACTIVE\",\r\n  \"venueAddressReqDto\": {\r\n    \"formattedAddress\": \"서울특별시 종로구 세종대로 175(수정2)\",\r\n    \"sido\": \"서울특별시\",\r\n    \"sigungu\": \"종로구\",\r\n    \"eupmyeondong\": \"세종로\",\r\n    \"road\": \"세종대로\",\r\n    \"houseNumber\": \"175\",\r\n    \"postCode\": \"03172\",\r\n    \"latitude\": 37.5726,\r\n    \"longitude\": 126.9769\r\n  }\r\n    ,\"addressDetail\": \"소극장(수정)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/venues/admin/update/1","urlObject":{"protocol":"http","port":"8082","path":["venues","admin","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8b2a05f-24ea-4130-b2d5-fc1457c6f800"},{"name":"8. 사용 가능한 공연장 목록(ORGANIZER)","id":"b3e47286-0b0f-4f13-a185-2a6f364c0196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/venues/organizer?for-concert=true","urlObject":{"protocol":"http","port":"8082","path":["venues","organizer"],"host":["localhost"],"query":[{"key":"for-concert","value":"true"}],"variable":[]}},"response":[],"_postman_id":"b3e47286-0b0f-4f13-a185-2a6f364c0196"},{"name":"9. 근처 공연장(COMMON)","id":"34eb2afe-47ca-496a-89cf-047030ac9cb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/venues/nearby?latitude=37.5726&longitude=126.9769&radiusKm=3&page=0&size=10&sort=distance,asc","urlObject":{"protocol":"http","port":"8082","path":["venues","nearby"],"host":["localhost"],"query":[{"description":{"content":"<p>기준 위도</p>\n","type":"text/plain"},"key":"latitude","value":"37.5726"},{"description":{"content":"<p>기준 경도</p>\n","type":"text/plain"},"key":"longitude","value":"126.9769"},{"description":{"content":"<p>반경 3km</p>\n","type":"text/plain"},"key":"radiusKm","value":"3"},{"key":"page","value":"0"},{"key":"size","value":"10"},{"description":{"content":"<p>거리순 정렬</p>\n","type":"text/plain"},"key":"sort","value":"distance,asc"}],"variable":[]}},"response":[],"_postman_id":"34eb2afe-47ca-496a-89cf-047030ac9cb9"}],"id":"68ede871-b1d6-49d5-9613-06532bce4195","_postman_id":"68ede871-b1d6-49d5-9613-06532bce4195","description":""},{"name":"SeatMap(좌석 배치도)","item":[{"name":"1. 배치도 생성(배치도만)","id":"9d30eae6-08b8-45c3-9d9e-8151bca2d39b","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    \"venueId\":1,\r\n    \"name\":\"콘서트3형3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-maps/admin/create","urlObject":{"protocol":"http","port":"8082","path":["seat-maps","admin","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d30eae6-08b8-45c3-9d9e-8151bca2d39b"},{"name":"2. 배치도 & 구역 생성","id":"77165aee-d0c4-4f49-a718-e67da1d32ede","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    \"venueId\": 9,\r\n    \"name\": \"콘서트용 기본 레이아웃\",\r\n    \"sections\": [\r\n        {\r\n            \"name\": \"VIP구역\",\r\n            \"displayColor\": \"#FF5733\",\r\n            \"totalRow\": 5,\r\n            \"seatsPerRow\": 10,\r\n            \"initialGrade\": \"VIP\"\r\n        },\r\n        {\r\n            \"name\": \"A구역\",\r\n            \"displayColor\": \"#33C3F0\",\r\n            \"totalRow\": 5,\r\n            \"seatsPerRow\": 10,\r\n            \"initialGrade\": \"S\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-maps/admin/createWithSections","urlObject":{"protocol":"http","port":"8082","path":["seat-maps","admin","createWithSections"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"77165aee-d0c4-4f49-a718-e67da1d32ede"},{"name":"3. 기존 배치도에 구역 추가","id":"9bddb679-3576-48d8-bdae-a711a7d0a183","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\": \"B구역\",\r\n    \"displayColor\": \"#00FF00\",\r\n    \"totalRow\": 5,\r\n    \"seatsPerRow\": 5,\r\n    \"initialGrade\": \"R\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-maps/admin/4/create","urlObject":{"protocol":"http","port":"8082","path":["seat-maps","admin","4","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bddb679-3576-48d8-bdae-a711a7d0a183"},{"name":"4. 배치도 상세 조회","id":"ee5caabb-08b8-4a4c-a069-63c6d87eaf8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/seat-maps/admin/1","urlObject":{"protocol":"http","port":"8082","path":["seat-maps","admin","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee5caabb-08b8-4a4c-a069-63c6d87eaf8a"},{"name":"5. 배치도명 변경","id":"e6fc6aba-e32b-4323-ada5-4ba316d62196","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\": \"VIP확장형\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-maps/admin/updateName/1","urlObject":{"protocol":"http","port":"8082","path":["seat-maps","admin","updateName","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6fc6aba-e32b-4323-ada5-4ba316d62196"},{"name":"6. 배치도 상태 변경","id":"8ec8d2d1-30cd-474d-95df-755eac51ab15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-maps/admin/updateStatus/5?status=PUBLISHED\n","urlObject":{"protocol":"http","port":"8082","path":["seat-maps","admin","updateStatus","5"],"host":["localhost"],"query":[{"key":"status","value":"PUBLISHED\n"}],"variable":[]}},"response":[],"_postman_id":"8ec8d2d1-30cd-474d-95df-755eac51ab15"}],"id":"fc87bb42-8076-48fa-a3b5-330b36e686e2","_postman_id":"fc87bb42-8076-48fa-a3b5-330b36e686e2","description":""},{"name":"SeatSection(좌석 구역)","item":[{"name":"1. 모든 구역 조회(특정 배치도의)","id":"15835647-4976-491c-9573-b2b4edcc70d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/seat-sections/admin/4","urlObject":{"protocol":"http","port":"8082","path":["seat-sections","admin","4"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"15835647-4976-491c-9573-b2b4edcc70d8"},{"name":"2. 구역 수정(속한 좌석은 삭제후 재 생성)","id":"c7158762-043d-48a1-ae88-efcc235b8f8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"C구역 수정 테스트1\",\r\n    \"displayColor\": \"#AAA12A\",\r\n    \"totalRow\": 1,\r\n    \"seatsPerRow\": 1,\r\n    \"initialGrade\": \"B\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-sections/admin/update/1","urlObject":{"protocol":"http","port":"8082","path":["seat-sections","admin","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7158762-043d-48a1-ae88-efcc235b8f8d"},{"name":"3. 구역 삭제(속한 좌석 같이 삭제)","id":"3f09edea-a0ef-453a-bc13-673bc8e012d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/seat-sections/admin/2","urlObject":{"protocol":"http","port":"8082","path":["seat-sections","admin","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f09edea-a0ef-453a-bc13-673bc8e012d6"}],"id":"4365c7a6-0f61-48f2-92fb-31bef3ecf095","_postman_id":"4365c7a6-0f61-48f2-92fb-31bef3ecf095","description":""},{"name":"SeatDefinition(좌석 정의)","item":[{"name":"1. 모든 좌석 조회(특정 구역의)","id":"43b03234-eb25-4ebe-bf4a-0c366d3d71f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/seat-definitions/admin/sections/5/definitions","urlObject":{"protocol":"http","port":"8082","path":["seat-definitions","admin","sections","5","definitions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"43b03234-eb25-4ebe-bf4a-0c366d3d71f1"},{"name":"2. 좌석 등급 변경","id":"0a37ce14-85a1-44f2-a4d8-a19a06d43b09","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    \"grade\": \"VIP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-definitions/admin/definitions/201/grade","urlObject":{"protocol":"http","port":"8082","path":["seat-definitions","admin","definitions","201","grade"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a37ce14-85a1-44f2-a4d8-a19a06d43b09"},{"name":"3. 여러 좌석 등급 변경","id":"05eddd3e-9424-46db-849a-01e10c94bd55","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    \"definitionIds\": [201, 202, 203, 204, 205],\r\n    \"grade\": \"VIP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-definitions/admin/sections/1/definitions/grade","urlObject":{"protocol":"http","port":"8082","path":["seat-definitions","admin","sections","1","definitions","grade"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"05eddd3e-9424-46db-849a-01e10c94bd55"}],"id":"ab6a13d7-28b2-4544-bb93-accafa9bc533","_postman_id":"ab6a13d7-28b2-4544-bb93-accafa9bc533","description":""},{"name":"SeatHold","item":[{"name":"1. 좌석선점","id":"11c383c2-ec22-48ff-a264-298dc360ade6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-holds/1","urlObject":{"protocol":"http","port":"8082","path":["seat-holds","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"11c383c2-ec22-48ff-a264-298dc360ade6"},{"name":"2. 좌석 선점 해제","id":"8e9b8b11-ea12-4be9-ad9c-c8ac03b0fd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"test1@naver.com\",\r\n    \"password\":\"12341234\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/seat-holds/1","urlObject":{"protocol":"http","port":"8082","path":["seat-holds","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e9b8b11-ea12-4be9-ad9c-c8ac03b0fd4a"}],"id":"275b68ef-74db-4f3f-a0eb-e08f3f308bfc","_postman_id":"275b68ef-74db-4f3f-a0eb-e08f3f308bfc","description":""},{"name":"Concert","item":[{"name":"1. 공연 목록 조회(COMMON)","id":"7aa3af1b-1b34-4978-aed9-f6a10d23dc00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/concerts","urlObject":{"protocol":"http","port":"8082","path":["concerts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7aa3af1b-1b34-4978-aed9-f6a10d23dc00"},{"name":"2. 공연 생성(ORGANIZER)","id":"7f2d9ab7-daa0-4766-9854-fa355fdecfd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"전시/행사\",\r\n  \"category\": \"EXHIBITION\",\r\n  \"status\": \"DRAFT\",\r\n  \"ageLimit\": 12,\r\n  \"seatMapId\": 5\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/concerts/organizer/create","urlObject":{"protocol":"http","port":"8082","path":["concerts","organizer","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f2d9ab7-daa0-4766-9854-fa355fdecfd7"},{"name":"3. 공연 수정(ORGANIZER)","id":"4e094c72-ab9d-43dc-8094-77fe3d0278fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"2026 봄 콘서트\",\r\n  \"status\": \"DRAFT\",\r\n  \"ageLimit\": 12,\r\n  \"seatMapId\": 1\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/concerts/organizer/1","urlObject":{"protocol":"http","port":"8082","path":["concerts","organizer","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e094c72-ab9d-43dc-8094-77fe3d0278fb"},{"name":"4-1. 내 공연 목록 조회(ORGANIZER)","id":"f33841aa-c88f-4309-aaaa-2649fd2a30a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/concerts/organizer","urlObject":{"protocol":"http","port":"8082","path":["concerts","organizer"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f33841aa-c88f-4309-aaaa-2649fd2a30a5"},{"name":"4-2. 공연 상세 조회(COMMON)","id":"27a08152-7f15-40d9-b934-65f65a1dd64c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/concerts/1","urlObject":{"protocol":"http","port":"8082","path":["concerts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"27a08152-7f15-40d9-b934-65f65a1dd64c"},{"name":"5. 공연 게시(ORGANIZER)","id":"2f1f5448-07fc-45fb-a182-5d084e05ac6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"POST","header":[],"url":"http://localhost:8082/concerts/organizer/1/publish","urlObject":{"protocol":"http","port":"8082","path":["concerts","organizer","1","publish"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f1f5448-07fc-45fb-a182-5d084e05ac6f"},{"name":"6. 공연 판매 요약(ORGANIZER)","id":"6da37606-d04e-45a0-9909-6f2f16dadb7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@naver.com\",\r\n    \"password\":\"12341234\"\r\n}"},"url":"http://localhost:8082/organizer/concerts/1/stats","urlObject":{"protocol":"http","port":"8082","path":["organizer","concerts","1","stats"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6da37606-d04e-45a0-9909-6f2f16dadb7a"}],"id":"f60bbf02-0e2d-444c-836f-dee80bea4b3f","_postman_id":"f60bbf02-0e2d-444c-836f-dee80bea4b3f","description":""},{"name":"Concert Schedule","item":[{"name":"1. 회차 추가 + 좌석(Seat) 생성(ORGANIZER)","id":"ab7da6d1-556f-49a9-ad6a-a337053203ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"schedule","value":"{\n  \"playTime\": \"2026-03-09T19:00:00\",\n  \"bookingStart\": \"2026-02-23T16:48:00\",\n  \"bookingEnd\": \"2028-02-23T16:50:00\",\n  \"status\": \"DRAFT\"\n}\n","type":"text","uuid":"fe2aa43e-3470-48ed-ad3a-15bc434a6432","contentType":"application/json"},{"key":"thumbImg","type":"file","uuid":"375a334f-cb5d-4fe7-8d09-10a7988415d0","src":"/C:/Users/Playdata/Pictures/Screenshots/dumbel.png"},{"key":"detailImgs[]","type":"file","uuid":"eb502a5f-74cf-48f5-95a6-ee8b5c1888e2","src":["/C:/Users/Playdata/Pictures/Screenshots/dumbel.png","/C:/Users/Playdata/Pictures/Screenshots/hot.png"]}]},"url":"http://localhost:8082/concerts/organizer/5/schedules","urlObject":{"protocol":"http","port":"8082","path":["concerts","organizer","5","schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab7da6d1-556f-49a9-ad6a-a337053203ff"},{"name":"2. 회차 수정(ORGANIZER)","id":"8e2753ae-523e-4622-9b8b-139b743d2d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"schedule","value":"{\n  \"playTime\": \"2026-03-09T19:00:00\",\n  \"bookingStart\": \"2026-02-23T16:46:00\",\n  \"bookingEnd\": \"2026-02-23T16:49:00\",\n  \"status\": \"DRAFT\"\n}\n","type":"text","uuid":"e2541e2d-59da-4fcf-91d1-f50f2a90f8ef","contentType":"application/json"},{"key":"newThumbImg","type":"file","uuid":"cc1f1e60-8262-4f4f-9d65-3618593e95b2","src":"/C:/Users/Playdata/Pictures/Screenshots/p.png"},{"key":"newDetailImgs[]","type":"file","uuid":"628fa3f3-eb11-4e2b-9b3e-00ab1b202323","src":["/C:/Users/Playdata/Pictures/Screenshots/detail-update.png","/C:/Users/Playdata/Pictures/Screenshots/detail-update2.png"]}]},"url":"http://localhost:8082/concerts/organizer/schedules/1","urlObject":{"protocol":"http","port":"8082","path":["concerts","organizer","schedules","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e2753ae-523e-4622-9b8b-139b743d2d04"},{"name":"3. 회차 목록 조회(COMMON)","id":"445aee51-fa7e-4be4-81ba-2b9f54b237e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/concerts/1/schedules","urlObject":{"protocol":"http","port":"8082","path":["concerts","1","schedules"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"445aee51-fa7e-4be4-81ba-2b9f54b237e5"},{"name":"4. 좌석 조회(해당 공연 스케줄 id로)(COMMON)","id":"ec4ec3bc-48e2-471a-b59e-ae394ef4a160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:8082/schedule/1/seats","urlObject":{"protocol":"http","port":"8082","path":["schedule","1","seats"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec4ec3bc-48e2-471a-b59e-ae394ef4a160"},{"name":"5. 회차 상세 조회(COMMON)","id":"6f6118e0-e090-46c9-b638-e1bf7a216660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/schedule/1","urlObject":{"protocol":"http","port":"8082","path":["schedule","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f6118e0-e090-46c9-b638-e1bf7a216660"},{"name":"6. 회차 좌석맵 조회(배치도+섹션)(COMMON)","id":"28b0ebb2-27a6-4685-9700-bcb61c8ec930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/schedule/1/seat-map","urlObject":{"protocol":"http","port":"8082","path":["schedule","1","seat-map"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"28b0ebb2-27a6-4685-9700-bcb61c8ec930"}],"id":"6e319c13-8ae4-4a01-9d23-671bf93a9cb6","_postman_id":"6e319c13-8ae4-4a01-9d23-671bf93a9cb6","description":""},{"name":"Concert Policy","item":[{"name":"1. 공연 정책 추가","id":"61a99b25-de00-4753-85a6-017bde8d0b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{organizer_token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"BASE_PRICE\",\r\n    \"config\": \"{\\\"VIP\\\": 150000, \\\"S\\\": 120000}\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8082/concerts/organizer/1/policies","urlObject":{"protocol":"http","port":"8082","path":["concerts","organizer","1","policies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"61a99b25-de00-4753-85a6-017bde8d0b67"}],"id":"ff5444de-01c5-457b-aa46-33ff5df2202e","_postman_id":"ff5444de-01c5-457b-aa46-33ff5df2202e","description":""},{"name":"sse","item":[{"name":"테스트용 알림 발송 API (프론트 연동 테스트용)","id":"bbb1d09f-439c-4d9d-8ff3-94630afb6c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{admin_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:8082/sse/test-send","urlObject":{"protocol":"http","port":"8082","path":["sse","test-send"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbb1d09f-439c-4d9d-8ff3-94630afb6c15"}],"id":"d9df97b5-d82f-4f58-8786-2d6f0df5caef","_postman_id":"d9df97b5-d82f-4f58-8786-2d6f0df5caef","description":""}]}