cURL
curl --request GET \ --url https://api.wazoo.dev/worlds/{world}/sparql \ --header 'Authorization: Bearer <token>'
{ "head": { "link": [ "<string>" ], "vars": [ "<string>" ] }, "results": { "bindings": [ {} ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
Show child attributes