cURL
curl --request POST \ --url https://api.wazoo.dev/worlds/{world}/import \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: text/turtle' \ --data '<string>'
{ "error": { "message": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type string.
string
No Content