API Documentation:
Endpoint: POST /api/v1/lead
Headers: Content-Type: application/json
Body:
{
"token": "YOUR_TOKEN_HERE",
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]",
"phone": "+123456789",
"country": "USA",
"language": "en",
"funnel": "web",
"comment": "Lead comment"
}