{"info":{"_postman_id":"f0bef177-9154-42d9-862e-6edc8b7240e5","name":"sw-task","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"19382028","collectionId":"f0bef177-9154-42d9-862e-6edc8b7240e5","publishedId":"2sA2xe4ZX1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-03-05T23:49:02.000Z"},"item":[{"name":"Auth","item":[{"name":"Register","event":[{"listen":"prerequest","script":{"id":"d88de2d9-06e8-4d2f-bbf7-4b61383fbe4a","exec":[""],"type":"text/javascript"}}],"id":"914278bb-3ebd-4ac0-8ed2-c57fd6fe496f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Hamza","type":"text"},{"key":"email","value":"hamzaidrees42@gmail.com","type":"text"},{"key":"password","value":"hamza123","type":"text"},{"key":"password_confirmation","value":"hamza123","type":"text"}]},"url":"http://localhost:9000/api/auth/register","urlObject":{"protocol":"http","port":"9000","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"914278bb-3ebd-4ac0-8ed2-c57fd6fe496f"},{"name":"login","event":[{"listen":"prerequest","script":{"id":"6a2b24c7-487e-4938-890c-e14e4a671cdc","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"28810e7b-a916-46a2-bc87-e272761b7da9","exec":["// Parse the response body to extract the token\r","var jsonData = pm.response.json();\r","var token = jsonData.data.token;\r","\r","// Set the token as a global variable\r","pm.globals.set(\"auth_token\", token);\r",""],"type":"text/javascript"}}],"id":"b2dc7923-4ff6-4b82-baae-316a01b7307c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"email","value":"hamzaidrees4@gmail.com","type":"text"},{"key":"password","value":"hamza123","type":"text"}]},"url":"http://localhost:9000/api/auth/login","urlObject":{"protocol":"http","port":"9000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2dc7923-4ff6-4b82-baae-316a01b7307c"},{"name":"logout","id":"f91470e1-3d3f-467f-ba8c-41c958054879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:9000/api/logout","urlObject":{"protocol":"http","port":"9000","path":["api","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f91470e1-3d3f-467f-ba8c-41c958054879"},{"name":"User","id":"0fd75611-ca3b-4de5-a3e7-e788022e187c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:9000/api/user","urlObject":{"protocol":"http","port":"9000","path":["api","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0fd75611-ca3b-4de5-a3e7-e788022e187c"}],"id":"d11e36c3-f3ad-41de-b54d-9087439a5465","_postman_id":"d11e36c3-f3ad-41de-b54d-9087439a5465","description":""},{"name":"Movie","item":[{"name":"list","id":"52f55ea1-0371-4cc2-907d-589dbd39638d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/api/movies","urlObject":{"protocol":"http","port":"9000","path":["api","movies"],"host":["localhost"],"query":[{"disabled":true,"key":"title","value":"new"}],"variable":[]}},"response":[],"_postman_id":"52f55ea1-0371-4cc2-907d-589dbd39638d"},{"name":"update","id":"bd7f8e29-e773-46da-9840-b3aa4986fb12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"A New Hope2\",\r\n    \"opening_crawl\": \"test\",\r\n    \"director\": \"George Lucas\",\r\n    \"producer\": \"Gary Kurtz, Rick McCallum\",\r\n    \"release_date\": \"1977-05-26\",\r\n    \"url\": \"https://swapi.dev/api/films/1/\",\r\n    \"created_at\": \"05 Mar, 24 - 08:27 PM\",\r\n    \"updated_at\": \"05 Mar, 24 - 08:27 PM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/api/movies/1","urlObject":{"protocol":"http","port":"9000","path":["api","movies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd7f8e29-e773-46da-9840-b3aa4986fb12"},{"name":"show","id":"49191951-03fb-4e13-b7bd-aa2031262115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:9000/api/movies/1","urlObject":{"protocol":"http","port":"9000","path":["api","movies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"49191951-03fb-4e13-b7bd-aa2031262115"},{"name":"delete","id":"a766e764-b4ae-47f5-82dc-2fcdb9cc7895","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Accept","value":"application/json","type":"text"}],"url":"http://localhost:9000/api/movies/2","urlObject":{"protocol":"http","port":"9000","path":["api","movies","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a766e764-b4ae-47f5-82dc-2fcdb9cc7895"}],"id":"01e7f025-a04c-48e7-b5d8-bd8cdc235c00","_postman_id":"01e7f025-a04c-48e7-b5d8-bd8cdc235c00","description":""}],"variable":[{"key":"url","value":" http://127.0.0.1:8000/api/"}]}