Get country
OK
const response = await fetch('//api.client.nbcgate.tech/api/country/id/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": "text", "id": 0, "name": "text", "presence": false, "sepaAvailable": false }