'url': βhttps://api.amboss.space/graphql',
'Authorization': 'Bearer [Amboss api key here]β,
'Content-Type': 'application/json'
query: 'query Query {getHello}'
variables: VARIABLES_OBJECT
request(options, (error, response) => {
let json = JSON.parse(response.body);