{
  "request" : {
    "urlPath" : "/sniro/api/v2/placement",
    "method" : "POST"
  },
  "response" : {
    "status" : "202",
    "body": "{\"requestId\": \"1111-111-11\"}"
  },
  "postServeActions" : {
    "webhook" : {
      "headers" : {
        "Content-Type" : "application/json"
      },
      "method" : "POST",
      "base64Body" : "${base64_sniro_data}",
      "url" : "https://${sniro_ip}:8080/adapters/rest/SDNCNotify/SNIROResponse"
    }
  }
}