I am using below post api in c# -
public HttpResponseMessage Post(FormDataCollection value) { //body }
Now, I am calling this api from po