Log in and obtain JWT tokens
Authenticates with email/password and returns access + refresh JWT tokens.
Request
This endpoint expects an object.
email
password
Response
Login successful
tokens
email
Errors
401
Login Request Unauthorized Error
Authenticates with email/password and returns access + refresh JWT tokens.