Auth Controller
User login
Authenticate user with email and password
post/auth/login
Request body
Example request
{
"email": "admin@landregistry.com",
"password": "admin@123"
}Response
Login successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.