put Archive
suspend fun putArchive(id: String, path: String, body: ByteReadChannel, noOverwriteDirNonDir: Boolean? = null, copyUIDGID: Boolean? = null): Result<Unit, ErrorResponse>
Extract an archive of files or folders into a directory in a container
Upload a tar archive to be extracted to a path in the filesystem of container id.