post https://{application_vanity_domain}/api/v1/oauth2/authorization-requests/introspect
When the Authorize Endpoint returns a response that redirects to a login page, an authorization request JWT will be created (containing the original authorization request parameters) and appended to the URL using the req
query parameter. This API can be used to inspect the authorization request JWT to verify its validity and to extract its claims.