{
  "name": "DTCC Process",
  "active": false,
  "nodes": [
    {
      "parameters": {
        "path": "trigger-dtcc",
        "options": {},
        "responseMode": "lastNode",
        "responseData": "allEntries",
        "authentication": "none",
        "httpMethod": "POST"
      },
      "id": "webhook-node-1",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://localhost:8000/process",
        "sendBody": true,
        "jsonParameters": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "config",
              "value": "={{ $json }}"
            }
          ]
        },
        "options": {},
        "responseFormat": "json"
      },
      "id": "http-node-1",
      "name": "DTCC API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        450,
        300
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "DTCC API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}