post

fun post(api: String, callTimeout: Long? = null, obj: Supplier<InputStream>): HttpResponse<ByteArray>
fun post(api: String, callTimeout: Long? = null, text: String): HttpResponse<ByteArray>
fun post(api: String, callTimeout: Long? = null, file: Path): HttpResponse<ByteArray>