{
  "openapi": "3.0.0",
  "info": {
    "title": "Expert Borne Recharge API",
    "version": "1.0.0"
  },
  "paths": {
    "/api/leads/public": {
      "post": {
        "summary": "Submit lead for EV charger installation",
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "Success"
          }
        }
      }
    }
  },
  "externalDocs": {
    "description": "Full documentation, guides, and installer network details",
    "url": "https://expertbornerecharge.com/guides"
  }
}