OAuth
OAuth 2.1 authorization endpoint (consent POST)
Receives the user/team selection from the dashboard, validates the session cookie, mints an authorization code, and redirects to the client's redirect_uri.
post/oauth/authorize
Receives the user/team selection from the dashboard, validates the session cookie, mints an authorization code, and redirects to the client's redirect_uri.