create Interactive Session
suspend fun DockerClient.createInteractiveSession(tty: Boolean, method: HttpMethod, path: String, parameters: Parameters = Parameters.Empty, headers: Map<String, String> = emptyMap(), body: ByteArray? = null): Result<ExecSession, ErrorResponse>