The find-or-create helpers in the SystemCatalog class use a non-standard Notion API calls to achieve their logic.
This makes the SystemCatalog class not portable when using HTTP-based clients for real communication with Notion.
Refactor their implementation to use the search endpoint.