curl --request POST \
--url https://api.eqho.ai/v1/webhooks/call-lead-now \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"lead_id": "<string>",
"lead_list_ids": [
"<string>"
],
"conversation_medium": "web_voice",
"recall_threshold_in_seconds": 123
}'