Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Body
The body is of type string.
Example:
"query foo verb=GET {\n input {\n int score\n }\n stack {\n var $x1 {\n value = $input.score + 1\n }\n }\n response {\n value = $x1\n }\n}\n"
Response
Success!
Available options:
GET, POST, DELETE, PUT, PATCH, HEAD