curl -X POST "https://api.buena.ai/api/v2/leads" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"firstName": "Jane",
"lastName": "Smith",
"email": "[email protected]",
"company": "Startup Inc",
"title": "CEO",
"industry": "Technology",
"location": "San Francisco, CA",
"source": "referral",
"tags": ["hot-lead", "enterprise", "decision-maker"],
"customFields": {
"companySize": "50-100",
"budget": "100k+",
"timeline": "Q2 2024"
}
}'