Getting empty response from v2/client endpoint

I was expecting schema for the API’s we can work with but am getting an empty response.

Here is the code snippet generated by Insomnia for what I’m doing. I get a 401 without the valid token so it seems like we’re good on the token. I got it from using the client credentials token endpoint.

curl --request GET
–url https://www.warcraftlogs.com/api/v2/client
–header ‘Accept: application/json’
–header ‘Authorization: Bearer {ACTUAL_TOKEN}’

Hmm, I must be missing a plugin for Insomnia. Additionally, apparently I need to study up more on GraphQL. I’m not sure how it works if an empty response is expected here.

I changed the request type to GraphQL like in your screenshot and I see that the documentation is now available for me. Thanks so much!

I am also unable to receive the schema for the client page.

Returning

{
  "status": 400,
  "error": "No query specified."
}

Any tips?