curl -X POST "https://api.leavo.ai/ai/process" \ -H "Authorization: Bearer your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "tenant_id": "your_tenant_id", "lead_id": "lead_id", "role": "user", "content": "Hello, I would like to know more about the product", "message_type": "text", "debounce": true, "postback_url": "https://your-webhook.com/callback" }'