Connect Your AppGolangTenantListOn this pageList Fetch a list of the available tenants. Parameters ctx - 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. Implementation tenants, err := Permit.Api.Tenants.List(ctx, 1, 10)