HttpEntity Data Type

Properties
name data type constraints description
headers map of array of string  
body object required

Example

{
  "headers" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  },
  "body" : { }
}