{"info":{"_postman_id":"107d7474-215f-441e-876c-71c02e10d1ab","name":"HMS_PROJECT","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39326992","collectionId":"107d7474-215f-441e-876c-71c02e10d1ab","publishedId":"2sB2cYcKrD","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-11T04:54:51.000Z"},"item":[{"name":"Register","id":"0a6cf599-76dd-4a2b-ae0d-cf3f8ac9028b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Resident User\",\r\n  \"email\": \"resident@example.com\",\r\n  \"password\": \"123456\",\r\n  \"role\":\"resident\"\r\n \r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/register","urlObject":{"protocol":"http","port":"5000","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a6cf599-76dd-4a2b-ae0d-cf3f8ac9028b"},{"name":"Login","id":"23449e34-1e49-4496-8e9a-40a8d4b1c316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"resident@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":"23449e34-1e49-4496-8e9a-40a8d4b1c316"},{"name":"Get_Profile","id":"a2fbcf73-9ba0-4d15-b0af-54eac1e53315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/auth/profile","urlObject":{"protocol":"http","port":"5000","path":["api","auth","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2fbcf73-9ba0-4d15-b0af-54eac1e53315"},{"name":"Create_Room","id":"07f34c8c-7459-42fe-aaa6-811d10b34243","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\": \"104\",\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":"07f34c8c-7459-42fe-aaa6-811d10b34243"},{"name":"Get_All_Rooms","id":"6eee3bf8-16aa-4a8f-ace9-1eaf9b583920","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/room/get","urlObject":{"protocol":"http","port":"5000","path":["api","room","get"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6eee3bf8-16aa-4a8f-ace9-1eaf9b583920"},{"name":"Create-Resident","id":"db91c578-2dbf-4521-aa37-1052bff93b45","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\": \"asmith\",\r\n  \"email\": \"asmith@example.com\",\r\n  \"phone\": \"9876543210\",\r\n  \"gender\": \"Male\"\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":"db91c578-2dbf-4521-aa37-1052bff93b45"},{"name":"Get All Residents","id":"706b74c7-357b-47c8-80b6-89b88cddd4a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/resident/get","urlObject":{"protocol":"http","port":"5000","path":["api","resident","get"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"706b74c7-357b-47c8-80b6-89b88cddd4a2"},{"name":"Get Resident By Id","id":"69b9c75b-5ae4-4337-a48c-ca36b7739c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/resident/67f49661b10472e518452332","urlObject":{"protocol":"http","port":"5000","path":["api","resident","67f49661b10472e518452332"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"69b9c75b-5ae4-4337-a48c-ca36b7739c6a"},{"name":"Update Resident","id":"fa50782e-a896-48c0-a50c-65b96a241797","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n  \"phone\": \"9998887777\",\r\n  \"checkOutDate\": \"2025-05-01\",\r\n  \"status\": \"checked-out\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/resident/67f49661b10472e518452332","urlObject":{"protocol":"http","port":"5000","path":["api","resident","67f49661b10472e518452332"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fa50782e-a896-48c0-a50c-65b96a241797"},{"name":"Delete Resident","id":"3e9e53e7-1d6d-4e97-b80d-7be2c6303bec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/resident/67f49661b10472e518452332","urlObject":{"protocol":"http","port":"5000","path":["api","resident","67f49661b10472e518452332"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e9e53e7-1d6d-4e97-b80d-7be2c6303bec"},{"name":"assign Room","id":"312718fa-a408-4c62-8a5f-898d7206d7a5","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\": \"67f4948d813563f954be2f0a\",\r\n  \"roomNumber\": \"101\"\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":"312718fa-a408-4c62-8a5f-898d7206d7a5"},{"name":"checkout Resident","id":"5e14592d-dab4-4e68-b6e1-9940db78dc1e","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\": \"67f4958a813563f954be2f0d\"\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":"5e14592d-dab4-4e68-b6e1-9940db78dc1e"},{"name":"Delete Room","id":"a404ed64-d251-4770-ad92-21d8894ad347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/room/67f4a8bc5b8911e3644ef94a","urlObject":{"protocol":"http","port":"5000","path":["api","room","67f4a8bc5b8911e3644ef94a"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a404ed64-d251-4770-ad92-21d8894ad347"},{"name":"Create Maintenance","id":"755c4710-dc8d-4bca-a33c-43f8f96040a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"issue\": \"The AC in my room is not working.\",\r\n  \"priority\": \"High\"\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":"755c4710-dc8d-4bca-a33c-43f8f96040a8"},{"name":"get My Miantenance","id":"3f0fac0b-5a3d-4224-9c91-6b8aae50cf67","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","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","my"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f0fac0b-5a3d-4224-9c91-6b8aae50cf67"},{"name":"Get all Request","id":"f9b89a50-4c62-4066-8192-f19634e0b0fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/maintenance/get","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","get"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9b89a50-4c62-4066-8192-f19634e0b0fb"},{"name":"Update Request","id":"baa44c4d-b0c5-4c74-b9cb-d0a0d830a09f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"In Progress\",\r\n  \"assignedTo\": \"67f48572dfa52fe1babfc3e7\",  \r\n  \"updateMsg\": \"Assigned to electrician for repair\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/maintenance/67f4b64b9064cd8c522bae7d","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","67f4b64b9064cd8c522bae7d"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"baa44c4d-b0c5-4c74-b9cb-d0a0d830a09f"},{"name":"Create Invoice","id":"b1e1013e-ba17-4501-a3b2-e6c37231c518","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\": \"67f4b4e5dcde8beed3ac703f\",  // Replace with actual resident ID\r\n  \"roomFee\": 5000,\r\n  \"utilitiesFee\": 300,\r\n  \"servicesFee\": 200,\r\n  \"discount\": 100,\r\n  \"lateFee\": 50,\r\n  \"dueDate\": \"2025-04-20\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/billing/invoice","urlObject":{"protocol":"http","port":"5000","path":["api","billing","invoice"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1e1013e-ba17-4501-a3b2-e6c37231c518"},{"name":"Get My Invoice","id":"5dceb45c-ee83-4cca-a54e-5e5fab5bd4af","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":"5dceb45c-ee83-4cca-a54e-5e5fab5bd4af"},{"name":"Resident_Pay_Invoice","id":"6e5b35b7-9fa1-4337-8f98-f02bdf68399a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"invoiceId\": \"67f4c3f93308b16de1ff0be3\",  \r\n  \"amountPaid\": 5450,\r\n  \"method\": \"Stripe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/billing/pay","urlObject":{"protocol":"http","port":"5000","path":["api","billing","pay"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e5b35b7-9fa1-4337-8f98-f02bdf68399a"},{"name":"Get_Payment_History","id":"fcd32bf2-ec3f-4cbb-b0f5-73765abaf705","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/billing/payments","urlObject":{"protocol":"http","port":"5000","path":["api","billing","payments"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fcd32bf2-ec3f-4cbb-b0f5-73765abaf705"},{"name":"Add Payments","id":"38c01b43-add6-45cf-a478-032e3e0d7767","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"residentId\": \"67f4b4e5dcde8beed3ac703f\",\r\n  \"invoiceId\":\"67f4c3f93308b16de1ff0be3\", \r\n  \"amountPaid\": 2000,\r\n  \"date\": \"2025-04-01\",\r\n  \"description\": \"April Rent\",\r\n  \"method\":\"Stripe\",\r\n  \"status\":\"Success\"\r\n\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/financial/create","urlObject":{"protocol":"http","port":"5000","path":["api","financial","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"38c01b43-add6-45cf-a478-032e3e0d7767"},{"name":"Get Payments","id":"c1a4b3e9-d306-41ad-8b24-6a20e6865d5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/financial/get","urlObject":{"protocol":"http","port":"5000","path":["api","financial","get"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1a4b3e9-d306-41ad-8b24-6a20e6865d5b"},{"name":"Add_Expense","id":"5acfceff-0ce4-4f8f-b779-772198d21ca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"invoiceId\":\"67f4c3f93308b16de1ff0be3\",\r\n    \"residentId\":\"67f4b4e5dcde8beed3ac703f\",\r\n    \"category\": \"Electricity\",\r\n    \"amountPaid\": 500,\r\n    \"date\": \"2025-04-01\",\r\n    \"description\": \"Monthly electricity bill\",\r\n    \"method\":\"Stripe\",\r\n    \"satus\":\"Success\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/financial/create","urlObject":{"protocol":"http","port":"5000","path":["api","financial","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5acfceff-0ce4-4f8f-b779-772198d21ca8"},{"name":"OverView_Reports","id":"38b90076-7025-49fc-9250-6d1d872f584a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"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":"38b90076-7025-49fc-9250-6d1d872f584a"},{"name":"Add_Rooms","id":"00ce6061-71eb-4151-a498-70d976ab6448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"roomNumber\": \"105\",\r\n  \"type\":\"Dorm\",\r\n  \"capacity\": 2,\r\n  \"occupied\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/financial/add","urlObject":{"protocol":"http","port":"5000","path":["api","financial","add"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"00ce6061-71eb-4151-a498-70d976ab6448"},{"name":"Monthly Trends","id":"8200c633-e98e-4412-9595-8266a6550193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"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":"8200c633-e98e-4412-9595-8266a6550193"},{"name":"User_Register","id":"4c57aeba-34ab-4078-952f-335827bd318c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Staff\",\r\n  \"email\": \"staff@example.com\",\r\n  \"password\": \"123456\",\r\n  \"role\": \"resident\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/users/register","urlObject":{"protocol":"http","port":"5000","path":["api","users","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c57aeba-34ab-4078-952f-335827bd318c"},{"name":"Get_All_User","id":"bee4be42-4af1-485e-961d-923b797fca79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/users/get","urlObject":{"protocol":"http","port":"5000","path":["api","users","get"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bee4be42-4af1-485e-961d-923b797fca79"},{"name":"Update_User","id":"2ddc59f1-d0b7-4450-88e2-0a3fdab561a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userId\": \"67f4f1da4ea21ab5bcfb72a2\",\r\n  \"role\": \"staff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/users/role","urlObject":{"protocol":"http","port":"5000","path":["api","users","role"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ddc59f1-d0b7-4450-88e2-0a3fdab561a7"},{"name":"Payment_create","id":"3aec1790-8b4a-4d9a-b3d0-246fe074e090","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\": \"67f4b4e5dcde8beed3ac703f\",\r\n  \"invoiceId\":\"67f4c3f93308b16de1ff0be3\",\r\n  \"amountPaid\": 1500,\r\n  \"paymentMethod\": \"stripe\",\r\n  \"status\": \"Success\",\r\n  \"description\": \"Monthly hostel fee - April\",\r\n  \"method\":\"Stripe\",\r\n  \"transactionId\": \"txn_1234567890\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/payment/create","urlObject":{"protocol":"http","port":"5000","path":["api","payment","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3aec1790-8b4a-4d9a-b3d0-246fe074e090"},{"name":"sendEmail","id":"1bbdc346-7e43-43a0-8e94-9ce3257ef80c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"to\": \"recipient@example.com\",\r\n  \"subject\": \"Test Email from Hostel System\",\r\n  \"text\": \"This is a test email sent from the backend integration module.\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/email/send","urlObject":{"protocol":"http","port":"5000","path":["api","email","send"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1bbdc346-7e43-43a0-8e94-9ce3257ef80c"},{"name":"Send_SMS","id":"002a0f3d-8cee-47e3-8f13-20cb9b60b410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"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":"002a0f3d-8cee-47e3-8f13-20cb9b60b410"},{"name":"Send_Notification","id":"c9a3a2d5-dc5a-40b7-aa38-41b44e410e80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"user\": {\r\n    \"userId\": \"67f4b4e5dcde8beed3ac703f\"\r\n  },\r\n  \"subject\": \"Test In-app Notification\",\r\n  \"message\": \"This is a test in-app notification.\",\r\n  \"type\": \"in-app\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/notification/send","urlObject":{"protocol":"http","port":"5000","path":["api","notification","send"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9a3a2d5-dc5a-40b7-aa38-41b44e410e80"},{"name":"Get-All-Expense","id":"31aaba91-6fbd-4bf9-9f5b-6f3b2bfe788d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:5000/api/financial","urlObject":{"protocol":"http","port":"5000","path":["api","financial"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"31aaba91-6fbd-4bf9-9f5b-6f3b2bfe788d"},{"name":"logout","id":"bd4036e6-ae4f-4a93-afe0-5e66b33fadbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"bd4036e6-ae4f-4a93-afe0-5e66b33fadbd"}]}