Connect Your AppGolangTenantListVersion: 2.0.0On this pageListFetch a list of the available tenants.Parametersctx - The context of the request. page - The page number of the results to fetch, starting at 1. perPage - The number of results to fetch per page.Implementationtenants, err := Permit.Api.Tenants.List(ctx, 1, 10)