Test Users
All sandbox accounts use the same password: 12341234.
| Role | Notes | |
|---|---|---|
admin@test.com | admin | Full admin access. |
admin1@test.com | admin | Secondary admin for multi-user testing. |
admin2@test.com | admin | Tertiary admin. |
TODO: extend with borrower, investor, and donor roles as needed.
POST /v1/auth/login HTTP/1.1Content-Type: application/json
{ "email": "admin@test.com", "password": "12341234" }