{
  "nodes": [
    {
      "parameters": {
        "url": "https://api.docpenny.com/api/jobs",
        "authentication": "headerAuth",
        "method": "POST",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "x-api-key",
              "value": "YOUR_API_KEY"
            }
          ]
        },
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "{\n  \"templateId\": \"{{ $node[\"Init\"].json[\"templateId\"] }}\",\n  \"data\": {{ $node[\"Init\"].json[\"data\"] }}\n}",
        "options": {}
      },
      "name": "Generate PDF",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.1,
      "position": [450, 300]
    }
  ],
  "connections": {}
}
