GET /api/lpm_users
curl "http://127.0.0.1:22999/api/lpm_users"
[
    {
        "email": "test@example.com",
        "password":"password"
    }
]
GET /api/lpm_users
[
    {
        "email": "test@example.com",
        "password":"password"
    }
]
curl "http://127.0.0.1:22999/api/lpm_users"
Was this page helpful?