is there any way to create folders in the dashboard where all workers and pages are listed so to gro
is there any way to create folders in the dashboard where all workers and pages are listed so to group them by projects?



const params = {
url,
};
const queryString = new URLSearchParams(params).toString();
fetch(`https://app.scrapingbee.com/api/v1/?${queryString}`);