How do I programmatically add parameters to a POST request
For example i want to make a call with a different number of params
paramA=1¶mB=1
paramA=1& paramB=2¶mC=3
where the actual number of parameters could be different and there could be a large number of them