The matching countries
Search among the countries by their code (cc2, ccn3, cca3, cioc)
const countries = await searchByCode('usa');
const countries = await searchByCode(['usa', 'gb'])
const countries = await searchByCode('usa', { fields: ['name', 'capital'] });
The code(s) to search for