{
  "name": "AAU API — Credential Test",
  "nodes": [
    {
      "parameters": {},
      "id": "b8f3a9c1-2e7d-4b3a-9f1c-d2a8e6b4c1a5",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [240, 300]
    },
    {
      "parameters": {
        "url": "https://agency.gary.club/api/public/v1/me",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "options": {}
      },
      "id": "e3d7b2a4-9c5f-4a8e-b1d6-7f3a9c8e2b4d",
      "name": "Who am I?",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [480, 300]
    },
    {
      "parameters": {
        "url": "https://agency.gary.club/api/public/v1/crm/contacts",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendQuery": true,
        "queryParameters": {
          "parameters": [
            { "name": "limit", "value": "1" }
          ]
        },
        "options": {}
      },
      "id": "f1a8c3b6-4d2e-4c7a-9b5f-8e3d1a6c4b9e",
      "name": "List 1 Contact",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [720, 300]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [[{ "node": "Who am I?", "type": "main", "index": 0 }]]
    },
    "Who am I?": {
      "main": [[{ "node": "List 1 Contact", "type": "main", "index": 0 }]]
    }
  },
  "active": false,
  "settings": { "executionOrder": "v1" },
  "tags": []
}
