Get country
curl -L \ --url 'http://api.client.nbcgate.tech//api/country/id/{id}' \ --header 'Authorization: YOUR_API_KEY'
{ "code": "text", "id": 1, "name": "text", "presence": true, "sepaAvailable": true }