pub async fn list_domains( pool: &PgPool, tenant_id: Uuid, ) -> ProxyResult<Vec<Domain>>
List all domains for a tenant.