upload image and send in body like this json format in rest api
{
"image": "string",
"gallery_image": [
"a.jpg",
"b.jpg"
],
}
side panel look like this
and i have to send gallery_image as file format not as base64

this is the payload of that rest api..
can anybody help me regarding this !