How to send array of objects in retrofit multipart request
问题 I want to send array objects with multipart data. I tried many ways but it is not working. My issue with the contributor parameter. Server says. contributor.0.id is required & contributor.0.role is required and so on for remaining items in the list. Server reads that there is a contributor array and it has items but he can't extract it for some reason. Any help please? @Multipart @POST("project/create") fun createProject( @Header("Authorization") token: String, @Part("title") title: String,