There was an error while loading. Please reload this page.
Login
POST
http://example.net/api/login
{"email" : "max.mustermann@web.de", "password" : "hashedPassword"}
200: {"email" : "max.mustermann@web.de", "password" : "hashedPassword"}
401 {"message" : "Invalid credentials"}
404 {"message" : "User not found"}
500 {"message" : "Error while logging in user"}