galex
02/13/2019, 8:29 PMbody = MultiPartFormDataContent(
formData {
append("editProfile", Json.stringify(editProfile))
base64Image?.run {
append("avatar", "my_filename") {
append(base64Image)
}
}
})