Hey there, I'm not too familiar with JWT token and I can't seems to figure out how to create a new users with the admin token.
I thought you were suppose to modify the GraphQL schema to add
extend type Customer @auth(rules: [{operations: [CREATE, UPD...