{"info":{"_postman_id":"1816fbfd-11df-4437-a4e8-00441d236a71","name":"TESTING_CAPSTONE","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39326992","collectionId":"1816fbfd-11df-4437-a4e8-00441d236a71","publishedId":"2sB2qZEhL2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-21T05:40:54.000Z"},"item":[{"name":"Register-user","id":"f11dabe2-f43a-4c06-b0c2-045433032c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \r\n  \"email\": \"kalki@example.com\",\r\n  \"password\": \"123456\"\r\n \r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://backend-hms-code.onrender.com/api/auth/login","urlObject":{"protocol":"https","path":["api","auth","login"],"host":["backend-hms-code","onrender","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f11dabe2-f43a-4c06-b0c2-045433032c5f"},{"name":"Login","id":"71d85efd-7261-4fca-8dba-0898fadd6f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \r\n  \"email\":\"saki@example.com\",\r\n  \"password\": \"123456\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/login","urlObject":{"protocol":"http","port":"5000","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"71d85efd-7261-4fca-8dba-0898fadd6f1f"},{"name":"ForgotPassword","id":"46684649-176d-436b-9d1e-cd2694c94918","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \r\n\"email\":\"superresident@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/forgot-password","urlObject":{"protocol":"http","port":"5000","path":["api","auth","forgot-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"46684649-176d-436b-9d1e-cd2694c94918"},{"name":"ResetPassword","id":"fae573b3-71c0-4e70-80e9-7f3ca4476ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"newPassword\": \"newpassword123\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/reset-password/9a46978f80b6a54499490fa6ebe0677f0776fba04c73045f0a4b3af00f124de8","urlObject":{"protocol":"http","port":"5000","path":["api","auth","reset-password","9a46978f80b6a54499490fa6ebe0677f0776fba04c73045f0a4b3af00f124de8"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fae573b3-71c0-4e70-80e9-7f3ca4476ee0"},{"name":"Get-All-User","id":"54c80147-824b-4466-8f5d-ade9d0051a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/auth/users","urlObject":{"protocol":"http","port":"5000","path":["api","auth","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54c80147-824b-4466-8f5d-ade9d0051a8b"},{"name":"Create-room","id":"a4733a5b-ae4e-41be-a780-2b72c4068701","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"roomNumber\": \"AB101\",\r\n  \"type\": \"Single\",\r\n  \"capacity\": 2\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/room/create","urlObject":{"protocol":"http","port":"5000","path":["api","room","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4733a5b-ae4e-41be-a780-2b72c4068701"},{"name":"Get-All-Room-Admin","id":"67dcffbd-498b-4346-9530-db4fe125356a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/room/all","urlObject":{"protocol":"http","port":"5000","path":["api","room","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"67dcffbd-498b-4346-9530-db4fe125356a"},{"name":"Get-all-Room-Resident","id":"5d1421cc-d6b9-4245-bec1-f28b179da0e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/room/available","urlObject":{"protocol":"http","port":"5000","path":["api","room","available"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d1421cc-d6b9-4245-bec1-f28b179da0e3"},{"name":"Create-Resident","id":"4e836c6c-bde5-4b1d-8df0-283e2573f9c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Rubin\",\r\n  \"email\": \"Rubin@example.com\",\r\n  \"phone\": \"1234567890\",\r\n  \"roomNumber\": \"C170\",\r\n  \"checkInDate\": \"2025-05-21\",\r\n  \"address\": \"456 Main Street\",\r\n  \"preferences\": \"double\",\r\n  \"emergencyContact\": \"Jane Doe - 0987654321 - Sister\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/resident/create","urlObject":{"protocol":"http","port":"5000","path":["api","resident","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4e836c6c-bde5-4b1d-8df0-283e2573f9c6"},{"name":"Get-All-resident","id":"d8389f68-6a74-413d-a5ef-35ee80c3ea7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/resident/all","urlObject":{"protocol":"http","port":"5000","path":["api","resident","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8389f68-6a74-413d-a5ef-35ee80c3ea7a"},{"name":"Update-Resident","id":"c9cd84e5-06a9-4b5c-8df3-6ca78c0ea812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"682d1856c4789596cfabebfd\",\r\n  \"name\": \"Hadhyal\",\r\n  \"email\": \"Hadhya;email@example.com\",\r\n  \"phone\": \"9876543210\",\r\n  \"roomNumber\": \"c170\",\r\n  \"checkInDate\": \"2025-05-01\",\r\n  \"address\": \"456 Updated St\",\r\n  \"emergencyContact\": \"9999988888\",\r\n  \" preferences\": \"Double\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/resident/update","urlObject":{"protocol":"http","port":"5000","path":["api","resident","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9cd84e5-06a9-4b5c-8df3-6ca78c0ea812"},{"name":"Delete-Resident","id":"29794b6f-432b-4f4b-b754-133c3e8030c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/resident/delete/6826ede85769f4b03472dcd6","urlObject":{"protocol":"http","port":"5000","path":["api","resident","delete","6826ede85769f4b03472dcd6"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"29794b6f-432b-4f4b-b754-133c3e8030c0"},{"name":"CheckIn-Resident","id":"913c8913-e994-453a-9d00-2df9bbec3990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n  \"roomNumber\": \"AB101\",\r\n  \"residentId\": \"682cbaedbade6c725250dbb3\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/room/checkin","urlObject":{"protocol":"http","port":"5000","path":["api","room","checkin"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"913c8913-e994-453a-9d00-2df9bbec3990"},{"name":"GetAll-CheckIn-admin","id":"0d39dbb1-3776-44a2-9b62-95c0302a10ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/room/admin/room-checkins","urlObject":{"protocol":"http","port":"5000","path":["api","room","admin","room-checkins"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d39dbb1-3776-44a2-9b62-95c0302a10ee"},{"name":"AssignRoom-to-Resident","id":"2106e987-861c-4c34-b7f2-6266762c5cd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"roomNumber\": \"B107\",\r\n  \"residentId\": \"68281730047a9a9cc623c04d\",\r\n  \"checkInDate\": \"2025-05-18\",\r\n  \"checkOutDate\": \"2025-06-18\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/room/assign","urlObject":{"protocol":"http","port":"5000","path":["api","room","assign"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2106e987-861c-4c34-b7f2-6266762c5cd0"},{"name":"Delete-Room-Admin","id":"6d180e79-44bf-4ac8-b39c-09836fdfcc42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/room/delete/682823156b14e8bcb542264d","urlObject":{"protocol":"http","port":"5000","path":["api","room","delete","682823156b14e8bcb542264d"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d180e79-44bf-4ac8-b39c-09836fdfcc42"},{"name":"CheckOut-Room-resident","id":"143b1bbb-f1ec-4418-aac6-3e76591edca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"roomNumber\": \"B101\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/room/checkout","urlObject":{"protocol":"http","port":"5000","path":["api","room","checkout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"143b1bbb-f1ec-4418-aac6-3e76591edca2"},{"name":"DeleteRoom-Admin","id":"4d73f74d-c440-46f9-91f4-07c248777fd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/room/delete/c101","urlObject":{"protocol":"http","port":"5000","path":["api","room","delete","c101"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4d73f74d-c440-46f9-91f4-07c248777fd7"},{"name":"Create-Maintenance-Request","id":"511de85b-2b0a-479b-81f0-83a77b684465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"roomNumber\": \"AB101\",\r\n  \"issueTitle\": \"Fan\",\r\n  \"issueDescription\": \"ac not working inmy room \",\r\n  \"priority\": \"High\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/maintenance/create","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"511de85b-2b0a-479b-81f0-83a77b684465"},{"name":"Get-All-My-request","id":"cb00f346-3c3f-4cc7-83e4-204477bbe537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/maintenance/my-requests","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","my-requests"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb00f346-3c3f-4cc7-83e4-204477bbe537"},{"name":"Admin-GetAllResidentRequest","id":"ced7bd7f-49d8-4d1a-955e-4440f9f1676d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/maintenance/all","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ced7bd7f-49d8-4d1a-955e-4440f9f1676d"},{"name":"Assign-Request to-Resident","id":"7735def0-0634-4b08-99c0-3b65d93c7293","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n    \"roomNumber\": \"AB101\",\r\n  \"staffId\": \"6826cd27bb9146b4d5a081f3\",\r\n  \"status\": \"In Progress\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/maintenance/assign","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","assign"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"7735def0-0634-4b08-99c0-3b65d93c7293"},{"name":"Update-Request","id":"959c12e5-2f21-4587-b49f-9fa73aa10266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n    \"roomNumber\": \"C200\",\r\n  \"status\": \"Resolved\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/maintenance/update-status","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","update-status"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"959c12e5-2f21-4587-b49f-9fa73aa10266"},{"name":"Delete-Request","id":"24f6a4eb-376b-4575-bcf2-f9a4cfb9999d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n  \"roomNumber\": \"C107\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/maintenance/delete","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","delete"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24f6a4eb-376b-4575-bcf2-f9a4cfb9999d"},{"name":"Create-Bill","id":"62a910f8-1732-48a0-9c2a-e52cca0bbf75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"resident\": \"682cbaedbade6c725250dbb3\",\r\n  \"roomNumber\": \"AB101\",\r\n  \"roomFee\": 1000,\r\n  \"utilities\": 150,\r\n  \"services\": 50,\r\n  \"discount\": 100,\r\n  \"lateFee\": 25,\r\n  \"paymentMethod\": \"Cash\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/billing/create","urlObject":{"protocol":"http","port":"5000","path":["api","billing","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"62a910f8-1732-48a0-9c2a-e52cca0bbf75"},{"name":"Resident-Get-myBill","id":"91060baa-0eb7-44b0-acde-7b82d08046e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/billing/my-invoices","urlObject":{"protocol":"http","port":"5000","path":["api","billing","my-invoices"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"91060baa-0eb7-44b0-acde-7b82d08046e3"},{"name":"getAllBills-admin","id":"20e5bce1-96de-4f28-9109-df45277530d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/billing/invoices","urlObject":{"protocol":"http","port":"5000","path":["api","billing","invoices"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"20e5bce1-96de-4f28-9109-df45277530d5"},{"name":"Resident-paymentProcess","id":"c3416090-960c-46b4-b272-8a4b2a68a476","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"billId\": \"682cbc88bade6c725250dc30\",\r\n  \"method\": \"Stripe\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/billing/process","urlObject":{"protocol":"http","port":"5000","path":["api","billing","process"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3416090-960c-46b4-b272-8a4b2a68a476"},{"name":"Resident-Get-Paymen-History","id":"5ec480cd-8998-4c71-89b8-58d23b1324ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/billing/history","urlObject":{"protocol":"http","port":"5000","path":["api","billing","history"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ec480cd-8998-4c71-89b8-58d23b1324ff"},{"name":"Delete-Invoice","id":"7a35215f-b86e-44a0-acc2-d8d60296e93d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"7a35215f-b86e-44a0-acc2-d8d60296e93d"},{"name":"GetResident-ById","id":"29a88c93-9c00-472e-a9f2-f389e14f0eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": \"682d1941c4789596cfabec8b\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/resident/get","urlObject":{"protocol":"http","port":"5000","path":["api","resident","get"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"29a88c93-9c00-472e-a9f2-f389e14f0eaa"},{"name":"Get-OverView-Report","id":"9753354b-6457-4df7-98d0-b671eae93a23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"9753354b-6457-4df7-98d0-b671eae93a23"},{"name":"Create-Payment-Admin","id":"ec4fda5d-c364-480e-959d-d359539a3432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"residentId\": \"682d1941c4789596cfabec8b\",\r\n  \"amount\": 300,\r\n  \"method\": \"Stripe\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/financial/payment","urlObject":{"protocol":"http","port":"5000","path":["api","financial","payment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec4fda5d-c364-480e-959d-d359539a3432"},{"name":"Get-Payment-admin","id":"e1086484-ffbf-415b-a523-f1c23176255a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/financial/payments","urlObject":{"protocol":"http","port":"5000","path":["api","financial","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1086484-ffbf-415b-a523-f1c23176255a"},{"name":"Create-Expense-Admin","id":"78243bfc-64eb-47cc-86de-8842903a9aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"category\": \"Maintenance\",\r\n  \"amount\": 120,\r\n  \"description\": \"AC repair\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/financial/expense","urlObject":{"protocol":"http","port":"5000","path":["api","financial","expense"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"78243bfc-64eb-47cc-86de-8842903a9aa4"},{"name":"Get-expense-Admin","id":"c32cd209-afb8-4cf5-ab7d-76b95f88c56f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/financial/expenses","urlObject":{"protocol":"http","port":"5000","path":["api","financial","expenses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c32cd209-afb8-4cf5-ab7d-76b95f88c56f"},{"name":"Get-OverView-Report","id":"4f208ff9-633d-4d55-983e-516bff123580","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/financial/overview","urlObject":{"protocol":"http","port":"5000","path":["api","financial","overview"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f208ff9-633d-4d55-983e-516bff123580"},{"name":"Get-Monthly-Trends-Admin","id":"1e36f030-d9af-4302-b918-2c1ec53e06b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/financial/trends","urlObject":{"protocol":"http","port":"5000","path":["api","financial","trends"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1e36f030-d9af-4302-b918-2c1ec53e06b9"},{"name":"Get-All-User-Admin","id":"a047b164-cfe9-4c36-8dbe-50a22f5f2ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/user","urlObject":{"protocol":"http","port":"5000","path":["api","user"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a047b164-cfe9-4c36-8dbe-50a22f5f2ef5"},{"name":"Update-UserRole-Admin","id":"91bdca48-ff56-4932-869b-42eb3dfd077d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"role\": \"staff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/user/68278a1904c771ebd47eba8a/role","urlObject":{"protocol":"http","port":"5000","path":["api","user","68278a1904c771ebd47eba8a","role"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"91bdca48-ff56-4932-869b-42eb3dfd077d"},{"name":"Delete-User-Admin","id":"a4e6c5e5-30fd-487e-8fba-ab0c53610916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/user/68278a1904c771ebd47eba8a","urlObject":{"protocol":"http","port":"5000","path":["api","user","68278a1904c771ebd47eba8a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4e6c5e5-30fd-487e-8fba-ab0c53610916"},{"name":"SendEmail","id":"b3df3e72-fb6f-4dc6-8562-c1077094bded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@example.com\",\r\n  \"message\": \"Hello from Hostel Management System!\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/integration/send-email","urlObject":{"protocol":"http","port":"5000","path":["api","integration","send-email"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3df3e72-fb6f-4dc6-8562-c1077094bded"},{"name":"Create-Payment","id":"e1bab64b-d3eb-4591-a6a1-dd683b2ad07e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" {\r\n  \"amount\": 2000,\r\n  \"currency\": \"usd\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/integration/payment","urlObject":{"protocol":"http","port":"5000","path":["api","integration","payment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1bab64b-d3eb-4591-a6a1-dd683b2ad07e"},{"name":"Send-Notification","id":"f362a5f2-8071-4ca3-8f37-0e02ac28865f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"f362a5f2-8071-4ca3-8f37-0e02ac28865f"},{"name":"Send-Sms","id":"55f559e0-382e-43ee-821e-4ea17fd60126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"+91 7824991706\",\r\n  \"body\": \"This is a test SMS from Hostel Management System.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/sms/send","urlObject":{"protocol":"http","port":"5000","path":["api","sms","send"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"55f559e0-382e-43ee-821e-4ea17fd60126"}]}