cURL
curl --request POST \ --url https://api.worlds.wazoo.tech/v1/worlds/{worldId}/sparql \ --header 'Content-Type: <content-type>'
Execute a SPARQL update against a world.
application/sparql-update
INSERT DATA { <http://example.org/subject> <http://example.org/predicate> "object" . }