Server is running.
/incoming-call (POST) - Twilio webhook/outbound-call (POST) - Make a call/call-status (POST) - Status callback
curl -X POST http://localhost:8000/outbound-call \
-H "Content-Type: application/json" \
-d '{"to": "+1234567890"}'