Hello,
We are trying to query our account with the below GraphQL, we get Grant Type Not Provided. We can look up our account by querying all accounts for the site ID, but we just want our account and would rather not filter. The Postman collection contains a "Me" post, passign this GraphQL:
{
me {
id
username
email
name
surname
fullName
imageUrl
language
}
}
Thanks,
George