Request a new login for a user to get a token. This will respond with a verification token and send an email to confirm the request. Once confirmed you can use the verification token to get an authentication token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.