There is one API which accepts data in below format, I want to test this API through postman but not sure how to send data in below format in Postman. I tried multiple things in postman but API is not accepting request.
[
{
"firstName":"",
"age":1,
"image":"This should be actual image"
},
{
"firstName":"",
"age":1,
"image":"This should be actual image"
},
{
"firstName":"",
"age":1,
"image":"This should be actual image"
}
]

