List all files under a specific category.
OK
const response = await fetch('api.rair.market/api/files/byCategory/{id}', { method: 'GET', headers: {}, }); const data = await response.json();