Authenticate using username and password submitted via form data.
This endpoint is compatible with standard OAuth2 clients that use form-based authentication. Returns an access token upon successful authentication.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.