{"info":{"_postman_id":"f58ff0d0-95dc-4775-9719-fe2c90eaad0e","name":"CAPSTONE_PROJECT_HMS","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"39326992","collectionId":"f58ff0d0-95dc-4775-9719-fe2c90eaad0e","publishedId":"2sB2j6BB7L","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-05-06T07:42:37.000Z"},"item":[{"name":"Register USER","id":"f9554ea3-917c-4d15-8301-876bce6e8a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\r\n{\r\n  \"name\": \"Super Admin\",\r\n  \"email\": \"admin@example.com\",\r\n  \"password\": \"Admin@123\",\r\n  \"role\": \"admin\"\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":"f9554ea3-917c-4d15-8301-876bce6e8a52"},{"name":"Login","id":"57d7d783-b8a5-46e7-9acc-3c420ba73b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"john@example.com\",\r\n     \"password\": \"password123\"\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":"57d7d783-b8a5-46e7-9acc-3c420ba73b14"},{"name":"Forgotpassword","id":"f9aba5d5-b0a2-4335-96d5-bf0c64385bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n     \"email\": \"john@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":"f9aba5d5-b0a2-4335-96d5-bf0c64385bfc"},{"name":"ResetPassword","id":"d72686be-7ce8-472e-b874-2ecb05b61b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"newPassword\": \"newPassword456\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/auth/reset-password/296b0156414b3e6cd8124859470c8794f9c6bbeec692c0b0d4db0c8b0a27c6c5","urlObject":{"protocol":"http","port":"5000","path":["api","auth","reset-password","296b0156414b3e6cd8124859470c8794f9c6bbeec692c0b0d4db0c8b0a27c6c5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d72686be-7ce8-472e-b874-2ecb05b61b36"},{"name":"Get-All-User","id":"3ae83c18-9da2-43cd-9d17-3d0aaa5e9d5c","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":"3ae83c18-9da2-43cd-9d17-3d0aaa5e9d5c"},{"name":"Romm_Create","id":"6ba95689-4d13-48f8-89d7-e69580eee450","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\": \"103\",\r\n  \"roomType\": \"suite\",\r\n  \"preferences\": \"non-smoking\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/rooms/create-room","urlObject":{"protocol":"http","port":"5000","path":["api","rooms","create-room"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ba95689-4d13-48f8-89d7-e69580eee450"},{"name":"Get-All-Room","id":"220c630e-8d55-4501-985b-4590c794b67a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/rooms/get-all-rooms","urlObject":{"protocol":"http","port":"5000","path":["api","rooms","get-all-rooms"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"220c630e-8d55-4501-985b-4590c794b67a"},{"name":"Resident-Create","id":"a575a3ac-44d2-4550-b711-ce054361cf87","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\": \"smith\",\r\n  \"email\": \"smithaexample.com\",\r\n  \"phone\": \"9876543210\",\r\n  \"roomNumber\": \"103\",\r\n  \"checkInDate\": \"2025-05-01\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/residents/create","urlObject":{"protocol":"http","port":"5000","path":["api","residents","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a575a3ac-44d2-4550-b711-ce054361cf87"},{"name":"Get-all-Residents","id":"a141c99e-8eca-4716-9156-e8f4a45468d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/residents/get-all","urlObject":{"protocol":"http","port":"5000","path":["api","residents","get-all"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a141c99e-8eca-4716-9156-e8f4a45468d4"},{"name":"Upadate_Resident","id":"235281b9-b8e7-4855-8440-023f7eaede9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"smith\",\r\n  \"roomNumber\": \"202\",\r\n  \"checkOutDate\": \"2025-06-01\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/residents/update/68147951295052822348b87e","urlObject":{"protocol":"http","port":"5000","path":["api","residents","update","68147951295052822348b87e"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"235281b9-b8e7-4855-8440-023f7eaede9f"},{"name":"Delete-Resident","id":"2a6c53e6-b8b9-4221-aaa0-187293968020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/residents/delete/68147951295052822348b87e","urlObject":{"protocol":"http","port":"5000","path":["api","residents","delete","68147951295052822348b87e"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a6c53e6-b8b9-4221-aaa0-187293968020"},{"name":"Assign-Room","id":"ca761a0a-eb37-4cf1-9e3a-38a0995f3671","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\": \"101\",\r\n  \"residentId\": \"681478a2295052822348b878\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/rooms/assign-room","urlObject":{"protocol":"http","port":"5000","path":["api","rooms","assign-room"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca761a0a-eb37-4cf1-9e3a-38a0995f3671"},{"name":"Check-In","id":"5bb604a6-8861-42f1-8ccc-72e4e27c43eb","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\": \"102\",\r\n  \"residentId\": \"681477bb295052822348b86a\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/rooms/check-in","urlObject":{"protocol":"http","port":"5000","path":["api","rooms","check-in"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5bb604a6-8861-42f1-8ccc-72e4e27c43eb"},{"name":"Check-Out-resident","id":"bb833610-b7e5-445f-b275-a998b79a53ec","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\": \"102\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/rooms/check-out","urlObject":{"protocol":"http","port":"5000","path":["api","rooms","check-out"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb833610-b7e5-445f-b275-a998b79a53ec"},{"name":"Delete-Room","id":"4a85b4d1-fb94-4e4f-b58c-ea7e64c30598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/rooms/delete-room/103","urlObject":{"protocol":"http","port":"5000","path":["api","rooms","delete-room","103"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a85b4d1-fb94-4e4f-b58c-ea7e64c30598"},{"name":"create_maintenance-request","id":"8dfe5788-b901-4226-badd-c7df7e56761e","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\": \"Leaky faucet\",\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":"8dfe5788-b901-4226-badd-c7df7e56761e"},{"name":"Get-My-Request","id":"7f67ad24-3574-4164-a78a-bba9d74460ff","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":"7f67ad24-3574-4164-a78a-bba9d74460ff"},{"name":"get-All-Maintenance-request-Admin","id":"4129478f-b273-42f6-bc2b-55cc16f0c476","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":"4129478f-b273-42f6-bc2b-55cc16f0c476"},{"name":"Assign-request-Resident","id":"1919234e-659e-4d75-92b6-03f3829ad7ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"adminId\":\"681461a695aeb15a67b21ed6\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/maintenance/assign/68145f02aa1edaec80e987bc","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","assign","68145f02aa1edaec80e987bc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"1919234e-659e-4d75-92b6-03f3829ad7ba"},{"name":"Upadate-Maintenance","id":"91ab5c75-3a33-4b57-9408-4fefae5ccd5a","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}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/maintenance/status/68145f02aa1edaec80e987bc","urlObject":{"protocol":"http","port":"5000","path":["api","maintenance","status","68145f02aa1edaec80e987bc"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"91ab5c75-3a33-4b57-9408-4fefae5ccd5a"},{"name":"Generate_Invoice","id":"165fc334-dec7-46a4-b8e4-9774aa19fb3d","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\": \"68145f02aa1edaec80e987bc\",  // Replace with a valid resident ID\r\n  \"roomFee\": 100,\r\n  \"utilities\": 50,\r\n  \"services\": 20,\r\n  \"discount\": 10,\r\n  \"lateFee\": 5,\r\n  \"paymentMethod\": \"Stripe\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/billing/generate","urlObject":{"protocol":"http","port":"5000","path":["api","billing","generate"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"165fc334-dec7-46a4-b8e4-9774aa19fb3d"},{"name":"Get-All-Bills","id":"b968b7f2-80ec-4a28-9e2b-a72e04e09038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/billing/all","urlObject":{"protocol":"http","port":"5000","path":["api","billing","all"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b968b7f2-80ec-4a28-9e2b-a72e04e09038"},{"name":"Get-My-Invoice-Resident","id":"607b1721-7fa6-4a5f-9d8b-d24105d39208","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","urlObject":{"protocol":"http","port":"5000","path":["api","billing","my"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"607b1721-7fa6-4a5f-9d8b-d24105d39208"},{"name":"Payment-Process","id":"dd940baa-e3b1-4613-a2bc-bea45fa82530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"billId\": \"681509506e1c6b7ff085dfb8\",    \r\n  \"method\": \"Stripe\"  \r\n}\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":"dd940baa-e3b1-4613-a2bc-bea45fa82530"},{"name":"Get-PayHistory-Resident","id":"d68ab52f-4578-4af8-9674-fc23bb3036f9","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":"d68ab52f-4578-4af8-9674-fc23bb3036f9"},{"name":"Get-Resident-BYID","id":"70b4bfaf-e98d-4aec-baed-f44c418a6168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/residents/681478a2295052822348b878","urlObject":{"protocol":"http","port":"5000","path":["api","residents","681478a2295052822348b878"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"70b4bfaf-e98d-4aec-baed-f44c418a6168"},{"name":"Create-Payment-AdminOnly","id":"01b2a3a4-1def-4496-970c-a96871905eac","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\": \"681334b6529e2fc270bd465a\",\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":"01b2a3a4-1def-4496-970c-a96871905eac"},{"name":"Get-Payment-Admin","id":"8ece9e38-a5fe-462e-9990-d8c3579f2966","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":"8ece9e38-a5fe-462e-9990-d8c3579f2966"},{"name":"Expense-Create-Admin","id":"ef388cf3-524d-415e-946d-7e927c5b91ee","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":"ef388cf3-524d-415e-946d-7e927c5b91ee"},{"name":"Get-Expense-Admin","id":"d7cbc197-8018-4427-84f0-f4b79319485d","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":"d7cbc197-8018-4427-84f0-f4b79319485d"},{"name":"Get-OverView-Report","id":"d550a8b8-c59c-4acc-a420-7817166ea70e","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":"d550a8b8-c59c-4acc-a420-7817166ea70e"},{"name":"Get-MonthlyTrands-Admin","id":"1e4856ca-edb2-42f9-9ead-e61e6b8ba1f7","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":"1e4856ca-edb2-42f9-9ead-e61e6b8ba1f7"},{"name":"Ge-All-User","id":"9e24093a-30a6-4ce0-9670-6e2cb8087022","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5000/api/users","urlObject":{"protocol":"http","port":"5000","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e24093a-30a6-4ce0-9670-6e2cb8087022"},{"name":"Update-user-role","id":"41944891-71d4-4197-a948-6f48b646f7df","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/users/68146caacca3060d3b5685b6/role","urlObject":{"protocol":"http","port":"5000","path":["api","users","68146caacca3060d3b5685b6","role"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"41944891-71d4-4197-a948-6f48b646f7df"},{"name":"Delete-User-Admin","id":"77c1feda-7e7f-45c8-9484-6e0339655dcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:5000/api/users/681494989401b8c1ba0f4e21","urlObject":{"protocol":"http","port":"5000","path":["api","users","681494989401b8c1ba0f4e21"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"77c1feda-7e7f-45c8-9484-6e0339655dcf"},{"name":"SendEmail","id":"2727c80f-a59e-4e2d-8fa6-3dcdbfd90407","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":"2727c80f-a59e-4e2d-8fa6-3dcdbfd90407"},{"name":"Create-Paymen","id":"33c8be30-73ef-4749-8b32-77e52546e326","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\": 100\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/api/integration/create-payment","urlObject":{"protocol":"http","port":"5000","path":["api","integration","create-payment"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"33c8be30-73ef-4749-8b32-77e52546e326"},{"name":"Notification-Send","id":"43ea60ea-1808-418b-9da7-78c1969db399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"user\": {\r\n    \"userId\": \"681478a2295052822348b878\"\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/notifications/send","urlObject":{"protocol":"http","port":"5000","path":["api","notifications","send"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"43ea60ea-1808-418b-9da7-78c1969db399"},{"name":"Send-SMS","id":"f6b361b7-4393-45a9-b217-f9eb1d26edc6","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":"f6b361b7-4393-45a9-b217-f9eb1d26edc6"}]}