Requests
URL Encoding
curl 'https://api.impact.com/Advertisers/<AccountSID>/Actions' \
-X POST \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'OrderId=MyTestOrderId'Method Overloading
curl 'https://api.impact.com/Advertisers/<AccountSID>/Actions/ActionId=1017.3295.188200' \
-d '_method=DELETE' \
-G