Is it possible to auth to cloud dns api without gcloud or libraries? For example, for api call ManagedZones: list https://cloud.google.com/dns/docs/reference/v1/managedZones/list
I just want to use key from .json file of early created Service account.
What request/url/headers should I use?
Thanks in advance!