API Authentication
Authorization
header as a Bearer token. The format is as follows:
projects/{projectId}
in the path of an endpoint, it is scoped to the project.)
For example, to list catalogs within a project:
{projectId}
with the ID of your project.
This returns data catalogs associated only with that project.