post

suspend fun post(webId: String, uri: String, contentType: String, body: ByteArray, additionalHeaders: Map<String, String> = emptyMap()): String?

POSTs an opaque body to a container; returns the Location the server allocated.