Find and return a list of all available categories.
OK
const response = await fetch('api.rair.market/api/files/categories', { method: 'GET', headers: {}, }); const data = await response.json();