Export all users as a CSV file
OK
const response = await fetch('api.rair.market/api/users/export', { method: 'GET', headers: {}, }); const data = await response.json();