Querying graphql realm from postman returns read permission error

My application endpoint is: https://us-east-1.aws.realm.mongodb.com/api/client/v2.0/app/mychariti-db-cecem/graphql

I am trying to query from postman using a simple query and I get the below error in the realm ui logs:

ERROR: could not validate document ‘ObjectID(“61027debf15e5a81e049f952”)’ for read
Logs:
[
“FunctionError: read not permitted”
]

Hi @Mahnoor_Malik I am getting a similar error. Were you able to resolve this?