/v2/_calls
Initiate an outbound call.
Request Body:
phone_number(string, required) - Phone number in E.164 formatagent_id(string, required) - ID of the AI agent to handle the callcustomer_name(string, optional) - Name of the person being calledcall_purpose(string, optional) - Purpose or reason for the call
- 200: Call initiated successfully
- 400: Invalid request parameters
- 401: Unauthorized

