Hi, I'm getting this error while trying to communicate with the API via a service account using the REST API.
I've been able to successfully retrieve an access token using the steps described in
this guide
However, when I use the access token to POST to the generateKeywordIdeas endpoint, I get a `request is missing required authentication credential` error. I'm including the access token in the header, and the developer token too.
I'm assuming there is an issue with the way I've set up my accounts.
Thanks