hello.. am hoping someone can help me. I'm learning Prisma and am trying to regenerate the prisma.graphql file. My course first suggested that we use graphql get-schema -p prisma, but that doesn't work for me? in one of the posts on the lecture it suggested using the npm module get-graph-schema. That worked fine. We've now added security so using the -h 'Authorization: bearer xxxxxxx'. Again, this worked fine the first time, now it keeps telling me I have invalid token. I regenerate the token, still doesn't work. I try the same token in localhost:4466 and it's fine. I'm stumped, appreciate any help