Verify the user accepted the login request and get a authentication token. The user email address and the token received after requesting the login must be added to the URL as a query string with the names email and token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.