Send a POST request to query this endpoint

curl --request POST \
  --header 'content-type: application/json' \
  --url 'https://flyby-router-demo.herokuapp.com/' \
  --data '{"query":"query { __typename }"}'