curl -X POST 'https://app.reddy.io/api/v1/call/start' \
-H 'Authorization: Bearer your_api_key' \
-H 'Content-Type: application/json' \
-d '{
"conversation_id": "12345",
"agent_email": "agent@company.com",
"metadata": {
"source": "inbound",
"queue": "support"
}
}'