curl --request POST \
--url https://api.osvi.ai/call \
--header 'API-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"agent_uuid": "agent_IsxxxxSf_60EhxxxxMGbz-Rxxg",
"phone_number": "98xxxx7890",
"country_code": "IN",
"system_prompt": "",
"webhook_url": "http://<your domain>/webhook",
"person_name": "John Doe",
"additional_data": {
"questions": "<custom questions agent should ask>"
}
}
'