curl --request POST \
--url https://api.wazoo.dev/namespaces/{namespace}/worlds/{slug}/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": "<string>",
"contentType": "application/n-quads",
"source": "<string>"
}
'