Closed
    
      
 
  
  
  
Connect Rest Custom Header in JSON Format
I have a requirement to call a Rest API that requires custom headers to be passed in a json format, I'm using version 7.2. Can anyone suggest how this can be achieved. Header will be in a format similar to that below
{
   "knownIde": [
    {
      "type": "custID",
      "id": "342342342",
      "actor": "customer"
    },
    {
      "type": "web",
      "id": "43436",
      "actor": "customer"
    },
    {
      "type": "Employee",
      "id": "03545644846",
      "actor": "Employee"
    }
  ]