I’m trying the following command
curl -X POST https://blue-surf-XXXXXX.us-east-1.aws.cloud.dgraph.io/admin/schema --data-binary '@schema.graphql'
But I get the error:
{"data":null,"errors":[{"message":"Access Denied"}]}
How do I open up my access so that I can push schemas?