I would like to send array of id's via postman
I looked on to above thread, for me array[] /array[0] didn't work out,
using same key with different value worked for me.
But I am not able to send single element in array or an empty array.
I see it in req.body as a string of characters
So how should I send it?