curl -X POST 'https://app.reddy.io/api/v1/call/stop' \
-H 'Authorization: Bearer your_api_key' \
-H 'Content-Type: application/json' \
-d '{
"conversation_id": "12345",
"agent_email": "agent@company.com",
"metadata": {
"call_duration": 300,
"resolution": "resolved"
}
}'