I'm trying to hit my GraphQL endpoint at http://localhost:3000/api/graphql
I can see that the schema is being loaded. But when I try to run a query it says I'm not authorized. I know I usually use a bearer token in the HTTP headers. Is there a bearer token that I need to generate? I could not find that in the docs or in the https://payloadcms.com/cloud admin dashboard.
Thanks in advance for the help!