Trying to understand why my GraphQL gateway resolver receives a 403 Forbidden when executing GET /api/v2/routing/queues via the Node.js Platform SDK.
I have routing:queue:read and routing:queue:write enabled on the OAuth client, yet the response body returns {"errors":[{"code":"Forbidden","message":"You do not have permission to perform this action."}]}. Is there a hidden scope requirement or a division ID header issue I am missing?