I am trying to make a post rest call to my service. My sample input json file is,
{ "$id": "1", "description": "sfdasd" }
I have one csv file which contain a bunch of id and description, So is there a option where I can convert csv file to json objects and pass them to post call?