HttpEntity Data Type

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

Example

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