{"info":{"_postman_id":"8a4d3ddf-9358-4732-94bf-92b7b5a9a122","name":"ProxyUserApplication","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"13138591","collectionId":"8a4d3ddf-9358-4732-94bf-92b7b5a9a122","publishedId":"2sA3kYifCd","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-26T06:31:48.000Z"},"item":[{"name":"http://localhost:8080/api/auth/signup","id":"02415ec7-2ee5-4e36-8e2f-98c5d581cbcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"mario@gmail.com\",\r\n    \"password\":\"mario@123\",\r\n    \"username\":\"Mario Game\",\r\n    \"role\":[\"admin\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/signup","urlObject":{"protocol":"http","port":"8080","path":["api","auth","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"02415ec7-2ee5-4e36-8e2f-98c5d581cbcd"},{"name":"http://localhost:8080/api/auth/signin","id":"834c6d31-dbfa-4689-9640-d6c2bd5e0d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"sai@gmail.com\",\r\n    \"password\":\"sai@123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/auth/signin","urlObject":{"protocol":"http","port":"8080","path":["api","auth","signin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"834c6d31-dbfa-4689-9640-d6c2bd5e0d80"},{"name":"http://localhost:8080/api/test/user","id":"bdb7d25c-198f-437f-b818-4daacc2ab6fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/test/user","urlObject":{"protocol":"http","port":"8080","path":["api","test","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdb7d25c-198f-437f-b818-4daacc2ab6fa"},{"name":"http://localhost:8080/api/enable-proxy?email=mario@gmail.com","id":"90b7f58a-e8d6-4bef-a3e1-e7cfa0f664cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/enable-proxy?email=mario@gmail.com","urlObject":{"protocol":"http","port":"8080","path":["api","enable-proxy"],"host":["localhost"],"query":[{"key":"email","value":"mario@gmail.com"}],"variable":[]}},"response":[],"_postman_id":"90b7f58a-e8d6-4bef-a3e1-e7cfa0f664cc"},{"name":"http://localhost:8080/api/disable-proxy","id":"a7d8b35c-2450-4f9a-9701-3444fc8f48f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/disable-proxy","urlObject":{"protocol":"http","port":"8080","path":["api","disable-proxy"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7d8b35c-2450-4f9a-9701-3444fc8f48f0"},{"name":"http://localhost:8080/api/list-method-names","id":"b7cc60ca-b8e0-4608-a2a8-bd7ec5f0ca68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/list-method-names","urlObject":{"protocol":"http","port":"8080","path":["api","list-method-names"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b7cc60ca-b8e0-4608-a2a8-bd7ec5f0ca68"},{"name":"http://localhost:8080/api/proxy-user-assignments/by-user-proxy-time/sai@gmail.com/mario@gmail.com","id":"176d2ced-ee13-4012-8ab3-2e82c244224e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"url":"http://localhost:8080/api/proxy-user-assignments/by-user-proxy-time/sai@gmail.com/mario@gmail.com","urlObject":{"protocol":"http","port":"8080","path":["api","proxy-user-assignments","by-user-proxy-time","sai@gmail.com","mario@gmail.com"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"176d2ced-ee13-4012-8ab3-2e82c244224e"},{"name":"http://localhost:8080/api/proxy-user-assignments","id":"a7c62f4e-6a56-485e-9529-e052d772e6fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/proxy-user-assignments","urlObject":{"protocol":"http","port":"8080","path":["api","proxy-user-assignments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7c62f4e-6a56-485e-9529-e052d772e6fa"},{"name":"http://localhost:8080/api/proxy-user-assignments","id":"216e99cf-cae5-46ad-b5ef-100936143e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"user\": \"john_doe\",\r\n  \"proxyUser\": \"jane_smith\",\r\n  \"fromDate\": \"2024-07-25T08:00:00\",\r\n  \"toDate\": \"2024-07-25T17:00:00\",\r\n  \"rolesAssignment\": \"[\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserController\\\",\\r\\n        \\\"methodName\\\": \\\"disableProxyUser\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/disable-proxy\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserController\\\",\\r\\n        \\\"methodName\\\": \\\"enableProxyUser\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/enable-proxy\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"MethodLevelAccessController\\\",\\r\\n        \\\"methodName\\\": \\\"methodNames\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/test/methodName\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"TestController\\\",\\r\\n        \\\"methodName\\\": \\\"userAccess\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/test/user\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"TestController\\\",\\r\\n        \\\"methodName\\\": \\\"allAccess\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/test/all\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"TestController\\\",\\r\\n        \\\"methodName\\\": \\\"adminAccess\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/test/admin\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"TestController\\\",\\r\\n        \\\"methodName\\\": \\\"moderatorAccess\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/test/mod\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"transfer\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts/transfer\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"deposit\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts/deposit\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"withdraw\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts/withdraw\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"getAccountById\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts/{id}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"createAccount\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"updateAccount\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts/{id}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"PUT\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"getTransactions\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts/transactions\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"getAllAccounts\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"BankAccountController\\\",\\r\\n        \\\"methodName\\\": \\\"deleteAccount\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/accounts/{id}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"DELETE\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"AuthController\\\",\\r\\n        \\\"methodName\\\": \\\"logoutUser\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/auth/signout\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"AuthController\\\",\\r\\n        \\\"methodName\\\": \\\"authenticateUser\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/auth/signin\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"AuthController\\\",\\r\\n        \\\"methodName\\\": \\\"registerUser\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/auth/signup\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserAssignmentController\\\",\\r\\n        \\\"methodName\\\": \\\"getProxyUserAssignmentsByUserAndProxyUser\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/proxy-user-assignments/by-user-proxy/{user}/{proxyUser}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserAssignmentController\\\",\\r\\n        \\\"methodName\\\": \\\"getProxyUserAssignmentsByUser\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/proxy-user-assignments/by-user/{user}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserAssignmentController\\\",\\r\\n        \\\"methodName\\\": \\\"getProxyUserAssignmentsByUserAndProxyUserAndTime\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/proxy-user-assignments/by-user-proxy-time/{user}/{proxyUser}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserAssignmentController\\\",\\r\\n        \\\"methodName\\\": \\\"updateProxyUserAssignment\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/proxy-user-assignments/{id}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"PUT\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserAssignmentController\\\",\\r\\n        \\\"methodName\\\": \\\"createProxyUserAssignment\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/proxy-user-assignments\\\",\\r\\n        \\\"httpMethodName\\\": \\\"POST\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserAssignmentController\\\",\\r\\n        \\\"methodName\\\": \\\"getProxyUserAssignmentById\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/proxy-user-assignments/{id}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserAssignmentController\\\",\\r\\n        \\\"methodName\\\": \\\"deleteProxyUserAssignment\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/proxy-user-assignments/{id}\\\",\\r\\n        \\\"httpMethodName\\\": \\\"DELETE\\\"\\r\\n    },\\r\\n    {\\r\\n        \\\"className\\\": \\\"ProxyUserAssignmentController\\\",\\r\\n        \\\"methodName\\\": \\\"getAllProxyUserAssignments\\\",\\r\\n        \\\"urlPath\\\": \\\"/api/proxy-user-assignments\\\",\\r\\n        \\\"httpMethodName\\\": \\\"GET\\\"\\r\\n    }\\r\\n]\",\r\n  \"timestamp\": \"2024-07-25T12:34:56\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/proxy-user-assignments","urlObject":{"protocol":"http","port":"8080","path":["api","proxy-user-assignments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"216e99cf-cae5-46ad-b5ef-100936143e90"},{"name":"http://localhost:8080/api/accounts","id":"364d87c4-2c17-4165-b194-88e1933f3c52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\"accountNumber\":\"1234567891\",\"accountHolderName\":\"krishna@gmail.com\",\"balance\":1000.00}"},"url":"http://localhost:8080/api/accounts","urlObject":{"protocol":"http","port":"8080","path":["api","accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"364d87c4-2c17-4165-b194-88e1933f3c52"},{"name":"http://localhost:8080/api/accounts","id":"8b096745-1dcb-4df2-bc3d-6de4901f2042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/accounts","urlObject":{"protocol":"http","port":"8080","path":["api","accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b096745-1dcb-4df2-bc3d-6de4901f2042"},{"name":"http://localhost:8080/api/accounts/1","id":"2ac877f8-9b8d-417a-a014-28cae0c2d79e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/accounts/1","urlObject":{"protocol":"http","port":"8080","path":["api","accounts","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ac877f8-9b8d-417a-a014-28cae0c2d79e"},{"name":"http://localhost:8080/api/accounts/transfer?fromAccountNumber=1234567890&toAccountNumber=1234567891&amount=100.00","id":"b7c1bb31-0f19-4a48-ae20-459f9e4a28d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:8080/api/accounts/transfer?fromAccountNumber=1234567890&toAccountNumber=1234567891&amount=100.00","urlObject":{"protocol":"http","port":"8080","path":["api","accounts","transfer"],"host":["localhost"],"query":[{"key":"fromAccountNumber","value":"1234567890"},{"key":"toAccountNumber","value":"1234567891"},{"key":"amount","value":"100.00"}],"variable":[]}},"response":[],"_postman_id":"b7c1bb31-0f19-4a48-ae20-459f9e4a28d2"},{"name":"http://localhost:8080/api/accounts/transactions?accountNumber=1234567890","id":"e04a58fb-d4c7-4997-b597-d919c19beee4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/accounts/transactions?accountNumber=1234567890","urlObject":{"protocol":"http","port":"8080","path":["api","accounts","transactions"],"host":["localhost"],"query":[{"key":"accountNumber","value":"1234567890"}],"variable":[]}},"response":[],"_postman_id":"e04a58fb-d4c7-4997-b597-d919c19beee4"},{"name":"http://localhost:8080/api/accounts/my-accounts","id":"fefa848f-675d-4996-8e3f-06ca331a2dd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/accounts/my-accounts","urlObject":{"protocol":"http","port":"8080","path":["api","accounts","my-accounts"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fefa848f-675d-4996-8e3f-06ca331a2dd3"},{"name":"http://localhost:8080/api/proxy-user-assignments/by-user/sai@gmail.com","id":"0aa500b0-2655-42d9-a76d-94c27518f19b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/proxy-user-assignments/by-user/sai@gmail.com","urlObject":{"protocol":"http","port":"8080","path":["api","proxy-user-assignments","by-user","sai@gmail.com"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0aa500b0-2655-42d9-a76d-94c27518f19b"}]}