Is there any good way of making multipart requests with a multiplatform client? There's only one example for the JVM, I couldn't find one for JS, and I'm completely lost on how it should work.
I'm trying to send a JSON object (a
@Serializable
data class) and an image.