Subscriber information
email
OK
const response = await fetch('//api.client.nbcgate.tech/api/subscribe/info/{email}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "email": "text", "info": [ { "country": "text", "isActiv": false, "subscribedDate": "text", "synchronization": false } ] }