[
{
“id”: "string",
"images": [
null
],
"quantity": 0,
“description": "string"
},
{
“id”: "string",
"images": [
null
],
"quantity": 0,
“description": "string"
}
]
How can we send the object (like above) using Multipart request in Retrofit. Thank you in advance. i.e an array of objects having images list in it.