I want to send array via postman in POST request. I want to send data like this
{ "users": [1, 2] }
I read this post Is it possibl