Example Code
Note: Replace YOUR_API_FIELDS with the fields of your API
curl https://api.graphqlsheet.com/api/undefined \
-X POST \
-H "Content-Type: application/json" \
-H "token: undefined" \
--data '{ "query": "{ get (limit: 20) { YOUR_API_FIELDS } }" }'