pub async fn get_domain_for_tenant( pool: &PgPool, id: Uuid, tenant_id: Uuid, ) -> ProxyResult<Option<Domain>>
Fetch a domain scoped to a tenant.