fetch("http://localhost:3001/v1.0/browser_profiles/369184254/start?dpr=1&mainWebsite=&plan=free&screenWidth=1920&screenHeight=1080&transfer=0&automation=1&headless=true", {
"headers": {
"accept": "*/*",
"authorization": "Bearer ",
"sec-ch-ua": "\"Not_A Brand\";v=\"8\", \"Chromium\";v=\"120\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "cross-site"
},
"referrerPolicy": "strict-origin-when-cross-origin",
"body": null,
"method": "GET",
"mode": "cors",
"credentials": "include"
});