const res = await fetch('subscribe.php',{method:'POST',headers:{'Content-Type':'application/json'},body:JSON.stringify({email,name:'Investor',source:'CRN India'})});