{"info":{"_postman_id":"8b52ffec-37f4-471b-83e1-d22b4d01ebdb","name":"movie-management","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"35167967","collectionId":"8b52ffec-37f4-471b-83e1-d22b4d01ebdb","publishedId":"2sAYQdkAnc","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-23T05:59:19.000Z"},"item":[{"name":"users","item":[{"name":"user register","id":"620a3d4e-e2f8-4e15-9e6c-166b6e902d22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"rayandev\",\r\n    \"displayname\":\"rayan dev\",\r\n    \"email\":\"rayanhossain.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.comapi/v1/users/register","urlObject":{"path":["v1","users","register"],"host":["https://movie-managment.onrender.comapi"],"query":[],"variable":[]}},"response":[],"_postman_id":"620a3d4e-e2f8-4e15-9e6c-166b6e902d22"},{"name":"user login","id":"7a10679a-f143-4420-acf2-2eb1f5cf79c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"admin@admin.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/users/login","urlObject":{"path":["api","v1","users","login"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a10679a-f143-4420-acf2-2eb1f5cf79c0"},{"name":"user logout","id":"6b68f5f3-4520-4adf-937c-3217890640de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"rayanh.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/users/logout","urlObject":{"path":["api","v1","users","logout"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b68f5f3-4520-4adf-937c-3217890640de"}],"id":"5bf83e12-fb65-4785-9d8c-684b4a11f04d","_postman_id":"5bf83e12-fb65-4785-9d8c-684b4a11f04d","description":""},{"name":"movies","item":[{"name":"create movie","id":"d0b6f1b7-7bdd-458d-8990-ef6968ca2257","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"movie 4\",\r\n    \"description\": \"movie 4 description\",\r\n    \"released_at\": \"20 january 2025\",\r\n    \"duration\": \"2hrs\",\r\n    \"genre\": [\r\n        \"comedy\",\r\n        \"action\"\r\n    ],\r\n    \"language\": \"EN\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/movies","urlObject":{"path":["api","v1","movies"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0b6f1b7-7bdd-458d-8990-ef6968ca2257"},{"name":"get all movies","id":"1b6c530f-3437-4c47-b8be-1c7bfaa9f2df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"rayanh.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/movies","urlObject":{"path":["api","v1","movies"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b6c530f-3437-4c47-b8be-1c7bfaa9f2df"},{"name":"get  movie","id":"9a9ba9b6-2cb4-42ed-a2d2-5e907788c75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"rayanh.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/movies/679201a17d2ab21eb5cb1282","urlObject":{"path":["api","v1","movies","679201a17d2ab21eb5cb1282"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a9ba9b6-2cb4-42ed-a2d2-5e907788c75c"},{"name":"users-movies","id":"703da26f-cfb3-49f5-a77d-ec3aacc7a231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/movies/users","urlObject":{"path":["api","v1","movies","users"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"703da26f-cfb3-49f5-a77d-ec3aacc7a231"}],"id":"6b8133b8-50db-4c36-b9e7-50a8342d66cf","_postman_id":"6b8133b8-50db-4c36-b9e7-50a8342d66cf","description":""},{"name":"ratings","item":[{"name":"create rating","id":"57f7c7de-3b27-4f44-b3c0-938e18f05e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"value\": 5\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/movies/6790c4326eb159f979624009/ratings","urlObject":{"path":["api","v1","movies","6790c4326eb159f979624009","ratings"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"57f7c7de-3b27-4f44-b3c0-938e18f05e15"},{"name":"get all movies","id":"0869f817-985b-456e-b39b-3030f40c2125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"rayanh.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/movies","urlObject":{"path":["api","v1","movies"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0869f817-985b-456e-b39b-3030f40c2125"},{"name":"get  movie","id":"4645ed4e-22c7-4c3f-a4e6-2ee6862a6714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"rayanh.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/movies/6790c4326eb159f979624009","urlObject":{"path":["api","v1","movies","6790c4326eb159f979624009"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4645ed4e-22c7-4c3f-a4e6-2ee6862a6714"},{"name":"users-movies","id":"4d49059f-a67b-4c90-9811-410c4b4c40e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"rayanh.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/movies/users","urlObject":{"path":["api","v1","movies","users"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d49059f-a67b-4c90-9811-410c4b4c40e4"}],"id":"2a91b1fa-7d21-4f46-a259-73f814fba061","_postman_id":"2a91b1fa-7d21-4f46-a259-73f814fba061","description":""},{"name":"reports","item":[{"name":"create reports","id":"df84247e-61fb-4342-89ab-10d095194764","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"reason\": \"not a good movie\",\r\n    \"description\":\"very bad story\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/reports/movies/679201bd7d2ab21eb5cb1285","urlObject":{"path":["api","v1","reports","movies","679201bd7d2ab21eb5cb1285"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"df84247e-61fb-4342-89ab-10d095194764"},{"name":"update report","id":"9522f571-0de5-44df-b15b-e4a06a495ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isAccepted\": \"rejected\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/reports/movies/67920a9ad937c46aeaccf170","urlObject":{"path":["api","v1","reports","movies","67920a9ad937c46aeaccf170"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"9522f571-0de5-44df-b15b-e4a06a495ee6"},{"name":"get all reports","id":"c7790c95-bc21-45b5-9f5d-d08e515f1ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"rayanh.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/reports","urlObject":{"path":["api","v1","reports"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7790c95-bc21-45b5-9f5d-d08e515f1ad7"}],"id":"d725ce5d-e816-4b57-922d-94e7b7f71576","_postman_id":"d725ce5d-e816-4b57-922d-94e7b7f71576","description":""},{"name":"role based users","item":[{"name":"role based user registration","id":"ff6fdb3c-409c-48be-b4da-bd9e31503cef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"admin\",\r\n    \"displayname\": \"admin\",\r\n    \"email\": \"admin@admin.com\",\r\n    \"password\": \"Pa$$0word\",\r\n    \"role\": [\r\n        \"6790b3b1689dd2619de2b3f0\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/users/role-based-user-registration","urlObject":{"path":["api","v1","users","role-based-user-registration"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff6fdb3c-409c-48be-b4da-bd9e31503cef"}],"id":"0d140ee7-1a06-4988-bbcf-0d72c21a99b1","_postman_id":"0d140ee7-1a06-4988-bbcf-0d72c21a99b1","description":""},{"name":"permissions","item":[{"name":"create permission","id":"0deb2c9f-e597-4cbc-969a-f34ae099f3d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"manage_report\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/permissions","urlObject":{"path":["api","v1","permissions"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"0deb2c9f-e597-4cbc-969a-f34ae099f3d3"},{"name":"get permissions","id":"b4b912e7-740c-4813-bbe1-cb7023499075","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"usernameOrEmail\":\"rayanh.dev@gmail.com\",\r\n    \"password\":\"Pa$$0word\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/permissions","urlObject":{"path":["api","v1","permissions"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4b912e7-740c-4813-bbe1-cb7023499075"}],"id":"9d1ad116-cee5-40c8-9236-39be6e1af0fe","_postman_id":"9d1ad116-cee5-40c8-9236-39be6e1af0fe","description":""},{"name":"roles","item":[{"name":"create role","id":"5633f34a-2d78-4a06-91a8-a117c2b7352c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"editor\",\r\n    \"permissions\":[\"6790ae3fccda851c67fbaef6\",\"6790ae49ccda851c67fbaef9\",\"6790ae4fccda851c67fbaefc\",\"6790ae68ccda851c67fbaeff\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/roles","urlObject":{"path":["api","v1","roles"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5633f34a-2d78-4a06-91a8-a117c2b7352c"},{"name":"get roles","id":"99dc7e02-ad2f-4842-8a61-ab6f960af0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://movie-managment.onrender.com/api/v1/roles","urlObject":{"path":["api","v1","roles"],"host":["https://movie-managment.onrender.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"99dc7e02-ad2f-4842-8a61-ab6f960af0d3"}],"id":"782e359d-acdf-4fa5-983a-477c8825d9df","_postman_id":"782e359d-acdf-4fa5-983a-477c8825d9df","description":""}],"event":[{"listen":"prerequest","script":{"id":"1f167155-aec4-455e-83b3-1c9e661406cf","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"a2574129-6195-4482-a3ff-9ad011438a33","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"API_URL","value":"https://movie-managment.onrender.com","type":"string"}]}