{
  "info": {
    "_postman_id": "b9b55b54-ecce-4fd6-947a-1a7d229840b1",
    "name": "Defiant Law Lead Intake API",
    "description": "Approved referral-partner collection. Set the leadEndpoint collection variable to the complete SAS-signed Power Automate endpoint supplied securely by Defiant Law.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "leadEndpoint",
      "value": "https://PARTNER-SPECIFIC-POWER-AUTOMATE-ENDPOINT",
      "type": "secret"
    }
  ],
  "item": [
    {
      "name": "Create Lead",
      "request": {
        "method": "POST",
        "header": [
          { "key": "Content-Type", "value": "application/json", "type": "text" },
          { "key": "Accept", "value": "application/json", "type": "text" }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"externalLeadId\": \"LGT-123456\",\n  \"firstName\": \"John\",\n  \"lastName\": \"Doe\",\n  \"phone\": \"9095551234\",\n  \"email\": \"john.doe@example.com\",\n  \"state\": \"CA\",\n  \"bestTime\": \"Afternoon\",\n  \"preferredLanguage\": \"English\",\n  \"campaign\": \"California Solar Campaign\",\n  \"notes\": \"Customer requested an afternoon callback.\",\n  \"submittedAt\": \"2026-07-27T21:30:00Z\"\n}",
          "options": { "raw": { "language": "json" } }
        },
        "url": "{{leadEndpoint}}",
        "description": "Creates one referral lead. The complete endpoint URL is the SAS credential and must remain confidential."
      },
      "response": []
    }
  ]
}
