List all users. Admin access required.
OK
const response = await fetch('api.rair.market/api/users/list', { method: 'GET', headers: {}, }); const data = await response.json();