curl --location --request POST 'https://snakk-backend-production.up.railway.app/api/calls//fix-recording' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recording_url": "audio/recordings/+4712345678/20251215T085648208Z.ogg"
}'{
"success": true,
"message": "Recording data fixed",
"call_id": "uuid",
"recording_url": "audio/recordings/+4712345678/20251215T085648208Z.ogg",
"recording_exists": true
}