miniature-horse-82800
09/16/2024, 8:32 AMctx = context.WithValue(ctx, oryclient.ContextAccessToken, c.oryKey)
oryIdentities, _, err := c.APIClient.IdentityAPI.ListIdentities(ctx).Ids(ids).Execute()
if err != nil {
return nil, fmt.Errorf("failed to list ory identities: %w", err)
here i get a undefined response type
but i re wrote the same code with go http client and that time i get the response correctly. Can anyone please help?