################### CURL ######################### # # # replace YOURTOKEN with your API token from the web app # # # # insert your query as value for the key "query" # # e.g.: "{ CloudAccount { email last_change_time} }" # # # ########################################################## curl \ -X POST \ -H "Content-Type: application/json" \ -H "Authorization: YOURTOKEN" \ --data '{ "query": "{ CloudAccount { email last_change_time Accounts { forename surname Measurements { value parameter unit timestamp } } } }" }' \ https://labcom.cloud/graphql