How to load a sample TTL via HTTP API?

Let say I want to add the following via curl or python requests:
https://www.w3.org/2007/OWL/wiki/PrimerExampleTurtle

  • What endpoint should I use?
  • What headers should I use?

Thanks,
Radu

So I was able to load ttl via api using:

  • 'content-type': "application/x-turtle"
  • and using HTTP POST host:port/Test3?default endpoint

Issue can be closed now.