testEvolution found at: 60713 Lines around: function testEvolution() { const number = document.getElementById('evoTestNumber').value; if (!number) { alert('Ingresa un nĂºmero de prueba'); return; } document.getElementById('evoResult').innerHTML = '
Enviando mensaje...
'; fetch('/api/evolution-send', { method: 'POST', headers: { 'Content-Type': 'application/json' },