curl --request POST \
--url https://api.cleartalk.ai/callback/immediate-call \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phone": "+13333333333",
"agent_id": 2
}
'curl --request POST \
--url https://api.cleartalk.ai/callback/immediate-call \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"phone": "+13333333333",
"agent_id": 2
}
'