This endpoint is only to be used when a user wants to login
POST
/api/auth/loginRequest body
requiredapplication/jsonemailstringrequiredpasswordstringrequiredResponses
200OK
any400Bad Request — message is one of: 'Invalid email and or password' | 'Please verify your email before logging in' (account not yet verified) | 'Your account has been suspended' (suspended account).
any500Internal Server Error
any