{"info":{"_postman_id":"9a809bce-b087-433b-8c02-94f6d5a4a6b0","name":"Spring-Boot Assignment","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21838534","collectionId":"9a809bce-b087-433b-8c02-94f6d5a4a6b0","publishedId":"2s9XxsUbAj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-07-27T16:45:13.000Z"},"item":[{"name":"Sign Up Request","id":"68715b31-e91e-41da-bd15-70b84fc91b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"email\": \"kamal456@gmail.com\",\r\n\"firstName\": \"Kamal\",\r\n\"lastName\": \"Perera\",\r\n\"password\": \"kamal456\",\r\n\"role\": \"USER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/api/v1/signup","urlObject":{"protocol":"http","port":"9000","path":["api","v1","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"68715b31-e91e-41da-bd15-70b84fc91b55"},{"name":"Login Request","id":"248efe69-e232-446d-84f1-1c2897eb76cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"email\": \"ruwan999@gmail.com\",\r\n\"password\": \"ruwan999\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/api/v1/login","urlObject":{"protocol":"http","port":"9000","path":["api","v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"248efe69-e232-446d-84f1-1c2897eb76cf"},{"name":"Get All Request","id":"4d0bc7a7-d3fa-49ee-9abc-5f62a0b5022a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9000/api/v1/movie","urlObject":{"protocol":"http","port":"9000","path":["api","v1","movie"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d0bc7a7-d3fa-49ee-9abc-5f62a0b5022a"},{"name":"Get Movie By imdb","id":"2797cb46-cc22-489e-93aa-ec3ed60486e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9000/api/v1/movie/tt3456784","urlObject":{"protocol":"http","port":"9000","path":["api","v1","movie","tt3456784"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2797cb46-cc22-489e-93aa-ec3ed60486e7"},{"name":"Add Movie Request","id":"0188f365-b9ae-4809-a85a-fe5eca6f4d54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"imdb\": \"tt0371749\",\r\n\"title\": \"Iron Man\",\r\n\"description\": \"After being held captive in an Afghan cave, billionaire engineer Tony Stark creates unique weaponized suit of armor to fight evil.\",\r\n\"rating\": 10,\r\n\"category\": \"Action | Adventure | Fantasy\",\r\n\"year\": 2004,\r\n\"imageUrl\":\r\n\"https://image.tmdb.org/t/p/original/78lPtwv72eTNqFW9COBYI0dWDJa.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/api/v1/movie/add","urlObject":{"protocol":"http","port":"9000","path":["api","v1","movie","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0188f365-b9ae-4809-a85a-fe5eca6f4d54"},{"name":"Update Movie Request","id":"b30a570a-3c79-4a9c-bfc3-24520e231cec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"imdb\": \"tt0371743\",\r\n\"title\": \"Bat Man\",\r\n\"description\": \"Marvel\",\r\n\"rating\": 7.9,\r\n\"category\": \"Action | Adventure | Horror\",\r\n\"year\": 2013,\r\n\"imageUrl\":\r\n\"https://image.tmdb.org/t/p/original/78lPtwv72eTNqFW9COBYI0dWDJa.jpg\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/api/v1/movie/update","urlObject":{"protocol":"http","port":"9000","path":["api","v1","movie","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b30a570a-3c79-4a9c-bfc3-24520e231cec"},{"name":"Delete Movie Request","id":"5289f6e2-b98a-457b-8ec7-87b52f6200c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9000/api/v1/movie/delete/tt0371749","urlObject":{"protocol":"http","port":"9000","path":["api","v1","movie","delete","tt0371749"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5289f6e2-b98a-457b-8ec7-87b52f6200c4"},{"name":"New Request","id":"a3da11ff-e6a9-4911-b317-fd80373d7637","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9000/api/v1/demo","urlObject":{"protocol":"http","port":"9000","path":["api","v1","demo"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3da11ff-e6a9-4911-b317-fd80373d7637"},{"name":"New Request","id":"7e5cff81-90df-4e51-a01b-845e7f29994f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9000/api/v1/login/kasun123@email.com","urlObject":{"protocol":"http","port":"9000","path":["api","v1","login","kasun123@email.com"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e5cff81-90df-4e51-a01b-845e7f29994f"},{"name":"New Request","id":"6e3b0779-b8e6-455d-b66d-52ad88ce9ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:9000/swagger-ui/index.html","urlObject":{"protocol":"http","port":"9000","path":["swagger-ui","index.html"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e3b0779-b8e6-455d-b66d-52ad88ce9ef4"},{"name":"New Request","id":"a49dd95e-d75d-447a-898b-66b2ababc984","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"email\": \"kamal909@edmail.com\",\r\n\"password\": \"kamal456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9000/api/v1/login","urlObject":{"protocol":"http","port":"9000","path":["api","v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a49dd95e-d75d-447a-898b-66b2ababc984"},{"name":"Weather API","id":"6ba386f9-4645-4f50-acf4-ad1857484a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/weather?city=Jaffna","urlObject":{"protocol":"http","port":"8080","path":["weather"],"host":["localhost"],"query":[{"key":"city","value":"Jaffna"}],"variable":[]}},"response":[],"_postman_id":"6ba386f9-4645-4f50-acf4-ad1857484a12"},{"name":"Notification Send","id":"658780e1-32f4-44de-b493-545e5fefd97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"registrationToken\": \"cos_ahthRUcnpX7uFklsNx:APA91bGc7lr2zWAjOkkiODBQlGj9B8eEa-SBCofsBCBPLHB-X-lZVQG9cCuHRgQwF9kWTsrR3_CfN4y62i6R8TABsvvGQSlr9ofdsDIANomAddGJEZBgIdc\",\r\n    \"title\": \"Title 1\",\r\n    \"body\": \"SAS Product Team\",\r\n    \"imageUrl\": \"https://img.freepik.com/free-photo/waist-up-portrait-handsome-serious-unshaven-male-keeps-hands-together-dressed-dark-blue-shirt-has-talk-with-interlocutor-stands-against-white-wall-self-confident-man-freelancer_273609-16320.jpg?t=st=1745923009~exp=1745926609~hmac=e309b72c20f8d604b308d091920beaf77f6c8fbbbaf1c25f01fccaed2ed8fb6d&w=2000\",\r\n    \"data\": {\r\n        \"key1\": \"Ashan\",\r\n        \"key2\": \"30\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8090/notification","urlObject":{"protocol":"http","port":"8090","path":["notification"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"658780e1-32f4-44de-b493-545e5fefd97f"}]}