Get Featured Collection
OK
const response = await fetch('api.rair.market/api/settings/featured', { method: 'GET', headers: {}, }); const data = await response.json();