Last updated 3 months ago
OK
const response = await fetch('/api/public/portal/agency/reseller', { method: 'GET', headers: {}, }); const data = await response.json();