Trigger a new call to a customer using their phone number and associated invoice.
This endpoint initiates a call to the specified phone number and associates it
with the given invoice. The call will be handled by the configured voice
agent.
{ "success": false, "error": { "code": "VALIDATION_ERROR", "message": "Invalid phone number format", "details": "Phone number must be in E.164 format (e.g., +1234567890)" }, "meta": { "timestamp": "2024-01-15T10:30:00Z", "request_id": "req_123456789" }}
{ "success": false, "error": { "code": "RATE_LIMITED", "message": "Too many call requests. Please wait before making another call." }, "meta": { "timestamp": "2024-01-15T10:30:00Z", "request_id": "req_123456789" }}