{"info":{"_postman_id":"afd589e5-3004-47f1-87a3-44b85fdaf554","name":"User-Authentication","description":"<html><head></head><body><p>A MoneyMentor authentication and user management collection that lets users register, log in, view and update their profile, and change their password, while also allowing admins to register, log in with elevated privileges, and retrieve a full list of all users — plus a health check to verify the API is running.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"52326226","collectionId":"afd589e5-3004-47f1-87a3-44b85fdaf554","publishedId":"2sBXcBmgg3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-02-12T17:51:36.000Z"},"item":[{"name":"Admin","item":[{"name":"register_as_admin","id":"e327c8ea-5b80-4729-b6b9-c564dd849312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"admin\",\r\n    \"email\": \"admin@example.com\",\r\n    \"password\": \"Admin123!\",\r\n    \"role\": \"admin\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/register","urlObject":{"protocol":"http","port":"5085","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e327c8ea-5b80-4729-b6b9-c564dd849312"},{"name":"login_as_admin","id":"20cbe127-7e8d-4a91-b596-d2647b947472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@example.com\",\r\n    \"password\": \"Admin123!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/login","urlObject":{"protocol":"http","port":"5085","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"4e90d33a-6169-4e2e-ad5c-903a3702380f","name":"successful login_as_admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"admin@example.com\",\r\n    \"password\": \"Admin123!\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"433"},{"key":"ETag","value":"W/\"1b1-7doJ9U+IZq/pG2xQ89nnzKaNPyM\""},{"key":"Date","value":"Thu, 26 Feb 2026 10:16:28 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Login successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": \"69917010ff7bfb9c8926945c\",\n            \"username\": \"admin\",\n            \"email\": \"admin@example.com\",\n            \"role\": \"admin\",\n            \"isActive\": true,\n            \"lastLogin\": \"2026-02-26T10:16:28.711Z\",\n            \"createdAt\": \"2026-02-15T07:04:48.008Z\"\n        },\n        \"token\": \"{{vault:json-web-token}}\"\n    }\n}"}],"_postman_id":"20cbe127-7e8d-4a91-b596-d2647b947472"},{"name":"get_all_users","id":"94afee20-d54a-4b5d-9871-972e9ac73b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5085/api/users","urlObject":{"protocol":"http","port":"5085","path":["api","users"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"39e29f86-7f87-469c-8745-d7d70e8e6723","name":"get_all_users","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5085/api/users"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1637"},{"key":"ETag","value":"W/\"665-Cej4QQ5ESmoS9dYX7MahBHRxfW8\""},{"key":"Date","value":"Thu, 26 Feb 2026 10:19:07 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": [\n        {\n            \"_id\": \"69a01751e1f66a47dbf5df2e\",\n            \"username\": \"ravi0629\",\n            \"email\": \"ravindu@email.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"createdAt\": \"2026-02-26T09:50:09.287Z\",\n            \"updatedAt\": \"2026-02-26T10:11:53.396Z\",\n            \"__v\": 0,\n            \"lastLogin\": \"2026-02-26T10:11:53.396Z\"\n        },\n        {\n            \"_id\": \"699cfd55faff45670c985aba\",\n            \"username\": \"mytestuser2\",\n            \"email\": \"mytest2@gmail.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"createdAt\": \"2026-02-24T01:22:29.836Z\",\n            \"updatedAt\": \"2026-02-24T01:38:50.061Z\",\n            \"__v\": 0,\n            \"lastLogin\": \"2026-02-24T01:38:50.057Z\"\n        },\n        {\n            \"_id\": \"699cf978faff45670c985ab7\",\n            \"username\": \"mytestuser\",\n            \"email\": \"mytest@gmail.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"createdAt\": \"2026-02-24T01:06:00.132Z\",\n            \"updatedAt\": \"2026-02-24T01:06:00.132Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"699c51b4ef5163db941f1065\",\n            \"username\": \"testuser\",\n            \"email\": \"test@gmail.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"createdAt\": \"2026-02-23T13:10:12.825Z\",\n            \"updatedAt\": \"2026-02-23T13:10:12.825Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"699682465ff65c65c0b7c9e3\",\n            \"username\": \"User123\",\n            \"email\": \"user@gmail.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"createdAt\": \"2026-02-19T03:23:50.778Z\",\n            \"updatedAt\": \"2026-02-23T03:58:13.312Z\",\n            \"__v\": 0,\n            \"lastLogin\": \"2026-02-22T09:27:59.759Z\"\n        },\n        {\n            \"_id\": \"69935ddcd87476365a31d549\",\n            \"username\": \"John42\",\n            \"email\": \"test@example.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"createdAt\": \"2026-02-16T18:11:40.595Z\",\n            \"updatedAt\": \"2026-02-16T18:11:40.595Z\",\n            \"__v\": 0\n        },\n        {\n            \"_id\": \"69916af5d05af4d22bcaf513\",\n            \"username\": \"Thiranjaya\",\n            \"email\": \"thira@email.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"createdAt\": \"2026-02-15T06:43:01.695Z\",\n            \"updatedAt\": \"2026-02-26T09:51:30.051Z\",\n            \"__v\": 0,\n            \"lastLogin\": \"2026-02-26T09:51:30.050Z\"\n        }\n    ],\n    \"pagination\": {\n        \"total\": 7,\n        \"page\": 1,\n        \"pages\": 1,\n        \"limit\": 10\n    }\n}"}],"_postman_id":"94afee20-d54a-4b5d-9871-972e9ac73b59"}],"id":"d80fcee5-4b16-4ec5-ad79-1a1177fa1167","description":"<p>An admin management module that lets administrators register an admin account, log in with admin credentials, and retrieve a full list of all registered users for oversight and management.</p>\n","_postman_id":"d80fcee5-4b16-4ec5-ad79-1a1177fa1167"},{"name":"User","item":[{"name":"health-check","id":"8929573a-4381-465d-908b-071896859540","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"health","urlObject":{"host":["health"],"query":[],"variable":[]}},"response":[],"_postman_id":"8929573a-4381-465d-908b-071896859540"},{"name":"create_user_account","id":"515c72f1-4e1e-4a61-afd4-69dcc816d664","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"Ravindu\",\r\n    \"email\": \"ravindu@email.com\",\r\n    \"password\": \"Rth123%\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/register","urlObject":{"protocol":"http","port":"5085","path":["api","auth","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"729afffd-49ac-48bd-82f5-90535b8284dc","name":"successful_account_creation","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"Ravindu\",\r\n    \"email\": \"ravindu@email.com\",\r\n    \"password\": \"Rth123%\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/register"},"status":"Created","code":201,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"407"},{"key":"ETag","value":"W/\"197-Dc8Amz0ipv2/nCkydvRItq8T7i0\""},{"key":"Date","value":"Thu, 26 Feb 2026 09:50:09 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"User registered successfully\",\n    \"data\": {\n        \"user\": {\n            \"id\": \"69a01751e1f66a47dbf5df2e\",\n            \"username\": \"Ravindu\",\n            \"email\": \"ravindu@email.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"createdAt\": \"2026-02-26T09:50:09.287Z\"\n        },\n        \"token\": \"{{vault:json-web-token}}\"\n    }\n}"}],"_postman_id":"515c72f1-4e1e-4a61-afd4-69dcc816d664"},{"name":"user_login","id":"3b0310e9-b806-4daa-bc8f-1052f5ae6a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"kasun@email.com\",\r\n    \"password\": \"Kasun123%\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/login","urlObject":{"protocol":"http","port":"5085","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1fa8fc09-5af9-419c-8322-1d10ebae808a","name":"login as user 01","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"thira@email.com\",\r\n    \"password\": \"Thira123%\"\r\n}","options":{"raw":{"language":"json"}}},"url":"login"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"435"},{"key":"ETag","value":"W/\"1b3-XdQbxE3MLMjqmUvQ01gFCBro7tE\""},{"key":"Date","value":"Thu, 26 Feb 2026 09:51:30 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Login successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": \"69916af5d05af4d22bcaf513\",\n            \"username\": \"Thiranjaya\",\n            \"email\": \"thira@email.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"lastLogin\": \"2026-02-26T09:51:30.050Z\",\n            \"createdAt\": \"2026-02-15T06:43:01.695Z\"\n        },\n        \"token\": \"{{vault:json-web-token}}\"\n    }\n}"},{"id":"e587516d-65b6-4b62-8aa5-33f7c3af1db6","name":"login as user 02","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ravindu@email.com\",\r\n    \"password\": \"Rth123%\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"434"},{"key":"ETag","value":"W/\"1b2-3npPDDHs4asJ8+sqAA8gTikl8XU\""},{"key":"Date","value":"Thu, 26 Feb 2026 10:02:39 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Login successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": \"69a01751e1f66a47dbf5df2e\",\n            \"username\": \"Ravindu\",\n            \"email\": \"ravindu@email.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"lastLogin\": \"2026-02-26T10:02:39.574Z\",\n            \"createdAt\": \"2026-02-26T09:50:09.287Z\"\n        },\n        \"token\": \"{{vault:json-web-token}}\"\n    }\n}"}],"_postman_id":"3b0310e9-b806-4daa-bc8f-1052f5ae6a12"},{"name":"update_user_profile","id":"eb7726ef-ba4a-4b38-8ec5-4f181ce37242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"ravi0629\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/profile","urlObject":{"protocol":"http","port":"5085","path":["api","auth","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"6f3c14a0-e828-4224-933c-2bb6204a6a3b","name":"successful username update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\": \"ravi0629\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/profile"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"304"},{"key":"ETag","value":"W/\"130-IMvMjkDZ+CMg2HcmfQjTs1N+3S8\""},{"key":"Date","value":"Thu, 26 Feb 2026 10:05:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Profile updated successfully\",\n    \"data\": {\n        \"_id\": \"69a01751e1f66a47dbf5df2e\",\n        \"username\": \"ravi0629\",\n        \"email\": \"ravindu@email.com\",\n        \"role\": \"user\",\n        \"isActive\": true,\n        \"createdAt\": \"2026-02-26T09:50:09.287Z\",\n        \"updatedAt\": \"2026-02-26T10:05:05.139Z\",\n        \"__v\": 0,\n        \"lastLogin\": \"2026-02-26T10:04:47.357Z\"\n    }\n}"}],"_postman_id":"eb7726ef-ba4a-4b38-8ec5-4f181ce37242"},{"name":"user_profile_view","id":"4356675f-22e8-489e-a90a-03ce53abf039","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:5085/api/auth/profile","urlObject":{"protocol":"http","port":"5085","path":["api","auth","profile"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f72540d4-bb1d-4a2b-930f-0dbf61aeee31","name":"successful profile retrive","originalRequest":{"method":"GET","header":[],"url":"http://localhost:5085/api/auth/profile"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"215"},{"key":"ETag","value":"W/\"d7-dn7uaCXJR7nCebhsfhU+IM78Rlc\""},{"key":"Date","value":"Thu, 26 Feb 2026 10:06:10 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"data\": {\n        \"id\": \"69a01751e1f66a47dbf5df2e\",\n        \"username\": \"ravi0629\",\n        \"email\": \"ravindu@email.com\",\n        \"role\": \"user\",\n        \"isActive\": true,\n        \"lastLogin\": \"2026-02-26T10:04:47.357Z\",\n        \"createdAt\": \"2026-02-26T09:50:09.287Z\"\n    }\n}"}],"_postman_id":"4356675f-22e8-489e-a90a-03ce53abf039"},{"name":"user_change_password","id":"9ba4c57c-ca9b-44a3-93b2-c0dfd4c43d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{vault:authorization-secret}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\": \"Rth123%\",\r\n    \"newPassword\": \"Rth234$\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/change-password","urlObject":{"protocol":"http","port":"5085","path":["api","auth","change-password"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f904bc02-7379-4df4-bf9b-6ddaf1da52a3","name":"successful password update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"currentPassword\": \"Rth123%\",\r\n    \"newPassword\": \"Rth234$\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/change-password"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"448"},{"key":"ETag","value":"W/\"1c0-R/0coiWmWSnXnsJ1sqx18za+2bs\""},{"key":"Date","value":"Thu, 26 Feb 2026 10:08:45 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Password changed successfully\",\n    \"data\": {\n        \"user\": {\n            \"id\": \"69a01751e1f66a47dbf5df2e\",\n            \"username\": \"ravi0629\",\n            \"email\": \"ravindu@email.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"lastLogin\": \"2026-02-26T10:04:47.357Z\",\n            \"createdAt\": \"2026-02-26T09:50:09.287Z\"\n        },\n        \"token\": \"{{vault:json-web-token}}\"\n    }\n}"}],"_postman_id":"9ba4c57c-ca9b-44a3-93b2-c0dfd4c43d49"},{"name":"re_login_after_password_change","id":"b3a7ca98-b53b-449e-b302-f1882db12dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ravindu@email.com\",\r\n    \"password\": \"Rth234$\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/login","urlObject":{"protocol":"http","port":"5085","path":["api","auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f46e1608-762e-4eb4-a2f2-0caccfd07d6a","name":"login after password change","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"ravindu@email.com\",\r\n    \"password\": \"Rth234$\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5085/api/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"435"},{"key":"ETag","value":"W/\"1b3-s4CzBzWDm9nTuC+NWyrBg+VZXW4\""},{"key":"Date","value":"Thu, 26 Feb 2026 10:11:53 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Login successful\",\n    \"data\": {\n        \"user\": {\n            \"id\": \"69a01751e1f66a47dbf5df2e\",\n            \"username\": \"ravi0629\",\n            \"email\": \"ravindu@email.com\",\n            \"role\": \"user\",\n            \"isActive\": true,\n            \"lastLogin\": \"2026-02-26T10:11:53.396Z\",\n            \"createdAt\": \"2026-02-26T09:50:09.287Z\"\n        },\n        \"token\": \"{{vault:json-web-token}}\"\n    }\n}"}],"_postman_id":"b3a7ca98-b53b-449e-b302-f1882db12dc9"}],"id":"47a946df-0b7e-4147-9f4f-d8d554f1c859","description":"<p>An end-user authentication and profile module that lets users check API health, create an account, log in, view and update their profile, change their password, and re-authenticate after a password change.</p>\n","_postman_id":"47a946df-0b7e-4147-9f4f-d8d554f1c859"}],"event":[{"listen":"prerequest","script":{"id":"66567f8b-d749-47ce-a472-858fefff7427","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"473f81ef-032f-4ec5-a865-b1b0533aa717","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"id":"63d79b75-05a3-478f-bfda-d6a45cfc0d47","key":"MoneyMentor","value":""},{"id":"d659b983-ee6f-4418-82e7-a7fa7c9b4fc4","key":"Auth","value":""},{"id":"8c836d50-3fc8-4ac3-a300-ff6048dfc225","key":"Users","value":""}]}