post https://api.flextract.dev/api/webhooks/twilio/call-status/
Webhook endpoint for Twilio to send call status updates.
This endpoint receives POST requests from Twilio when a call's status changes
and updates the corresponding PhoneCall record in our database.
The endpoint expects Twilio's standard callback parameters, with CallSid and
CallStatus being required.