curl -X POST https://app.router.so/api/endpoints/{endpointId} \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"name": "John Doe"}'
{ "id": "lead_123456", "name": "John Doe", "createdAt": "2023-04-01T12:00:00Z" }
Create a new lead for a specific endpoint
Authorization: Bearer YOUR_API_KEY