i have created a google service account, created a keyfile (key.json) and now I want to create a googlesheet using postman
But I keep getting a 401 error - missing required credential
{ "error": { "code": 401, "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other validauthentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", "status": "UNAUTHENTICATED" } }
what's the syntax to pass the key file in the url/header or body ? thanks !

