{"info":{"_postman_id":"f66b251a-e548-4737-bb2e-1a108d2f1e77","name":"예약 시스템","description":"<html><head></head><body><p>예약 시스템 사이드 프로젝트</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15521816","collectionId":"f66b251a-e548-4737-bb2e-1a108d2f1e77","publishedId":"2sA35A6QEr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-21T10:43:38.000Z"},"item":[{"name":"회원가입 API","id":"7956d578-da02-4e8e-b01c-055045657572","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"lee\",\n  \"email\": \"test@gmail.com\",\n  \"password\": \"pwd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users","description":"<ul>\n<li>이메일 중복을 허용하지 않음</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c8d0b5bb-a2a0-47b4-995c-c23bb934b609","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"lee\",\n  \"email\": \"test@gmail.com\",\n  \"password\": \"pwd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:14:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"lee\",\n    \"email\": \"test@gmail.com\"\n}"}],"_postman_id":"7956d578-da02-4e8e-b01c-055045657572"},{"name":"로그인 API","id":"d07943c1-e48f-4d33-9430-ec7c1655e7c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"lee\",\n  \"email\": \"test@gmail.com\",\n  \"password\": \"pwd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/session","description":"<ul>\n<li>사용자 세션 생성</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","users","session"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9e2f39c1-6ab2-4d3b-8438-512ebdaf85d2","name":"로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"name\": \"lee\",\n  \"email\": \"test@gmail.com\",\n  \"password\": \"pwd\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/users/session"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=89D15189A9E4C163FCC75B2528614620; Path=/; HttpOnly"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:14:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"lee\",\n    \"email\": \"test@gmail.com\"\n}"}],"_postman_id":"d07943c1-e48f-4d33-9430-ec7c1655e7c3"},{"name":"로그아웃 API","id":"d38eb61d-1e05-4689-b983-9d26f13fdb64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/users/session","description":"<ul>\n<li>사용자 세션 삭제</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","users","session"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c9c3e217-436c-4131-86b4-4192e98b057d","name":"로그아웃","originalRequest":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/users/session"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Date","value":"Fri, 22 Mar 2024 14:31:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d38eb61d-1e05-4689-b983-9d26f13fdb64"},{"name":"예약 조회 API","id":"0f338734-06ad-4ee3-a491-47e4a2901a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"cookie","value":"JSESSIONID=038A0CE52839141ACCE406D58B84ADA1; Path=/; HttpOnly","type":"text"}],"url":"http://localhost:8080/api/reservations/my-reservations","description":"<ul>\n<li>사용자가 예약한 상품과 좌석 정보 조회</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","reservations","my-reservations"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"47d783cd-32be-421e-9581-16c112b2c3d4","name":"예약 조회","originalRequest":{"method":"GET","header":[{"key":"cookie","value":"JSESSIONID=038A0CE52839141ACCE406D58B84ADA1; Path=/; HttpOnly","type":"text"},{"key":"SESSIONID","value":"038A0CE52839141ACCE406D58B84ADA1","type":"text","disabled":true}],"url":"http://localhost:8080/api/reservations/my-reservations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:21:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productId\": 501,\n        \"title\": \"disney consert\",\n        \"reservationStatus\": \"RESERVED\",\n        \"reservationPriceList\": [\n            {\n                \"reservationPriceId\": 1,\n                \"reservedQuantity\": 10,\n                \"reservedPrice\": 1000,\n                \"reservedSeatType\": \"VIP\"\n            }\n        ]\n    }\n]"}],"_postman_id":"0f338734-06ad-4ee3-a491-47e4a2901a62"},{"name":"예약하기 API","id":"3648dc54-6107-453e-983a-d9ff473dab9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"memberId\": \"2\",\n  \"productId\": \"500\",\n  \"placeId\": \"31\",\n  \"reservedDate\": \"2024-03-28T13:00:00\",\n  \"reservationPriceDtos\": [\n    {\n      \"productSeatScheduleId\": \"2001\",\n      \"price\": \"1000\",\n      \"quantity\": \"10\",\n      \"seatType\": \"VIP\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/reservations","description":"<ul>\n<li>상품과 좌석 정보로 예약</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","reservations"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"914e2d4e-f044-4460-8bf9-fa216a764a72","name":"예약하기","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"memberId\": \"2\",\n  \"productId\": \"501\",\n  \"reservedDate\": \"2024-03-28T13:00:00\",\n  \"reservationPriceDtos\": [\n    {\n      \"productSeatScheduleId\": \"2001\",\n      \"price\": \"1000\",\n      \"quantity\": \"10\",\n      \"seatType\": \"VIP\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/reservations"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:20:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"reservationId\": 1,\n    \"reservationPriceIds\": [\n        1\n    ]\n}"}],"_postman_id":"3648dc54-6107-453e-983a-d9ff473dab9c"},{"name":"상품 조회 API","id":"49be0f86-8aa5-474f-99f4-f8a4144b50a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products?categoryId=1&start=0","description":"<ul>\n<li><p>카테고리별 상품 정보 조회</p>\n<ul>\n<li><p>상품 정보</p>\n<ul>\n<li>productId</li>\n<li>제목, 내용, 상품 개봉 날짜(releaseDate), 관람 시간(runningTime)</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>start는 페이지네이션의 시작 페이지</p>\n</li>\n<li><p>categoryId</p>\n<ul>\n<li>0: 전체 상품 대상 조회</li>\n<li>1: 영화</li>\n<li>2: 클래식</li>\n<li>3: 콘서트</li>\n<li>4: 전시</li>\n<li>5: 뮤지컬</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products"],"host":["localhost"],"query":[{"key":"categoryId","value":"1"},{"key":"start","value":"0"}],"variable":[]}},"response":[{"id":"661f79f0-f9e1-48f5-aa0e-bf33d11caef0","name":"상품 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products?categoryId=1&start=0","protocol":"http","host":["localhost"],"port":"8080","path":["api","products"],"query":[{"key":"categoryId","value":"1"},{"key":"start","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:36:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"totalProductCount\": 99,\n    \"products\": [\n        {\n            \"productId\": 366,\n            \"title\": \"Séraphine\",\n            \"description\": \"Ammospermophilus nelsoni\",\n            \"releaseDate\": \"2024-03-07\",\n            \"runningTime\": 85\n        },\n        {\n            \"productId\": 267,\n            \"title\": \"Capture of Bigfoot, The\",\n            \"description\": \"Taurotagus oryx\",\n            \"releaseDate\": \"2024-03-06\",\n            \"runningTime\": 110\n        },\n        {\n            \"productId\": 471,\n            \"title\": \"Acapulco, First Beach... To the Left\",\n            \"description\": \"Orcinus orca\",\n            \"releaseDate\": \"2024-03-02\",\n            \"runningTime\": 139\n        },\n        {\n            \"productId\": 376,\n            \"title\": \"Unreal Dream: The Michael Morton Story, An\",\n            \"description\": \"Heloderma horridum\",\n            \"releaseDate\": \"2024-03-01\",\n            \"runningTime\": 61\n        },\n        {\n            \"productId\": 197,\n            \"title\": \"Drive Hard\",\n            \"description\": \"Dusicyon thous\",\n            \"releaseDate\": \"2024-03-01\",\n            \"runningTime\": 178\n        },\n        {\n            \"productId\": 135,\n            \"title\": \"Ghost in the Shell (Kôkaku kidôtai)\",\n            \"description\": \"Alouatta seniculus\",\n            \"releaseDate\": \"2024-02-29\",\n            \"runningTime\": 92\n        },\n        {\n            \"productId\": 455,\n            \"title\": \"Free Range (Ballaad maailma heakskiitmisest)\",\n            \"description\": \"Tapirus terrestris\",\n            \"releaseDate\": \"2024-02-21\",\n            \"runningTime\": 158\n        },\n        {\n            \"productId\": 100,\n            \"title\": \"Hand of Peace: Pope Pius XII and the Holocaust, A\",\n            \"description\": \"Geochelone radiata\",\n            \"releaseDate\": \"2024-02-21\",\n            \"runningTime\": 111\n        },\n        {\n            \"productId\": 337,\n            \"title\": \"Plácido\",\n            \"description\": \"Kobus defassa\",\n            \"releaseDate\": \"2024-02-08\",\n            \"runningTime\": 88\n        },\n        {\n            \"productId\": 27,\n            \"title\": \"Born Losers, The\",\n            \"description\": \"Nyctanassa violacea\",\n            \"releaseDate\": \"2024-02-05\",\n            \"runningTime\": 148\n        },\n        {\n            \"productId\": 386,\n            \"title\": \"They\",\n            \"description\": \"Pteronura brasiliensis\",\n            \"releaseDate\": \"2024-02-04\",\n            \"runningTime\": 118\n        },\n        {\n            \"productId\": 316,\n            \"title\": \"Sleeping Car Murder, The (Compartiment tueurs)\",\n            \"description\": \"Cacatua tenuirostris\",\n            \"releaseDate\": \"2024-01-27\",\n            \"runningTime\": 150\n        },\n        {\n            \"productId\": 406,\n            \"title\": \"Short Eyes\",\n            \"description\": \"Felis chaus\",\n            \"releaseDate\": \"2024-01-27\",\n            \"runningTime\": 135\n        },\n        {\n            \"productId\": 148,\n            \"title\": \"Lights Out\",\n            \"description\": \"Trachyphonus vaillantii\",\n            \"releaseDate\": \"2024-01-22\",\n            \"runningTime\": 130\n        },\n        {\n            \"productId\": 491,\n            \"title\": \"Man Who Shot Liberty Valance, The\",\n            \"description\": \"Pedetes capensis\",\n            \"releaseDate\": \"2024-01-14\",\n            \"runningTime\": 73\n        },\n        {\n            \"productId\": 162,\n            \"title\": \"Drawn Together Movie: The Movie!, The\",\n            \"description\": \"Petaurus norfolcensis\",\n            \"releaseDate\": \"2024-01-09\",\n            \"runningTime\": 238\n        },\n        {\n            \"productId\": 419,\n            \"title\": \"Kingdom, The\",\n            \"description\": \"Gyps bengalensis\",\n            \"releaseDate\": \"2024-01-04\",\n            \"runningTime\": 132\n        },\n        {\n            \"productId\": 289,\n            \"title\": \"Lady Vanishes, The\",\n            \"description\": \"Butorides striatus\",\n            \"releaseDate\": \"2024-01-01\",\n            \"runningTime\": 217\n        },\n        {\n            \"productId\": 373,\n            \"title\": \"Fire and Ice\",\n            \"description\": \"Dusicyon thous\",\n            \"releaseDate\": \"2023-12-26\",\n            \"runningTime\": 123\n        },\n        {\n            \"productId\": 34,\n            \"title\": \"Snow and Ashes\",\n            \"description\": \"Mabuya spilogaster\",\n            \"releaseDate\": \"2023-12-22\",\n            \"runningTime\": 83\n        },\n        {\n            \"productId\": 50,\n            \"title\": \"Chinese Take-Out (Chinese Take-Away) (Un cuento chino)\",\n            \"description\": \"Phasianus colchicus\",\n            \"releaseDate\": \"2023-12-21\",\n            \"runningTime\": 215\n        },\n        {\n            \"productId\": 132,\n            \"title\": \"Attila (Attila the Hun)\",\n            \"description\": \"Mungos mungo\",\n            \"releaseDate\": \"2023-12-21\",\n            \"runningTime\": 229\n        },\n        {\n            \"productId\": 152,\n            \"title\": \"Aliens\",\n            \"description\": \"Cercopithecus aethiops\",\n            \"releaseDate\": \"2023-12-19\",\n            \"runningTime\": 186\n        },\n        {\n            \"productId\": 341,\n            \"title\": \"What We Do in the Shadows\",\n            \"description\": \"Aepyceros mylampus\",\n            \"releaseDate\": \"2023-12-18\",\n            \"runningTime\": 141\n        },\n        {\n            \"productId\": 48,\n            \"title\": \"From Russia with Love\",\n            \"description\": \"Struthio camelus\",\n            \"releaseDate\": \"2023-12-05\",\n            \"runningTime\": 130\n        },\n        {\n            \"productId\": 408,\n            \"title\": \"Couch in New York, A\",\n            \"description\": \"unavailable\",\n            \"releaseDate\": \"2023-12-04\",\n            \"runningTime\": 140\n        },\n        {\n            \"productId\": 183,\n            \"title\": \"Shanghai\",\n            \"description\": \"Mycteria ibis\",\n            \"releaseDate\": \"2023-11-14\",\n            \"runningTime\": 89\n        },\n        {\n            \"productId\": 8,\n            \"title\": \"Fly, The\",\n            \"description\": \"unavailable\",\n            \"releaseDate\": \"2023-11-07\",\n            \"runningTime\": 215\n        },\n        {\n            \"productId\": 254,\n            \"title\": \"Don't Eat the Pictures: Sesame Street at the Metropolitan Museum of Art\",\n            \"description\": \"Ardea golieth\",\n            \"releaseDate\": \"2023-10-25\",\n            \"runningTime\": 81\n        },\n        {\n            \"productId\": 125,\n            \"title\": \"What Alice Found\",\n            \"description\": \"Plectopterus gambensis\",\n            \"releaseDate\": \"2023-10-20\",\n            \"runningTime\": 157\n        },\n        {\n            \"productId\": 13,\n            \"title\": \"Comes a Bright Day\",\n            \"description\": \"Tadorna tadorna\",\n            \"releaseDate\": \"2023-10-19\",\n            \"runningTime\": 137\n        },\n        {\n            \"productId\": 295,\n            \"title\": \"Nines, The\",\n            \"description\": \"Zenaida asiatica\",\n            \"releaseDate\": \"2023-10-16\",\n            \"runningTime\": 128\n        },\n        {\n            \"productId\": 160,\n            \"title\": \"American Graffiti\",\n            \"description\": \"Odocoileus hemionus\",\n            \"releaseDate\": \"2023-10-15\",\n            \"runningTime\": 160\n        },\n        {\n            \"productId\": 56,\n            \"title\": \"Tribes\",\n            \"description\": \"Pycnonotus nigricans\",\n            \"releaseDate\": \"2023-10-14\",\n            \"runningTime\": 103\n        },\n        {\n            \"productId\": 344,\n            \"title\": \"Cane Toads: The Conquest\",\n            \"description\": \"Bubulcus ibis\",\n            \"releaseDate\": \"2023-10-12\",\n            \"runningTime\": 166\n        },\n        {\n            \"productId\": 105,\n            \"title\": \"Arthur and the Revenge of Maltazard (Arthur et la vengeance de Maltazard)\",\n            \"description\": \"Tamiasciurus hudsonicus\",\n            \"releaseDate\": \"2023-10-10\",\n            \"runningTime\": 240\n        },\n        {\n            \"productId\": 369,\n            \"title\": \"Trial\",\n            \"description\": \"unavailable\",\n            \"releaseDate\": \"2023-10-04\",\n            \"runningTime\": 162\n        },\n        {\n            \"productId\": 440,\n            \"title\": \"Buckskin Frontier\",\n            \"description\": \"Lasiodora parahybana\",\n            \"releaseDate\": \"2023-09-28\",\n            \"runningTime\": 138\n        },\n        {\n            \"productId\": 410,\n            \"title\": \"Looking for Hortense (Cherchez Hortense) \",\n            \"description\": \"Francolinus coqui\",\n            \"releaseDate\": \"2023-09-26\",\n            \"runningTime\": 214\n        },\n        {\n            \"productId\": 257,\n            \"title\": \"Secret Garden, The\",\n            \"description\": \"Passer domesticus\",\n            \"releaseDate\": \"2023-09-25\",\n            \"runningTime\": 172\n        },\n        {\n            \"productId\": 223,\n            \"title\": \"Winter Passing\",\n            \"description\": \"Bassariscus astutus\",\n            \"releaseDate\": \"2023-09-21\",\n            \"runningTime\": 181\n        },\n        {\n            \"productId\": 167,\n            \"title\": \"Being Flynn\",\n            \"description\": \"Sarcorhamphus papa\",\n            \"releaseDate\": \"2023-09-07\",\n            \"runningTime\": 63\n        },\n        {\n            \"productId\": 122,\n            \"title\": \"Bloody Pit of Horror (Il boia scarlatto) (Virgins for the Hangman)\",\n            \"description\": \"Acinynox jubatus\",\n            \"releaseDate\": \"2023-09-06\",\n            \"runningTime\": 229\n        },\n        {\n            \"productId\": 461,\n            \"title\": \"Black Heaven (L'autre monde) (Other World, The)\",\n            \"description\": \"Morelia spilotes variegata\",\n            \"releaseDate\": \"2023-08-29\",\n            \"runningTime\": 224\n        },\n        {\n            \"productId\": 430,\n            \"title\": \"No One Knows About Persian Cats (Kasi az gorbehaye irani khabar nadareh)\",\n            \"description\": \"Nyctereutes procyonoides\",\n            \"releaseDate\": \"2023-08-24\",\n            \"runningTime\": 207\n        },\n        {\n            \"productId\": 434,\n            \"title\": \"In Time\",\n            \"description\": \"Lepilemur rufescens\",\n            \"releaseDate\": \"2023-08-22\",\n            \"runningTime\": 179\n        },\n        {\n            \"productId\": 220,\n            \"title\": \"Sadist, The\",\n            \"description\": \"Aegypius occipitalis\",\n            \"releaseDate\": \"2023-08-21\",\n            \"runningTime\": 116\n        },\n        {\n            \"productId\": 196,\n            \"title\": \"Little Richard\",\n            \"description\": \"Aonyx capensis\",\n            \"releaseDate\": \"2023-08-18\",\n            \"runningTime\": 181\n        },\n        {\n            \"productId\": 379,\n            \"title\": \"Female Prisoner #701: Scorpion (Joshuu 701-gô: Sasori)\",\n            \"description\": \"Ateles paniscus\",\n            \"releaseDate\": \"2023-08-09\",\n            \"runningTime\": 179\n        },\n        {\n            \"productId\": 500,\n            \"title\": \"Diplomacy (Diplomatie)\",\n            \"description\": \"Felis silvestris lybica\",\n            \"releaseDate\": \"2023-08-08\",\n            \"runningTime\": 77\n        },\n        {\n            \"productId\": 10,\n            \"title\": \"Pennies from Heaven\",\n            \"description\": \"Leptoptilus dubius\",\n            \"releaseDate\": \"2023-08-01\",\n            \"runningTime\": 116\n        },\n        {\n            \"productId\": 225,\n            \"title\": \"London\",\n            \"description\": \"Bubo virginianus\",\n            \"releaseDate\": \"2023-07-29\",\n            \"runningTime\": 151\n        },\n        {\n            \"productId\": 207,\n            \"title\": \"Starman\",\n            \"description\": \"Dicrostonyx groenlandicus\",\n            \"releaseDate\": \"2023-07-17\",\n            \"runningTime\": 176\n        },\n        {\n            \"productId\": 333,\n            \"title\": \"Tepenin Ardi\",\n            \"description\": \"Agkistrodon piscivorus\",\n            \"releaseDate\": \"2023-07-16\",\n            \"runningTime\": 73\n        },\n        {\n            \"productId\": 308,\n            \"title\": \"Grind\",\n            \"description\": \"Phalacrocorax varius\",\n            \"releaseDate\": \"2023-07-14\",\n            \"runningTime\": 89\n        },\n        {\n            \"productId\": 300,\n            \"title\": \"Nobody's Fool\",\n            \"description\": \"Macaca radiata\",\n            \"releaseDate\": \"2023-07-12\",\n            \"runningTime\": 134\n        },\n        {\n            \"productId\": 110,\n            \"title\": \"Boys\",\n            \"description\": \"Damaliscus dorcas\",\n            \"releaseDate\": \"2023-07-09\",\n            \"runningTime\": 178\n        },\n        {\n            \"productId\": 428,\n            \"title\": \"Dogs\",\n            \"description\": \"Varanus salvator\",\n            \"releaseDate\": \"2023-07-09\",\n            \"runningTime\": 200\n        },\n        {\n            \"productId\": 412,\n            \"title\": \"Pit, The\",\n            \"description\": \"Coluber constrictor\",\n            \"releaseDate\": \"2023-07-07\",\n            \"runningTime\": 93\n        },\n        {\n            \"productId\": 285,\n            \"title\": \"Spriggan (Supurigan)\",\n            \"description\": \"Plegadis ridgwayi\",\n            \"releaseDate\": \"2023-07-04\",\n            \"runningTime\": 200\n        },\n        {\n            \"productId\": 358,\n            \"title\": \"Flodder\",\n            \"description\": \"Tayassu pecari\",\n            \"releaseDate\": \"2023-07-03\",\n            \"runningTime\": 180\n        },\n        {\n            \"productId\": 383,\n            \"title\": \"Place Beyond the Pines, The\",\n            \"description\": \"Butorides striatus\",\n            \"releaseDate\": \"2023-07-02\",\n            \"runningTime\": 64\n        },\n        {\n            \"productId\": 422,\n            \"title\": \"Madeleine\",\n            \"description\": \"Phascogale tapoatafa\",\n            \"releaseDate\": \"2023-07-01\",\n            \"runningTime\": 218\n        },\n        {\n            \"productId\": 154,\n            \"title\": \"Blood of the Beasts (Sang des bêtes, Le)\",\n            \"description\": \"Phalacrocorax carbo\",\n            \"releaseDate\": \"2023-06-22\",\n            \"runningTime\": 67\n        },\n        {\n            \"productId\": 451,\n            \"title\": \"Endurance\",\n            \"description\": \"Pytilia melba\",\n            \"releaseDate\": \"2023-06-20\",\n            \"runningTime\": 61\n        },\n        {\n            \"productId\": 22,\n            \"title\": \"Hamlet\",\n            \"description\": \"Prionace glauca\",\n            \"releaseDate\": \"2023-06-18\",\n            \"runningTime\": 168\n        },\n        {\n            \"productId\": 282,\n            \"title\": \"Vampire Lovers, The\",\n            \"description\": \"Haliaeetus leucocephalus\",\n            \"releaseDate\": \"2023-06-17\",\n            \"runningTime\": 77\n        },\n        {\n            \"productId\": 482,\n            \"title\": \"Reluctant Astronaut, The\",\n            \"description\": \"Vombatus ursinus\",\n            \"releaseDate\": \"2023-06-15\",\n            \"runningTime\": 82\n        },\n        {\n            \"productId\": 355,\n            \"title\": \"Drift\",\n            \"description\": \"Bassariscus astutus\",\n            \"releaseDate\": \"2023-06-14\",\n            \"runningTime\": 68\n        },\n        {\n            \"productId\": 45,\n            \"title\": \"Losing Isaiah\",\n            \"description\": \"Phasianus colchicus\",\n            \"releaseDate\": \"2023-06-07\",\n            \"runningTime\": 231\n        },\n        {\n            \"productId\": 424,\n            \"title\": \"Little Women\",\n            \"description\": \"Alouatta seniculus\",\n            \"releaseDate\": \"2023-06-06\",\n            \"runningTime\": 235\n        },\n        {\n            \"productId\": 101,\n            \"title\": \"Sound of Noise\",\n            \"description\": \"Fratercula corniculata\",\n            \"releaseDate\": \"2023-06-01\",\n            \"runningTime\": 180\n        },\n        {\n            \"productId\": 363,\n            \"title\": \"Jobs\",\n            \"description\": \"Colobus guerza\",\n            \"releaseDate\": \"2023-05-29\",\n            \"runningTime\": 101\n        },\n        {\n            \"productId\": 415,\n            \"title\": \"You Ain't Seen Nothin' Yet (Vous n'avez encore rien vu)\",\n            \"description\": \"Cordylus giganteus\",\n            \"releaseDate\": \"2023-05-27\",\n            \"runningTime\": 108\n        },\n        {\n            \"productId\": 201,\n            \"title\": \"Septien\",\n            \"description\": \"Laniaurius atrococcineus\",\n            \"releaseDate\": \"2023-05-27\",\n            \"runningTime\": 156\n        },\n        {\n            \"productId\": 494,\n            \"title\": \"Knot, The\",\n            \"description\": \"Stercorarius longicausus\",\n            \"releaseDate\": \"2023-05-26\",\n            \"runningTime\": 234\n        },\n        {\n            \"productId\": 172,\n            \"title\": \"Left Behind II: Tribulation Force\",\n            \"description\": \"Himantopus himantopus\",\n            \"releaseDate\": \"2023-05-22\",\n            \"runningTime\": 101\n        },\n        {\n            \"productId\": 246,\n            \"title\": \"Ned Kelly\",\n            \"description\": \"Tamandua tetradactyla\",\n            \"releaseDate\": \"2023-05-22\",\n            \"runningTime\": 126\n        },\n        {\n            \"productId\": 116,\n            \"title\": \"New World (Shin-sae-gye)\",\n            \"description\": \"Larus sp.\",\n            \"releaseDate\": \"2023-05-16\",\n            \"runningTime\": 114\n        },\n        {\n            \"productId\": 211,\n            \"title\": \"Rock of Ages\",\n            \"description\": \"Ovibos moschatus\",\n            \"releaseDate\": \"2023-05-08\",\n            \"runningTime\": 123\n        },\n        {\n            \"productId\": 292,\n            \"title\": \"Lonely Street\",\n            \"description\": \"Raphicerus campestris\",\n            \"releaseDate\": \"2023-05-02\",\n            \"runningTime\": 148\n        },\n        {\n            \"productId\": 266,\n            \"title\": \"Actress, the Dollars and the Transylvanians, The (Artista, dolarii si Ardelenii)\",\n            \"description\": \"Ramphastos tucanus\",\n            \"releaseDate\": \"2023-04-26\",\n            \"runningTime\": 178\n        },\n        {\n            \"productId\": 372,\n            \"title\": \"Into the West\",\n            \"description\": \"Equus burchelli\",\n            \"releaseDate\": \"2023-04-25\",\n            \"runningTime\": 180\n        },\n        {\n            \"productId\": 61,\n            \"title\": \"Julia and Julia (Giulia e Giulia)\",\n            \"description\": \"Varanus sp.\",\n            \"releaseDate\": \"2023-04-23\",\n            \"runningTime\": 121\n        },\n        {\n            \"productId\": 317,\n            \"title\": \"Noroi: The Curse \",\n            \"description\": \"Eubalaena australis\",\n            \"releaseDate\": \"2023-04-10\",\n            \"runningTime\": 164\n        },\n        {\n            \"productId\": 490,\n            \"title\": \"Against the Dark\",\n            \"description\": \"Proteles cristatus\",\n            \"releaseDate\": \"2023-04-10\",\n            \"runningTime\": 193\n        },\n        {\n            \"productId\": 227,\n            \"title\": \"Guantanamera\",\n            \"description\": \"Marmota flaviventris\",\n            \"releaseDate\": \"2023-04-09\",\n            \"runningTime\": 75\n        },\n        {\n            \"productId\": 138,\n            \"title\": \"Love Simple\",\n            \"description\": \"Macropus robustus\",\n            \"releaseDate\": \"2023-04-07\",\n            \"runningTime\": 88\n        },\n        {\n            \"productId\": 426,\n            \"title\": \"Lady in White (a.k.a. The Mystery of the Lady in White)\",\n            \"description\": \"Psittacula krameri\",\n            \"releaseDate\": \"2023-04-04\",\n            \"runningTime\": 91\n        },\n        {\n            \"productId\": 467,\n            \"title\": \"Murk (Mørke)\",\n            \"description\": \"Macropus eugenii\",\n            \"releaseDate\": \"2023-03-30\",\n            \"runningTime\": 152\n        },\n        {\n            \"productId\": 499,\n            \"title\": \"Burning Plain, The\",\n            \"description\": \"Butorides striatus\",\n            \"releaseDate\": \"2023-03-27\",\n            \"runningTime\": 182\n        },\n        {\n            \"productId\": 496,\n            \"title\": \"Freud: The Secret Passion\",\n            \"description\": \"Trichosurus vulpecula\",\n            \"releaseDate\": \"2023-03-25\",\n            \"runningTime\": 207\n        },\n        {\n            \"productId\": 318,\n            \"title\": \"Pebble and the Penguin, The\",\n            \"description\": \"Phoca vitulina\",\n            \"releaseDate\": \"2023-03-21\",\n            \"runningTime\": 62\n        },\n        {\n            \"productId\": 247,\n            \"title\": \"Abbott and Costello Meet the Invisible Man\",\n            \"description\": \"Echimys chrysurus\",\n            \"releaseDate\": \"2023-03-20\",\n            \"runningTime\": 150\n        },\n        {\n            \"productId\": 269,\n            \"title\": \"John Dies at the End\",\n            \"description\": \"Coluber constrictor\",\n            \"releaseDate\": \"2023-03-20\",\n            \"runningTime\": 118\n        },\n        {\n            \"productId\": 256,\n            \"title\": \"Neon Flesh (Carne de neón)\",\n            \"description\": \"unavailable\",\n            \"releaseDate\": \"2023-03-19\",\n            \"runningTime\": 140\n        },\n        {\n            \"productId\": 15,\n            \"title\": \"First Love, Last Rites\",\n            \"description\": \"Ovis dalli stonei\",\n            \"releaseDate\": \"2023-03-18\",\n            \"runningTime\": 77\n        },\n        {\n            \"productId\": 474,\n            \"title\": \"Dead of Night\",\n            \"description\": \"Lycosa godeffroyi\",\n            \"releaseDate\": \"2023-03-16\",\n            \"runningTime\": 155\n        },\n        {\n            \"productId\": 219,\n            \"title\": \"Christmas in Conway\",\n            \"description\": \"Zenaida asiatica\",\n            \"releaseDate\": \"2023-03-11\",\n            \"runningTime\": 132\n        }\n    ]\n}"}],"_postman_id":"49be0f86-8aa5-474f-99f4-f8a4144b50a3"},{"name":"상품 등록 API","id":"3a6f0c6d-c0ba-428a-9e41-459992389112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"categoryId\": \"3\",\n  \"title\": \"disney consert\",\n  \"description\": \"재밌는 디즈시 콘서트\",\n  \"releaseDate\": \"2024-12-12\",\n  \"runningTime\": \"150\",\n  \"priceList\": [\n    {\n      \"price\": \"10000\",\n      \"seatType\": \"A\"\n    },\n    {\n      \"price\": \"20000\",\n      \"seatType\": \"R\"\n    },\n    {\n      \"price\": \"50000\",\n      \"seatType\": \"VIP\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/new","description":"<ul>\n<li>상품과 0가지 이상의 가격 에약 정보를 함께 등록한다.</li>\n<li>등록된 좌석 종류별 가격은 관람 장소와 상관없이 동일한 각격으로 결정된다.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"55a87276-e18a-4618-b008-0e8700c0102f","name":"상품 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"categoryId\": \"3\",\n  \"title\": \"disney consert\",\n  \"description\": \"재밌는 디즈시 콘서트\",\n  \"releaseDate\": \"2024-12-12\",\n  \"runningTime\": \"150\",\n  \"priceList\": [\n    {\n      \"price\": \"10000\",\n      \"seatType\": \"A\"\n    },\n    {\n      \"price\": \"20000\",\n      \"seatType\": \"R\"\n    },\n    {\n      \"price\": \"50000\",\n      \"seatType\": \"VIP\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/new"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:17:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 501,\n    \"title\": \"disney consert\",\n    \"description\": \"재밌는 디즈시 콘서트\",\n    \"releaseDate\": \"2024-12-12\",\n    \"runningTime\": 150\n}"}],"_postman_id":"3a6f0c6d-c0ba-428a-9e41-459992389112"},{"name":"상품 스케쥴 조회 API","id":"6db79034-18bf-4d73-9c9a-ed196a77fd7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products/schedule?productId=501","description":"<ul>\n<li><p>특정 상품의 전체 예약 스케줄 정보를 조회</p>\n</li>\n<li><p>스케줄 정보</p>\n<ul>\n<li><p>관람 이벤트 날짜와 시간</p>\n</li>\n<li><p>\b스케쥴별로 예약된 좌석 수량</p>\n</li>\n<li><p>관람 장소 정보</p>\n<ul>\n<li>장소 주소</li>\n<li>좌석 종류</li>\n<li>좌석 가격</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","schedule"],"host":["localhost"],"query":[{"key":"productId","value":"501"}],"variable":[]}},"response":[{"id":"6c0bece8-11e8-4303-adb0-367818a78893","name":"상품 스케쥴 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products/schedule?productId=501","protocol":"http","host":["localhost"],"port":"8080","path":["api","products","schedule"],"query":[{"key":"productId","value":"501"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:19:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 501,\n    \"productSeatScheduleList\": [\n        {\n            \"productSeatScheduleId\": 2002,\n            \"eventDateTime\": \"2024-03-28T13:00:00\",\n            \"reservedQuantity\": 0,\n            \"seatType\": \"S\",\n            \"place\": {\n                \"placeId\": 2,\n                \"seatType\": \"S\",\n                \"seatQuantity\": 100,\n                \"name\": \"place1\",\n                \"street\": \"seoul1\",\n                \"tel\": \"010-1111-1111\"\n            }\n        }\n    ]\n}"}],"_postman_id":"6db79034-18bf-4d73-9c9a-ed196a77fd7a"},{"name":"상품 스케쥴 등록 API","id":"66339772-dd47-43cb-bbf4-ff3ea6a4d87b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"placeId\": \"2\",\n  \"eventDateTime\": \"2024-03-28T13:00:00\",\n  \"seatType\": \"S\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/501/schedule","description":"<ul>\n<li><p>상품의 관람 스케줄 정보 등록</p>\n</li>\n<li><p>관람 스케줄 정보는 관람 가능한 장소, 이벤트 시간, 좌석 정보를 의미한다.</p>\n</li>\n<li><p>좌석 종류에 따른 가격은 장소와 관계없다.</p>\n</li>\n<li><p>가격은 상품 등록 시 정한 좌석 종류별 가격으로 결정되어 어떤 장소에서도 동일한 각격으로 예약하게 된다.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","501","schedule"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"283b8161-b1d8-4412-8632-ebf9cf51d6c4","name":"상품 스케쥴 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"placeId\": \"2\",\n  \"eventDateTime\": \"2024-03-28T13:00:00\",\n  \"seatType\": \"S\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/501/schedule"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:19:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productSeatScheduleId\": 2002,\n    \"eventDateTime\": \"2024-03-28T13:00:00\",\n    \"reservedQuantity\": 0,\n    \"seatType\": \"S\",\n    \"place\": {\n        \"placeId\": 2,\n        \"seatType\": \"S\",\n        \"seatQuantity\": 100,\n        \"name\": \"place1\",\n        \"street\": \"seoul1\",\n        \"tel\": \"010-1111-1111\"\n    }\n}"}],"_postman_id":"66339772-dd47-43cb-bbf4-ff3ea6a4d87b"},{"name":"상품 상세 조회 API","id":"73291a5f-23c5-451a-ad78-c220660df104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products/detail-info?productId=501","description":"<ul>\n<li><p>상품 정보와 좌석별 가격 정보를 조회</p>\n</li>\n<li><p>상품 정보</p>\n<ul>\n<li>제목, 설명, 상품 개봉 날짜, 관람 진행 시간</li>\n</ul>\n</li>\n<li><p>가격 정보</p>\n<ul>\n<li>좌석별 가격 정보</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","detail-info"],"host":["localhost"],"query":[{"key":"productId","value":"501"}],"variable":[]}},"response":[{"id":"a1798433-5684-44ff-8ee5-eea965c8de28","name":"상품 상세 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products/detail-info?productId=501","protocol":"http","host":["localhost"],"port":"8080","path":["api","products","detail-info"],"query":[{"key":"productId","value":"501"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:19:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"category\": \"CONCERT\",\n    \"productId\": 501,\n    \"title\": \"disney consert\",\n    \"description\": \"재밌는 디즈시 콘서트\",\n    \"releaseDate\": \"2024-12-12\",\n    \"runningTime\": 150,\n    \"priceList\": [\n        {\n            \"price\": 10000,\n            \"seatType\": \"A\"\n        },\n        {\n            \"price\": 20000,\n            \"seatType\": \"R\"\n        },\n        {\n            \"price\": 50000,\n            \"seatType\": \"VIP\"\n        }\n    ]\n}"}],"_postman_id":"73291a5f-23c5-451a-ad78-c220660df104"},{"name":"상품 수정 API","id":"3fd146e9-bcec-4a6c-a3a5-3c7e8b54cab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"CONCERT\",\n    \"title\": \"disney consert\",\n    \"description\": \"재밌는 디즈시 콘서트\",\n    \"releaseDate\": \"2024-03-28\",\n    \"runningTime\": 60\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/501","urlObject":{"protocol":"http","port":"8080","path":["api","products","501"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f0d87fac-8632-4a74-a906-b9b4dbbeffa2","name":"상품 수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"category\": \"CONCERT\",\n    \"title\": \"disney consert\",\n    \"description\": \"재밌는 디즈시 콘서트\",\n    \"releaseDate\": \"2024-03-28\",\n    \"runningTime\": 60\n}\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/products/501"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:19:44 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"productId\": 501,\n    \"title\": \"disney consert\",\n    \"description\": \"재밌는 디즈시 콘서트\",\n    \"releaseDate\": \"2024-03-28\",\n    \"runningTime\": 60\n}"}],"_postman_id":"3fd146e9-bcec-4a6c-a3a5-3c7e8b54cab8"},{"name":"상품 검색 API","id":"3e7d2242-6c4e-4580-835e-41aeb1e34260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products/search?title=disney","description":"<ul>\n<li>쿼리 파라미터 키 title 값으로 시작하는 제목을 갖는 상품 리스트 검색</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","search"],"host":["localhost"],"query":[{"key":"title","value":"disney"}],"variable":[]}},"response":[{"id":"e272b132-e4c0-4a3b-b59e-2e52c43caed6","name":"상품 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products/search?title=disney","protocol":"http","host":["localhost"],"port":"8080","path":["api","products","search"],"query":[{"key":"title","value":"disney"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:20:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productId\": 501,\n        \"title\": \"disney consert\",\n        \"description\": \"재밌는 디즈시 콘서트\",\n        \"releaseDate\": \"2024-03-28\",\n        \"runningTime\": 60\n    },\n    {\n        \"productId\": 470,\n        \"title\": \"Disney Princess Collection: Jasmine's Enchanted Tales: Jasmine's Wish\",\n        \"description\": \"Recurvirostra avosetta\",\n        \"releaseDate\": \"2024-02-15\",\n        \"runningTime\": 168\n    }\n]"}],"_postman_id":"3e7d2242-6c4e-4580-835e-41aeb1e34260"},{"name":"실시간 인기 상품 조회 API","id":"47baedfd-777a-4463-b577-bea12146a121","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/products/popular-products?startPage=3","description":"<ul>\n<li><p>실시간으로 현재 가장 예약 수량이 많은 상품을 조회</p>\n</li>\n<li><p>100개 상품 단위로 조회하며 페이지네이션 기능을 제공</p>\n</li>\n</ul>\n","urlObject":{"protocol":"http","port":"8080","path":["api","products","popular-products"],"host":["localhost"],"query":[{"key":"startPage","value":"3"}],"variable":[]}},"response":[{"id":"fb0d7e22-4b21-45f9-9510-3ac3af708cda","name":"실시간 인기 상품 검색","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/api/products/popular-products?start=3","protocol":"http","host":["localhost"],"port":"8080","path":["api","products","popular-products"],"query":[{"key":"start","value":"3"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 22 Mar 2024 11:20:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productId\": 236,\n        \"title\": \"Pandaemonium\",\n        \"description\": \"Ceratotherium simum\",\n        \"releaseDate\": \"2023-08-07\",\n        \"runningTime\": 170,\n        \"totalReservationQuantity\": 1612\n    },\n    {\n        \"productId\": 141,\n        \"title\": \"Late Show, The\",\n        \"description\": \"Propithecus verreauxi\",\n        \"releaseDate\": \"2023-11-28\",\n        \"runningTime\": 224,\n        \"totalReservationQuantity\": 1607\n    },\n    {\n        \"productId\": 340,\n        \"title\": \"American Gun\",\n        \"description\": \"Lophoaetus occipitalis\",\n        \"releaseDate\": \"2023-08-07\",\n        \"runningTime\": 122,\n        \"totalReservationQuantity\": 1586\n    },\n    {\n        \"productId\": 227,\n        \"title\": \"Guantanamera\",\n        \"description\": \"Marmota flaviventris\",\n        \"releaseDate\": \"2023-04-09\",\n        \"runningTime\": 75,\n        \"totalReservationQuantity\": 1585\n    },\n    {\n        \"productId\": 232,\n        \"title\": \"Johnny Express\",\n        \"description\": \"Ovis ammon\",\n        \"releaseDate\": \"2024-03-05\",\n        \"runningTime\": 164,\n        \"totalReservationQuantity\": 1582\n    },\n    {\n        \"productId\": 94,\n        \"title\": \"Nothing\",\n        \"description\": \"Varanus salvator\",\n        \"releaseDate\": \"2023-03-30\",\n        \"runningTime\": 177,\n        \"totalReservationQuantity\": 1573\n    },\n    {\n        \"productId\": 100,\n        \"title\": \"Hand of Peace: Pope Pius XII and the Holocaust, A\",\n        \"description\": \"Geochelone radiata\",\n        \"releaseDate\": \"2024-02-21\",\n        \"runningTime\": 111,\n        \"totalReservationQuantity\": 1572\n    },\n    {\n        \"productId\": 264,\n        \"title\": \"Reality of Love, The (I Want to Marry Ryan Banks)\",\n        \"description\": \"Psophia viridis\",\n        \"releaseDate\": \"2023-05-06\",\n        \"runningTime\": 137,\n        \"totalReservationQuantity\": 1566\n    },\n    {\n        \"productId\": 365,\n        \"title\": \"Secret of Moonacre, The\",\n        \"description\": \"Pandon haliaetus\",\n        \"releaseDate\": \"2024-01-09\",\n        \"runningTime\": 148,\n        \"totalReservationQuantity\": 1561\n    },\n    {\n        \"productId\": 427,\n        \"title\": \"Caesar (Julius Caesar)\",\n        \"description\": \"Cervus duvauceli\",\n        \"releaseDate\": \"2023-05-20\",\n        \"runningTime\": 177,\n        \"totalReservationQuantity\": 1557\n    },\n    {\n        \"productId\": 205,\n        \"title\": \"Final Season, The\",\n        \"description\": \"Sarcophilus harrisii\",\n        \"releaseDate\": \"2023-06-27\",\n        \"runningTime\": 144,\n        \"totalReservationQuantity\": 1547\n    },\n    {\n        \"productId\": 73,\n        \"title\": \"Frownland\",\n        \"description\": \"Sterna paradisaea\",\n        \"releaseDate\": \"2023-10-27\",\n        \"runningTime\": 121,\n        \"totalReservationQuantity\": 1544\n    },\n    {\n        \"productId\": 123,\n        \"title\": \"Love Nest, The\",\n        \"description\": \"Crotalus cerastes\",\n        \"releaseDate\": \"2024-02-26\",\n        \"runningTime\": 69,\n        \"totalReservationQuantity\": 1539\n    },\n    {\n        \"productId\": 115,\n        \"title\": \"Pokémon: The First Movie\",\n        \"description\": \"Cyrtodactylus louisiadensis\",\n        \"releaseDate\": \"2023-07-23\",\n        \"runningTime\": 98,\n        \"totalReservationQuantity\": 1531\n    },\n    {\n        \"productId\": 122,\n        \"title\": \"Bloody Pit of Horror (Il boia scarlatto) (Virgins for the Hangman)\",\n        \"description\": \"Acinynox jubatus\",\n        \"releaseDate\": \"2023-09-06\",\n        \"runningTime\": 229,\n        \"totalReservationQuantity\": 1525\n    },\n    {\n        \"productId\": 449,\n        \"title\": \"Battle for the Planet of the Apes\",\n        \"description\": \"Bradypus tridactylus\",\n        \"releaseDate\": \"2023-03-30\",\n        \"runningTime\": 66,\n        \"totalReservationQuantity\": 1525\n    },\n    {\n        \"productId\": 492,\n        \"title\": \"Jack-Jack Attack\",\n        \"description\": \"Pycnonotus barbatus\",\n        \"releaseDate\": \"2024-02-01\",\n        \"runningTime\": 157,\n        \"totalReservationQuantity\": 1518\n    },\n    {\n        \"productId\": 278,\n        \"title\": \"Ballast\",\n        \"description\": \"unavailable\",\n        \"releaseDate\": \"2024-03-06\",\n        \"runningTime\": 150,\n        \"totalReservationQuantity\": 1515\n    },\n    {\n        \"productId\": 234,\n        \"title\": \"Detour\",\n        \"description\": \"Dicrostonyx groenlandicus\",\n        \"releaseDate\": \"2023-11-08\",\n        \"runningTime\": 128,\n        \"totalReservationQuantity\": 1514\n    },\n    {\n        \"productId\": 11,\n        \"title\": \"Searching for Sugar Man\",\n        \"description\": \"Plectopterus gambensis\",\n        \"releaseDate\": \"2023-12-22\",\n        \"runningTime\": 92,\n        \"totalReservationQuantity\": 1497\n    },\n    {\n        \"productId\": 338,\n        \"title\": \"Love Is Colder Than Death (Liebe ist kälter als der Tod)\",\n        \"description\": \"Neophoca cinerea\",\n        \"releaseDate\": \"2023-03-18\",\n        \"runningTime\": 65,\n        \"totalReservationQuantity\": 1497\n    },\n    {\n        \"productId\": 304,\n        \"title\": \"Beethoven's Big Break\",\n        \"description\": \"Coluber constrictor foxii\",\n        \"releaseDate\": \"2023-06-26\",\n        \"runningTime\": 163,\n        \"totalReservationQuantity\": 1496\n    },\n    {\n        \"productId\": 271,\n        \"title\": \"Diabolique\",\n        \"description\": \"Geochelone radiata\",\n        \"releaseDate\": \"2023-09-18\",\n        \"runningTime\": 64,\n        \"totalReservationQuantity\": 1492\n    },\n    {\n        \"productId\": 348,\n        \"title\": \"School For Scoundrels\",\n        \"description\": \"Upupa epops\",\n        \"releaseDate\": \"2023-11-28\",\n        \"runningTime\": 133,\n        \"totalReservationQuantity\": 1487\n    },\n    {\n        \"productId\": 279,\n        \"title\": \"Speaking of Sex\",\n        \"description\": \"Alcelaphus buselaphus cokii\",\n        \"releaseDate\": \"2023-08-23\",\n        \"runningTime\": 157,\n        \"totalReservationQuantity\": 1461\n    },\n    {\n        \"productId\": 51,\n        \"title\": \"Death to Smoochy\",\n        \"description\": \"Procyon lotor\",\n        \"releaseDate\": \"2023-12-28\",\n        \"runningTime\": 85,\n        \"totalReservationQuantity\": 1458\n    },\n    {\n        \"productId\": 478,\n        \"title\": \"The Fox and the Hound 2\",\n        \"description\": \"Tayassu pecari\",\n        \"releaseDate\": \"2024-02-15\",\n        \"runningTime\": 234,\n        \"totalReservationQuantity\": 1433\n    },\n    {\n        \"productId\": 454,\n        \"title\": \"Postcards From the Edge\",\n        \"description\": \"Libellula quadrimaculata\",\n        \"releaseDate\": \"2023-03-25\",\n        \"runningTime\": 97,\n        \"totalReservationQuantity\": 1425\n    },\n    {\n        \"productId\": 433,\n        \"title\": \"Ran\",\n        \"description\": \"Ursus americanus\",\n        \"releaseDate\": \"2023-09-10\",\n        \"runningTime\": 233,\n        \"totalReservationQuantity\": 1399\n    },\n    {\n        \"productId\": 37,\n        \"title\": \"Repeaters \",\n        \"description\": \"Nucifraga columbiana\",\n        \"releaseDate\": \"2023-05-12\",\n        \"runningTime\": 137,\n        \"totalReservationQuantity\": 1395\n    },\n    {\n        \"productId\": 113,\n        \"title\": \"Bundle of Joy\",\n        \"description\": \"Capreolus capreolus\",\n        \"releaseDate\": \"2023-10-06\",\n        \"runningTime\": 64,\n        \"totalReservationQuantity\": 1384\n    },\n    {\n        \"productId\": 5,\n        \"title\": \"Moment of Innocence, A (Nun va Goldoon)\",\n        \"description\": \"Zenaida galapagoensis\",\n        \"releaseDate\": \"2023-09-22\",\n        \"runningTime\": 93,\n        \"totalReservationQuantity\": 1368\n    },\n    {\n        \"productId\": 487,\n        \"title\": \"Garage Olimpo\",\n        \"description\": \"Lasiorhinus latifrons\",\n        \"releaseDate\": \"2023-04-22\",\n        \"runningTime\": 204,\n        \"totalReservationQuantity\": 1366\n    },\n    {\n        \"productId\": 402,\n        \"title\": \"Safe Men\",\n        \"description\": \"Dusicyon thous\",\n        \"releaseDate\": \"2023-12-06\",\n        \"runningTime\": 137,\n        \"totalReservationQuantity\": 1364\n    },\n    {\n        \"productId\": 17,\n        \"title\": \"Dinosaur 13\",\n        \"description\": \"Acrobates pygmaeus\",\n        \"releaseDate\": \"2023-11-25\",\n        \"runningTime\": 142,\n        \"totalReservationQuantity\": 1361\n    },\n    {\n        \"productId\": 196,\n        \"title\": \"Little Richard\",\n        \"description\": \"Aonyx capensis\",\n        \"releaseDate\": \"2023-08-18\",\n        \"runningTime\": 181,\n        \"totalReservationQuantity\": 1360\n    },\n    {\n        \"productId\": 12,\n        \"title\": \"Medea\",\n        \"description\": \"Carduelis uropygialis\",\n        \"releaseDate\": \"2024-02-03\",\n        \"runningTime\": 80,\n        \"totalReservationQuantity\": 1358\n    },\n    {\n        \"productId\": 195,\n        \"title\": \"House of Cards\",\n        \"description\": \"Papilio canadensis\",\n        \"releaseDate\": \"2024-01-07\",\n        \"runningTime\": 82,\n        \"totalReservationQuantity\": 1358\n    },\n    {\n        \"productId\": 282,\n        \"title\": \"Vampire Lovers, The\",\n        \"description\": \"Haliaeetus leucocephalus\",\n        \"releaseDate\": \"2023-06-17\",\n        \"runningTime\": 77,\n        \"totalReservationQuantity\": 1339\n    },\n    {\n        \"productId\": 292,\n        \"title\": \"Lonely Street\",\n        \"description\": \"Raphicerus campestris\",\n        \"releaseDate\": \"2023-05-02\",\n        \"runningTime\": 148,\n        \"totalReservationQuantity\": 1332\n    },\n    {\n        \"productId\": 156,\n        \"title\": \"Fitzwilly\",\n        \"description\": \"Alcelaphus buselaphus cokii\",\n        \"releaseDate\": \"2023-03-13\",\n        \"runningTime\": 180,\n        \"totalReservationQuantity\": 1331\n    },\n    {\n        \"productId\": 23,\n        \"title\": \"Magdalene Sisters, The\",\n        \"description\": \"Odocoileus hemionus\",\n        \"releaseDate\": \"2023-10-24\",\n        \"runningTime\": 84,\n        \"totalReservationQuantity\": 1326\n    },\n    {\n        \"productId\": 31,\n        \"title\": \"Piano Tuner of Earthquakes, The\",\n        \"description\": \"Spermophilus tridecemlineatus\",\n        \"releaseDate\": \"2024-01-04\",\n        \"runningTime\": 158,\n        \"totalReservationQuantity\": 1303\n    },\n    {\n        \"productId\": 4,\n        \"title\": \"Who Killed Vincent Chin?\",\n        \"description\": \"Antidorcas marsupialis\",\n        \"releaseDate\": \"2023-09-04\",\n        \"runningTime\": 205,\n        \"totalReservationQuantity\": 1298\n    },\n    {\n        \"productId\": 369,\n        \"title\": \"Trial\",\n        \"description\": \"unavailable\",\n        \"releaseDate\": \"2023-10-04\",\n        \"runningTime\": 162,\n        \"totalReservationQuantity\": 1297\n    },\n    {\n        \"productId\": 385,\n        \"title\": \"Destricted\",\n        \"description\": \"unavailable\",\n        \"releaseDate\": \"2024-01-02\",\n        \"runningTime\": 134,\n        \"totalReservationQuantity\": 1294\n    },\n    {\n        \"productId\": 397,\n        \"title\": \"Romance in Manhattan\",\n        \"description\": \"Equus burchelli\",\n        \"releaseDate\": \"2024-01-15\",\n        \"runningTime\": 70,\n        \"totalReservationQuantity\": 1294\n    },\n    {\n        \"productId\": 40,\n        \"title\": \"Walk of Shame\",\n        \"description\": \"Spermophilus tridecemlineatus\",\n        \"releaseDate\": \"2024-01-06\",\n        \"runningTime\": 165,\n        \"totalReservationQuantity\": 1288\n    },\n    {\n        \"productId\": 108,\n        \"title\": \"Now and Forever\",\n        \"description\": \"Spizaetus coronatus\",\n        \"releaseDate\": \"2024-01-17\",\n        \"runningTime\": 133,\n        \"totalReservationQuantity\": 1287\n    },\n    {\n        \"productId\": 480,\n        \"title\": \"Landscape with a Woman (Zena s krajolikom)\",\n        \"description\": \"Spermophilus richardsonii\",\n        \"releaseDate\": \"2023-11-08\",\n        \"runningTime\": 75,\n        \"totalReservationQuantity\": 1286\n    },\n    {\n        \"productId\": 222,\n        \"title\": \"Violent Men, The\",\n        \"description\": \"Haliaetus leucogaster\",\n        \"releaseDate\": \"2023-07-08\",\n        \"runningTime\": 144,\n        \"totalReservationQuantity\": 1275\n    },\n    {\n        \"productId\": 238,\n        \"title\": \"Bring on the Night\",\n        \"description\": \"Cervus elaphus\",\n        \"releaseDate\": \"2023-10-31\",\n        \"runningTime\": 145,\n        \"totalReservationQuantity\": 1269\n    },\n    {\n        \"productId\": 57,\n        \"title\": \"Company\",\n        \"description\": \"Nesomimus trifasciatus\",\n        \"releaseDate\": \"2023-06-24\",\n        \"runningTime\": 164,\n        \"totalReservationQuantity\": 1266\n    },\n    {\n        \"productId\": 262,\n        \"title\": \"Edge of Love, The\",\n        \"description\": \"Microcavia australis\",\n        \"releaseDate\": \"2023-11-12\",\n        \"runningTime\": 236,\n        \"totalReservationQuantity\": 1261\n    },\n    {\n        \"productId\": 220,\n        \"title\": \"Sadist, The\",\n        \"description\": \"Aegypius occipitalis\",\n        \"releaseDate\": \"2023-08-21\",\n        \"runningTime\": 116,\n        \"totalReservationQuantity\": 1244\n    },\n    {\n        \"productId\": 140,\n        \"title\": \"He Died With a Felafel in His Hand\",\n        \"description\": \"Fratercula corniculata\",\n        \"releaseDate\": \"2024-01-13\",\n        \"runningTime\": 133,\n        \"totalReservationQuantity\": 1229\n    },\n    {\n        \"productId\": 64,\n        \"title\": \"My Friend Flicka\",\n        \"description\": \"Fulica cristata\",\n        \"releaseDate\": \"2023-04-11\",\n        \"runningTime\": 213,\n        \"totalReservationQuantity\": 1226\n    },\n    {\n        \"productId\": 383,\n        \"title\": \"Place Beyond the Pines, The\",\n        \"description\": \"Butorides striatus\",\n        \"releaseDate\": \"2023-07-02\",\n        \"runningTime\": 64,\n        \"totalReservationQuantity\": 1221\n    },\n    {\n        \"productId\": 166,\n        \"title\": \"Chain Letter\",\n        \"description\": \"Pelecans onocratalus\",\n        \"releaseDate\": \"2023-10-22\",\n        \"runningTime\": 166,\n        \"totalReservationQuantity\": 1219\n    },\n    {\n        \"productId\": 76,\n        \"title\": \"Mercy \",\n        \"description\": \"Ciconia ciconia\",\n        \"releaseDate\": \"2023-03-19\",\n        \"runningTime\": 130,\n        \"totalReservationQuantity\": 1208\n    },\n    {\n        \"productId\": 45,\n        \"title\": \"Losing Isaiah\",\n        \"description\": \"Phasianus colchicus\",\n        \"releaseDate\": \"2023-06-07\",\n        \"runningTime\": 231,\n        \"totalReservationQuantity\": 1207\n    },\n    {\n        \"productId\": 124,\n        \"title\": \"Private Romeo\",\n        \"description\": \"Cervus elaphus\",\n        \"releaseDate\": \"2023-10-12\",\n        \"runningTime\": 223,\n        \"totalReservationQuantity\": 1204\n    },\n    {\n        \"productId\": 47,\n        \"title\": \"Cool, Dry Place, A\",\n        \"description\": \"Papio ursinus\",\n        \"releaseDate\": \"2023-06-22\",\n        \"runningTime\": 67,\n        \"totalReservationQuantity\": 1204\n    },\n    {\n        \"productId\": 306,\n        \"title\": \"Octopus, The (Le poulpe)\",\n        \"description\": \"Canis lupus lycaon\",\n        \"releaseDate\": \"2023-05-27\",\n        \"runningTime\": 171,\n        \"totalReservationQuantity\": 1193\n    },\n    {\n        \"productId\": 499,\n        \"title\": \"Burning Plain, The\",\n        \"description\": \"Butorides striatus\",\n        \"releaseDate\": \"2023-03-27\",\n        \"runningTime\": 182,\n        \"totalReservationQuantity\": 1189\n    },\n    {\n        \"productId\": 165,\n        \"title\": \"Delusion\",\n        \"description\": \"Sarkidornis melanotos\",\n        \"releaseDate\": \"2024-01-10\",\n        \"runningTime\": 116,\n        \"totalReservationQuantity\": 1188\n    },\n    {\n        \"productId\": 290,\n        \"title\": \"Immortal Beloved\",\n        \"description\": \"Tachyglossus aculeatus\",\n        \"releaseDate\": \"2024-01-27\",\n        \"runningTime\": 233,\n        \"totalReservationQuantity\": 1177\n    },\n    {\n        \"productId\": 183,\n        \"title\": \"Shanghai\",\n        \"description\": \"Mycteria ibis\",\n        \"releaseDate\": \"2023-11-14\",\n        \"runningTime\": 89,\n        \"totalReservationQuantity\": 1170\n    },\n    {\n        \"productId\": 439,\n        \"title\": \"Truth, The \",\n        \"description\": \"Ephippiorhynchus mycteria\",\n        \"releaseDate\": \"2023-04-16\",\n        \"runningTime\": 175,\n        \"totalReservationQuantity\": 1162\n    },\n    {\n        \"productId\": 401,\n        \"title\": \"Where the Red Fern Grows\",\n        \"description\": \"Psophia viridis\",\n        \"releaseDate\": \"2024-01-27\",\n        \"runningTime\": 99,\n        \"totalReservationQuantity\": 1153\n    },\n    {\n        \"productId\": 370,\n        \"title\": \"Dennis the Menace\",\n        \"description\": \"Odocoileus hemionus\",\n        \"releaseDate\": \"2023-12-10\",\n        \"runningTime\": 228,\n        \"totalReservationQuantity\": 1147\n    },\n    {\n        \"productId\": 456,\n        \"title\": \"Destiny (a.k.a. Between Two Worlds) (Der müde Tod)\",\n        \"description\": \"Cebus albifrons\",\n        \"releaseDate\": \"2024-02-14\",\n        \"runningTime\": 220,\n        \"totalReservationQuantity\": 1144\n    },\n    {\n        \"productId\": 59,\n        \"title\": \"Boyfriends and Girlfriends (a.k.a. My Girlfriend's Boyfriend) (L'ami de mon amie)\",\n        \"description\": \"Spilogale gracilis\",\n        \"releaseDate\": \"2023-07-02\",\n        \"runningTime\": 195,\n        \"totalReservationQuantity\": 1143\n    },\n    {\n        \"productId\": 364,\n        \"title\": \"1\",\n        \"description\": \"Phascolarctos cinereus\",\n        \"releaseDate\": \"2023-04-06\",\n        \"runningTime\": 190,\n        \"totalReservationQuantity\": 1132\n    },\n    {\n        \"productId\": 221,\n        \"title\": \"My Left Eye Sees Ghosts (Ngo joh aan gin diy gwai)\",\n        \"description\": \"Oreamnos americanus\",\n        \"releaseDate\": \"2023-08-28\",\n        \"runningTime\": 155,\n        \"totalReservationQuantity\": 1125\n    },\n    {\n        \"productId\": 296,\n        \"title\": \"Alias Betty (Betty Fisher et autres histoires)\",\n        \"description\": \"Phalacrocorax albiventer\",\n        \"releaseDate\": \"2023-07-10\",\n        \"runningTime\": 107,\n        \"totalReservationQuantity\": 1117\n    },\n    {\n        \"productId\": 48,\n        \"title\": \"From Russia with Love\",\n        \"description\": \"Struthio camelus\",\n        \"releaseDate\": \"2023-12-05\",\n        \"runningTime\": 130,\n        \"totalReservationQuantity\": 1114\n    },\n    {\n        \"productId\": 163,\n        \"title\": \"Chaperone, The\",\n        \"description\": \"Pituophis melanaleucus\",\n        \"releaseDate\": \"2024-01-03\",\n        \"runningTime\": 192,\n        \"totalReservationQuantity\": 1111\n    },\n    {\n        \"productId\": 381,\n        \"title\": \"Train of Shadows (Tren de sombras)\",\n        \"description\": \"Paradoxurus hermaphroditus\",\n        \"releaseDate\": \"2023-11-27\",\n        \"runningTime\": 211,\n        \"totalReservationQuantity\": 1111\n    },\n    {\n        \"productId\": 27,\n        \"title\": \"Born Losers, The\",\n        \"description\": \"Nyctanassa violacea\",\n        \"releaseDate\": \"2024-02-05\",\n        \"runningTime\": 148,\n        \"totalReservationQuantity\": 1103\n    },\n    {\n        \"productId\": 144,\n        \"title\": \"Bright Lights\",\n        \"description\": \"Zonotrichia capensis\",\n        \"releaseDate\": \"2024-03-04\",\n        \"runningTime\": 158,\n        \"totalReservationQuantity\": 1098\n    },\n    {\n        \"productId\": 211,\n        \"title\": \"Rock of Ages\",\n        \"description\": \"Ovibos moschatus\",\n        \"releaseDate\": \"2023-05-08\",\n        \"runningTime\": 123,\n        \"totalReservationQuantity\": 1092\n    },\n    {\n        \"productId\": 84,\n        \"title\": \"Violent Men, The\",\n        \"description\": \"Elephas maximus bengalensis\",\n        \"releaseDate\": \"2023-10-17\",\n        \"runningTime\": 131,\n        \"totalReservationQuantity\": 1090\n    },\n    {\n        \"productId\": 186,\n        \"title\": \"Hi, Mom!\",\n        \"description\": \"Eolophus roseicapillus\",\n        \"releaseDate\": \"2023-05-16\",\n        \"runningTime\": 156,\n        \"totalReservationQuantity\": 1084\n    },\n    {\n        \"productId\": 329,\n        \"title\": \"Long Walk Home, The\",\n        \"description\": \"Laniarius ferrugineus\",\n        \"releaseDate\": \"2023-11-04\",\n        \"runningTime\": 117,\n        \"totalReservationQuantity\": 1077\n    },\n    {\n        \"productId\": 243,\n        \"title\": \"Summer of Fear\",\n        \"description\": \"Erethizon dorsatum\",\n        \"releaseDate\": \"2023-05-11\",\n        \"runningTime\": 182,\n        \"totalReservationQuantity\": 1068\n    },\n    {\n        \"productId\": 351,\n        \"title\": \"Dagon\",\n        \"description\": \"Hymenolaimus malacorhynchus\",\n        \"releaseDate\": \"2024-03-06\",\n        \"runningTime\": 228,\n        \"totalReservationQuantity\": 1058\n    },\n    {\n        \"productId\": 359,\n        \"title\": \"Pericles on 31st Street\",\n        \"description\": \"unavailable\",\n        \"releaseDate\": \"2023-03-17\",\n        \"runningTime\": 185,\n        \"totalReservationQuantity\": 1037\n    },\n    {\n        \"productId\": 252,\n        \"title\": \"Journey, The\",\n        \"description\": \"Gyps bengalensis\",\n        \"releaseDate\": \"2023-03-14\",\n        \"runningTime\": 175,\n        \"totalReservationQuantity\": 1037\n    },\n    {\n        \"productId\": 468,\n        \"title\": \"Grifters, The\",\n        \"description\": \"Francolinus coqui\",\n        \"releaseDate\": \"2024-01-26\",\n        \"runningTime\": 189,\n        \"totalReservationQuantity\": 1031\n    },\n    {\n        \"productId\": 85,\n        \"title\": \"Distant Drums\",\n        \"description\": \"Sula dactylatra\",\n        \"releaseDate\": \"2023-03-24\",\n        \"runningTime\": 222,\n        \"totalReservationQuantity\": 1031\n    },\n    {\n        \"productId\": 240,\n        \"title\": \"Zombeavers\",\n        \"description\": \"Orcinus orca\",\n        \"releaseDate\": \"2023-11-09\",\n        \"runningTime\": 163,\n        \"totalReservationQuantity\": 1030\n    },\n    {\n        \"productId\": 50,\n        \"title\": \"Chinese Take-Out (Chinese Take-Away) (Un cuento chino)\",\n        \"description\": \"Phasianus colchicus\",\n        \"releaseDate\": \"2023-12-21\",\n        \"runningTime\": 215,\n        \"totalReservationQuantity\": 1025\n    },\n    {\n        \"productId\": 117,\n        \"title\": \"Complete History of My Sexual Failures, A\",\n        \"description\": \"Lycosa godeffroyi\",\n        \"releaseDate\": \"2023-11-14\",\n        \"runningTime\": 128,\n        \"totalReservationQuantity\": 1019\n    },\n    {\n        \"productId\": 225,\n        \"title\": \"London\",\n        \"description\": \"Bubo virginianus\",\n        \"releaseDate\": \"2023-07-29\",\n        \"runningTime\": 151,\n        \"totalReservationQuantity\": 1013\n    },\n    {\n        \"productId\": 389,\n        \"title\": \"Postman Blues\",\n        \"description\": \"Ratufa indica\",\n        \"releaseDate\": \"2023-08-14\",\n        \"runningTime\": 164,\n        \"totalReservationQuantity\": 1005\n    },\n    {\n        \"productId\": 217,\n        \"title\": \"Half Baked\",\n        \"description\": \"Funambulus pennati\",\n        \"releaseDate\": \"2024-02-25\",\n        \"runningTime\": 216,\n        \"totalReservationQuantity\": 992\n    },\n    {\n        \"productId\": 188,\n        \"title\": \"Space Battleship Yamato\",\n        \"description\": \"Mirounga leonina\",\n        \"releaseDate\": \"2023-09-05\",\n        \"runningTime\": 96,\n        \"totalReservationQuantity\": 991\n    },\n    {\n        \"productId\": 136,\n        \"title\": \"Everybody's Famous! (Iedereen beroemd!)\",\n        \"description\": \"Corvus brachyrhynchos\",\n        \"releaseDate\": \"2023-08-08\",\n        \"runningTime\": 76,\n        \"totalReservationQuantity\": 980\n    },\n    {\n        \"productId\": 13,\n        \"title\": \"Comes a Bright Day\",\n        \"description\": \"Tadorna tadorna\",\n        \"releaseDate\": \"2023-10-19\",\n        \"runningTime\": 137,\n        \"totalReservationQuantity\": 977\n    }\n]"}],"_postman_id":"47baedfd-777a-4463-b577-bea12146a121"},{"name":"52.79.162.227:8081/api/reservations","id":"57d0c52a-6667-4fab-9b63-5491bfa37d6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"product\": \"Live JSON generator\",\n  \"memberId\": \"1\",\n  \"productId\": \"1\",\n  \"reservedDate\": \"2025-03-10 15:35:15.000\",\n  \"reservationPriceDtos\": [\n    {\n      \"productSeatScheduleId\": \"1\",\n      \"placeId\": \"1\",\n      \"price\": \"1\",\n      \"quantity\": \"1\",\n      \"seatType\": \"VIP\"\n    },\n    {\n      \"productSeatScheduleId\": \"1\",\n      \"placeId\": \"1\",\n      \"price\": \"1\",\n      \"quantity\": \"1\",\n      \"seatType\": \"BASIC\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"52.79.162.227:8081/api/reservations","urlObject":{"port":"8081","path":["api","reservations"],"host":["52","79","162","227"],"query":[{"disabled":true,"key":"memberId","value":null},{"disabled":true,"key":"productId","value":null},{"disabled":true,"key":"reservedDate","value":null}],"variable":[]}},"response":[],"_postman_id":"57d0c52a-6667-4fab-9b63-5491bfa37d6c"},{"name":"52.79.162.227:8081/api/reservations Copy","id":"92da8382-a1ba-4150-9cbc-0a89b911cb66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"product\": \"Live JSON generator\",\n  \"memberId\": \"1\",\n  \"productId\": \"1\",\n  \"reservedDate\": \"2025-03-10\",\n  \"reservationPriceDtos\": [\n    {\n      \"productSeatScheduleId\": \"1\",\n      \"placeId\": \"1\",\n      \"price\": \"1\",\n      \"quantity\": \"1\",\n      \"seatType\": \"VIP\"\n    },\n    {\n      \"productSeatScheduleId\": \"1\",\n      \"placeId\": \"1\",\n      \"price\": \"1\",\n      \"quantity\": \"1\",\n      \"seatType\": \"BASIC\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/reservations","urlObject":{"protocol":"http","port":"8080","path":["api","reservations"],"host":["localhost"],"query":[{"disabled":true,"key":"memberId","value":null},{"disabled":true,"key":"productId","value":null},{"disabled":true,"key":"reservedDate","value":null}],"variable":[]}},"response":[],"_postman_id":"92da8382-a1ba-4150-9cbc-0a89b911cb66"}],"variable":[{"key":"productId","value":"501"}]}