createMultipartMixedPart

fun createMultipartMixedPart(    content: String,     contentType: String = "application/json; charset=utf-8",     boundary: String = "-",     isFirst: Boolean = false,     isLast: Boolean = false): String