I'm trying to send a list of objects to my server with Postman. However, I can't find information about how to send images in Postman using the Raw option. I'm thinking of trying something like this:
[
{
"name": "image1",
"file": "(i don't know what to type here)"
},
{
"name": "image2",
"file": "(i don't know what to type here)"
}
]
Any help will be highly appreciated.