Need to audit OAuth clients in our org programmatically. The GET /api/v2/oauth/clients endpoint requires admin:oauth:client:view scope which most service accounts don’t have. Is there a way to list clients and their assigned scopes without admin privileges? Tried using the .NET SDK oauthClientApi.ListOauthClients() but it throws 403 Forbidden.