Sends an HTTP request.
See HttpRequestSample.json. InputStateKey has the key name where the input object is found.
{ "sampleKey": { "url": "", "method": "yourText", "content": { "header": [ { "key": "yourText", "value": "yourText" } ] }, "header": [ { "key": "yourText", "value": "yourText" } ], "bodyPath": "$.yourStateKey", "bodyFile": "folder1/folder2/yourFile.txt", "outputFile": "folder1/folder2/yourFile.txt", "timeout": "10", "retryTimes": "10", "retryDelay": "10" } }