{"info":{"_postman_id":"4e53c6c3-493c-440d-ab8a-6e5eb642f9d6","name":"moviebooking","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23490471","collectionId":"4e53c6c3-493c-440d-ab8a-6e5eb642f9d6","publishedId":"2sB2qdfKQ6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-27T02:18:52.000Z"},"item":[{"name":"Add Category","id":"7f9be944-da6b-4c9b-981c-af3521cc815f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Comedy\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/categories","urlObject":{"protocol":"http","port":"8888","path":["api","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"54542e75-0843-4d67-9cb3-58d0f4698fc0","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Comedy\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 May 2025 13:58:36 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Comedy\",\n    \"description\": null,\n    \"movies\": []\n}"}],"_postman_id":"7f9be944-da6b-4c9b-981c-af3521cc815f"},{"name":"Add Movie","id":"996654c2-8280-474a-bc3c-d2962d7190ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Inception\",\r\n  \"description\": \"A mind-bending thriller\",\r\n  \"posterUrl\": \"http://image.com/poster.jpg\",\r\n  \"heroImageUrl\": \"http://image.com/hero.jpg\",\r\n  \"director\": \"Christopher Nolan\",\r\n  \"genre\": \"Sci-Fi\",\r\n  \"releaseDate\": \"2024-08-01\",\r\n  \"language\": \"English\",\r\n  \"imdbRating\": 8.8,\r\n  \"trailerLink\": \"http://youtube.com/trailer\",\r\n  \"categoryId\": 3,\r\n  \"isHeroSection\":false\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/movies","urlObject":{"protocol":"http","port":"8888","path":["api","movies"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d8976e7d-b3a1-4236-b874-9a81433d1ebc","name":"Add Movie","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Inception\",\r\n  \"description\": \"A mind-bending thriller\",\r\n  \"posterUrl\": \"http://image.com/poster.jpg\",\r\n  \"heroImageUrl\": \"http://image.com/hero.jpg\",\r\n  \"director\": \"Christopher Nolan\",\r\n  \"genre\": \"Sci-Fi\",\r\n  \"releaseDate\": \"2024-08-01\",\r\n  \"language\": \"English\",\r\n  \"imdbRating\": 8.8,\r\n  \"trailerLink\": \"http://youtube.com/trailer\",\r\n  \"categoryId\": 3,\r\n  \"isHeroSection\":false\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/movies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 May 2025 14:12:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 3,\n    \"name\": \"Inception\",\n    \"description\": \"A mind-bending thriller\",\n    \"director\": \"Christopher Nolan\",\n    \"genre\": \"Sci-Fi\",\n    \"releaseDate\": \"2024-08-01\",\n    \"language\": \"English\",\n    \"imdbRating\": 8.8,\n    \"posterUrl\": \"http://image.com/poster.jpg\",\n    \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n    \"isHeroSection\": false,\n    \"category\": {\n        \"id\": 3,\n        \"name\": \"Comedy\",\n        \"description\": null\n    },\n    \"showtimes\": []\n}"}],"_postman_id":"996654c2-8280-474a-bc3c-d2962d7190ca"},{"name":"Add Showtime To Movie","id":"d1f1ebd6-6c0a-4c18-ad19-fde556963837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dateTime\":\"2023-08-05T18:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/showtimes/1","urlObject":{"protocol":"http","port":"8888","path":["api","showtimes","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c8380496-7684-4bb7-9d19-9c27e5bc253b","name":"Add Showtime To Movie","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"dateTime\":\"2023-08-05T18:00:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/showtimes/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 May 2025 14:22:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"dateTime\": \"2023-08-05T18:00:00\",\n    \"availableSeats\": null,\n    \"bookings\": []\n}"}],"_postman_id":"d1f1ebd6-6c0a-4c18-ad19-fde556963837"},{"name":"Ticket Booking","id":"ce3138ea-7471-4689-ad22-6766a2dbabfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"movieId\": 1,\r\n  \"showtimeId\": 2,\r\n  \"userName\": \"John Doe\",\r\n  \"userEmail\": \"john@example.com\",\r\n  \"userPhone\": \"9876543210\",\r\n  \"ticketsBooked\":2\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/bookings","urlObject":{"protocol":"http","port":"8888","path":["api","bookings"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9aec3be0-66f6-473e-9d82-d7d0dc0f5e30","name":"Ticket Booking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"movieId\": 1,\r\n  \"showtimeId\": 2,\r\n  \"userName\": \"John Doe\",\r\n  \"userEmail\": \"john@example.com\",\r\n  \"userPhone\": \"9876543210\",\r\n  \"ticketsBooked\":2\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/api/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 06 May 2025 15:57:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4,\n    \"ticketsBooked\": 2,\n    \"totalPrice\": null,\n    \"bookingDate\": \"2025-05-06T21:27:16.0058912\",\n    \"userName\": \"John Doe\",\n    \"userEmail\": \"john@example.com\",\n    \"userPhone\": \"9876543210\",\n    \"showtime\": {\n        \"id\": 2,\n        \"dateTime\": \"2023-08-05T18:00:00\",\n        \"availableSeats\": null\n    },\n    \"movie\": {\n        \"id\": 1,\n        \"name\": \"Inception\",\n        \"description\": \"A mind-bending thriller\",\n        \"director\": \"Christopher Nolan\",\n        \"genre\": \"Sci-Fi\",\n        \"releaseDate\": \"2024-08-01\",\n        \"language\": \"English\",\n        \"imdbRating\": 8.8,\n        \"posterUrl\": \"http://image.com/poster.jpg\",\n        \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n        \"isHeroSection\": true,\n        \"category\": {\n            \"id\": 1,\n            \"name\": \"Action\",\n            \"description\": null\n        },\n        \"showtimes\": [\n            {\n                \"id\": 1,\n                \"dateTime\": \"2024-08-05T18:00:00\",\n                \"availableSeats\": null\n            },\n            {\n                \"id\": 2,\n                \"dateTime\": \"2023-08-05T18:00:00\",\n                \"availableSeats\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"ce3138ea-7471-4689-ad22-6766a2dbabfe"},{"name":"Get All Category","id":"cc0e0b37-e0f1-4f43-a0d3-0a70d2ff3f41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8888/api/categories","urlObject":{"protocol":"http","port":"8888","path":["api","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1340523e-79d7-4486-b900-82c92c158801","name":"Get All Category","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8888/api/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 07 May 2025 07:56:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Action\",\n        \"description\": null\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Horror\",\n        \"description\": null\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Comedy\",\n        \"description\": null\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Inception\",\n        \"description\": \"A mind-bending thriller\"\n    }\n]"}],"_postman_id":"cc0e0b37-e0f1-4f43-a0d3-0a70d2ff3f41"},{"name":"Get Movie By Category","id":"1cf8bae8-30b6-4125-bb53-41353d37193e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8888/api/movies/category/action","urlObject":{"protocol":"http","port":"8888","path":["api","movies","category","action"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"7092fe29-5316-4d9a-8ff9-13d43e738ccb","name":"Get Movie By Category","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8888/api/movies/category/action"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 07 May 2025 08:02:15 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Inception\",\n        \"description\": \"A mind-bending thriller\",\n        \"director\": \"Christopher Nolan\",\n        \"genre\": \"Sci-Fi\",\n        \"releaseDate\": \"2024-08-01\",\n        \"language\": \"English\",\n        \"imdbRating\": 8.8,\n        \"posterUrl\": \"http://image.com/poster.jpg\",\n        \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n        \"isHeroSection\": true,\n        \"category\": {\n            \"id\": 1,\n            \"name\": \"Action\",\n            \"description\": null\n        },\n        \"showtimes\": [\n            {\n                \"id\": 1,\n                \"dateTime\": \"2024-08-05T18:00:00\",\n                \"availableSeats\": null\n            },\n            {\n                \"id\": 2,\n                \"dateTime\": \"2023-08-05T18:00:00\",\n                \"availableSeats\": null\n            }\n        ]\n    },\n    {\n        \"id\": 4,\n        \"name\": \"harrypotter\",\n        \"description\": \"A mind-bending thriller\",\n        \"director\": \"Christopher Nolan\",\n        \"genre\": \"Sci-Fi\",\n        \"releaseDate\": \"2024-08-01\",\n        \"language\": \"English\",\n        \"imdbRating\": 8.8,\n        \"posterUrl\": \"http://image.com/poster.jpg\",\n        \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n        \"isHeroSection\": false,\n        \"category\": {\n            \"id\": 1,\n            \"name\": \"Action\",\n            \"description\": null\n        },\n        \"showtimes\": []\n    }\n]"}],"_postman_id":"1cf8bae8-30b6-4125-bb53-41353d37193e"},{"name":"Get Hero Section Movies","id":"aee84894-671c-4cea-b146-2e564b62f7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8888/api/movies/hero","urlObject":{"protocol":"http","port":"8888","path":["api","movies","hero"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8d05764b-2b76-4882-ab39-6979b7917f15","name":"Get Hero Section Movies","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8888/api/movies/hero"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 07 May 2025 08:04:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5,\n        \"name\": \"haya boosa\",\n        \"description\": \"A mind-bending thriller\",\n        \"director\": \"Christopher Nolan\",\n        \"genre\": \"Sci-Fi\",\n        \"releaseDate\": \"2024-08-01\",\n        \"language\": \"English\",\n        \"imdbRating\": 8.8,\n        \"posterUrl\": \"http://image.com/poster.jpg\",\n        \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n        \"isHeroSection\": false,\n        \"category\": {\n            \"id\": 5,\n            \"name\": \"Hero Section\",\n            \"description\": null\n        },\n        \"showtimes\": []\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Berbuda\",\n        \"description\": \"A mind-bending thriller\",\n        \"director\": \"Christopher Nolan\",\n        \"genre\": \"Sci-Fi\",\n        \"releaseDate\": \"2024-08-01\",\n        \"language\": \"English\",\n        \"imdbRating\": 8.8,\n        \"posterUrl\": \"http://image.com/poster.jpg\",\n        \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n        \"isHeroSection\": false,\n        \"category\": {\n            \"id\": 5,\n            \"name\": \"Hero Section\",\n            \"description\": null\n        },\n        \"showtimes\": []\n    }\n]"}],"_postman_id":"aee84894-671c-4cea-b146-2e564b62f7a4"},{"name":"Get Showtimes Of Any Movie","id":"2d3209b8-a047-48db-9df0-ecf3e3de5e79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8888/api/showtimes/movie/1","urlObject":{"protocol":"http","port":"8888","path":["api","showtimes","movie","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"425e248a-e808-4886-af7f-1c9fd349d255","name":"Get Showtimes Of Any Movie","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8888/api/showtimes/movie/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 07 May 2025 08:06:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"dateTime\": \"2024-08-05T18:00:00\",\n        \"availableSeats\": null\n    },\n    {\n        \"id\": 2,\n        \"dateTime\": \"2023-08-05T18:00:00\",\n        \"availableSeats\": null\n    }\n]"}],"_postman_id":"2d3209b8-a047-48db-9df0-ecf3e3de5e79"},{"name":"Get All Booking Details","id":"767b614f-531b-4a2e-bb20-22923f8b8434","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"http://localhost:8888/api/bookings","urlObject":{"protocol":"http","port":"8888","path":["api","bookings"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6736a76f-f000-4782-9247-7696bff9fa5b","name":"Get All Booking Details","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8888/api/bookings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 07 May 2025 08:07:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"ticketsBooked\": null,\n        \"totalPrice\": null,\n        \"bookingDate\": null,\n        \"userName\": \"John Doe\",\n        \"userEmail\": \"john@example.com\",\n        \"userPhone\": \"9876543210\",\n        \"showtime\": {\n            \"id\": 1,\n            \"dateTime\": \"2024-08-05T18:00:00\",\n            \"availableSeats\": null\n        },\n        \"movie\": {\n            \"id\": 3,\n            \"name\": \"Inception\",\n            \"description\": \"A mind-bending thriller\",\n            \"director\": \"Christopher Nolan\",\n            \"genre\": \"Sci-Fi\",\n            \"releaseDate\": \"2024-08-01\",\n            \"language\": \"English\",\n            \"imdbRating\": 8.8,\n            \"posterUrl\": \"http://image.com/poster.jpg\",\n            \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n            \"isHeroSection\": false,\n            \"category\": {\n                \"id\": 3,\n                \"name\": \"Comedy\",\n                \"description\": null\n            },\n            \"showtimes\": []\n        }\n    },\n    {\n        \"id\": 2,\n        \"ticketsBooked\": null,\n        \"totalPrice\": null,\n        \"bookingDate\": null,\n        \"userName\": \"John Doe\",\n        \"userEmail\": \"john@example.com\",\n        \"userPhone\": \"9876543210\",\n        \"showtime\": {\n            \"id\": 2,\n            \"dateTime\": \"2023-08-05T18:00:00\",\n            \"availableSeats\": null\n        },\n        \"movie\": {\n            \"id\": 1,\n            \"name\": \"Inception\",\n            \"description\": \"A mind-bending thriller\",\n            \"director\": \"Christopher Nolan\",\n            \"genre\": \"Sci-Fi\",\n            \"releaseDate\": \"2024-08-01\",\n            \"language\": \"English\",\n            \"imdbRating\": 8.8,\n            \"posterUrl\": \"http://image.com/poster.jpg\",\n            \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n            \"isHeroSection\": true,\n            \"category\": {\n                \"id\": 1,\n                \"name\": \"Action\",\n                \"description\": null\n            },\n            \"showtimes\": [\n                {\n                    \"id\": 1,\n                    \"dateTime\": \"2024-08-05T18:00:00\",\n                    \"availableSeats\": null\n                },\n                {\n                    \"id\": 2,\n                    \"dateTime\": \"2023-08-05T18:00:00\",\n                    \"availableSeats\": null\n                }\n            ]\n        }\n    },\n    {\n        \"id\": 3,\n        \"ticketsBooked\": null,\n        \"totalPrice\": null,\n        \"bookingDate\": null,\n        \"userName\": \"John Doe\",\n        \"userEmail\": \"john@example.com\",\n        \"userPhone\": \"9876543210\",\n        \"showtime\": {\n            \"id\": 2,\n            \"dateTime\": \"2023-08-05T18:00:00\",\n            \"availableSeats\": null\n        },\n        \"movie\": {\n            \"id\": 1,\n            \"name\": \"Inception\",\n            \"description\": \"A mind-bending thriller\",\n            \"director\": \"Christopher Nolan\",\n            \"genre\": \"Sci-Fi\",\n            \"releaseDate\": \"2024-08-01\",\n            \"language\": \"English\",\n            \"imdbRating\": 8.8,\n            \"posterUrl\": \"http://image.com/poster.jpg\",\n            \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n            \"isHeroSection\": true,\n            \"category\": {\n                \"id\": 1,\n                \"name\": \"Action\",\n                \"description\": null\n            },\n            \"showtimes\": [\n                {\n                    \"id\": 1,\n                    \"dateTime\": \"2024-08-05T18:00:00\",\n                    \"availableSeats\": null\n                },\n                {\n                    \"id\": 2,\n                    \"dateTime\": \"2023-08-05T18:00:00\",\n                    \"availableSeats\": null\n                }\n            ]\n        }\n    },\n    {\n        \"id\": 4,\n        \"ticketsBooked\": 2,\n        \"totalPrice\": null,\n        \"bookingDate\": \"2025-05-06T21:27:16.005891\",\n        \"userName\": \"John Doe\",\n        \"userEmail\": \"john@example.com\",\n        \"userPhone\": \"9876543210\",\n        \"showtime\": {\n            \"id\": 2,\n            \"dateTime\": \"2023-08-05T18:00:00\",\n            \"availableSeats\": null\n        },\n        \"movie\": {\n            \"id\": 1,\n            \"name\": \"Inception\",\n            \"description\": \"A mind-bending thriller\",\n            \"director\": \"Christopher Nolan\",\n            \"genre\": \"Sci-Fi\",\n            \"releaseDate\": \"2024-08-01\",\n            \"language\": \"English\",\n            \"imdbRating\": 8.8,\n            \"posterUrl\": \"http://image.com/poster.jpg\",\n            \"heroSectionImageUrl\": \"http://image.com/hero.jpg\",\n            \"isHeroSection\": true,\n            \"category\": {\n                \"id\": 1,\n                \"name\": \"Action\",\n                \"description\": null\n            },\n            \"showtimes\": [\n                {\n                    \"id\": 1,\n                    \"dateTime\": \"2024-08-05T18:00:00\",\n                    \"availableSeats\": null\n                },\n                {\n                    \"id\": 2,\n                    \"dateTime\": \"2023-08-05T18:00:00\",\n                    \"availableSeats\": null\n                }\n            ]\n        }\n    }\n]"}],"_postman_id":"767b614f-531b-4a2e-bb20-22923f8b8434"},{"name":"Create User","id":"2e0a4ce6-8a00-444b-bc40-7f000a8bc37c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"vipinbarode@gmail.com\",\r\n    \"password\":123456\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8888/user","urlObject":{"protocol":"http","port":"8888","path":["user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e0a4ce6-8a00-444b-bc40-7f000a8bc37c"},{"name":"Get Movie By MovieId","id":"49211e3f-cf1c-4536-951c-fbd1acf8fc71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Inception\",\r\n  \"description\": \"A mind-bending thriller\",\r\n  \"posterUrl\": \"http://image.com/poster.jpg\",\r\n  \"heroImageUrl\": \"http://image.com/hero.jpg\",\r\n  \"director\": \"Christopher Nolan\",\r\n  \"genre\": \"Sci-Fi\",\r\n  \"releaseDate\": \"2024-08-01\",\r\n  \"language\": \"English\",\r\n  \"imdbRating\": 8.8,\r\n  \"trailerLink\": \"http://youtube.com/trailer\",\r\n  \"categoryId\": 3,\r\n  \"isHeroSection\":false\r\n}\r\n"},"url":"http://localhost:8888/api/movies/movie/1","urlObject":{"protocol":"http","port":"8888","path":["api","movies","movie","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c400ba1c-b190-4f4d-8416-c579bed84ee7","name":"Get Movie By MovieId","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Inception\",\r\n  \"description\": \"A mind-bending thriller\",\r\n  \"posterUrl\": \"http://image.com/poster.jpg\",\r\n  \"heroImageUrl\": \"http://image.com/hero.jpg\",\r\n  \"director\": \"Christopher Nolan\",\r\n  \"genre\": \"Sci-Fi\",\r\n  \"releaseDate\": \"2024-08-01\",\r\n  \"language\": \"English\",\r\n  \"imdbRating\": 8.8,\r\n  \"trailerLink\": \"http://youtube.com/trailer\",\r\n  \"categoryId\": 3,\r\n  \"isHeroSection\":false\r\n}\r\n"},"url":"http://localhost:8888/api/movies/movie/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Sat, 10 May 2025 07:41:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Kubo And The Two Strings\",\n    \"description\": \"Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo\",\n    \"director\": \"vipin barode\",\n    \"genre\": \" Cartoon, Sci-fi\",\n    \"releaseDate\": \"2025-06-08\",\n    \"language\": \"Hindi,English\",\n    \"imdbRating\": 7.8,\n    \"trailerLink\": \"https://youtu.be/22w7z_lT6YM?si=VU4g0boaVOB0rdkJ\",\n    \"posterUrl\": \"https://mypharmabucket.s3.ap-south-1.amazonaws.com/faab2e7f-524e-408f-8f17-325b0f992042.jpg\",\n    \"heroSectionImageUrl\": \"\",\n    \"isHeroSection\": false,\n    \"category\": {\n        \"id\": 3,\n        \"name\": \"Hero Section\",\n        \"description\": null\n    },\n    \"showtimes\": [\n        {\n            \"id\": 1,\n            \"dateTime\": \"2025-05-30T17:14:00\",\n            \"availableSeats\": null\n        },\n        {\n            \"id\": 2,\n            \"dateTime\": \"2025-06-22T16:10:00\",\n            \"availableSeats\": null\n        },\n        {\n            \"id\": 3,\n            \"dateTime\": \"2025-05-10T13:10:00\",\n            \"availableSeats\": null\n        }\n    ]\n}"}],"_postman_id":"49211e3f-cf1c-4536-951c-fbd1acf8fc71"}]}