{
    "name": "ZATCA Invoice Generator",
    "nodes": [
        {
            "parameters": {},
            "name": "Start",
            "type": "n8n-nodes-base.start",
            "typeVersion": 1,
            "position": [
                250,
                300
            ]
        },
        {
            "parameters": {
                "functionCode": "// ZATCA XML Generation Logic would go here"
            },
            "name": "Generate XML",
            "type": "n8n-nodes-base.function",
            "typeVersion": 1,
            "position": [
                450,
                300
            ]
        }
    ],
    "connections": {
        "Start": {
            "main": [
                [
                    {
                        "node": "Generate XML",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}