https://api.qminder.com/graphql
X-Qminder-REST-API-Key: <API_KEY>
curl \ -X POST \ -H "Content-Type: application/json" \ -H "X-Qminder-REST-API-Key: <Replace this with your API Key>" \ --data '{ "query": "query ListOfLocations { account { locations { name} } }" }' \ https://api.qminder.com/graphql