Send a POST request to query this endpoint

curl --request POST \
  --header 'content-type: application/json' \
  --url 'https://graphql.api.apollographql.com/api/graphql?operationName=UI__IdentityQuery' \
  --data '{"query":"query { __typename }"}'