POST http://127.0.0.1:12368/profiles/start/:id
curl -X POST http://127.0.0.1:12368/profiles/start/615d6c4b2a151505fe6ba060
const hidemyacc = new Hidemyacc();
const user = await hidemyacc.start("615d6c4b2a151505fe6ba060");
HTTP/1.1 200 OK
{
"code": 1,
"data": {
"port": 22881,
"wsUrl": "ws://127.0.0.1:22881/devtools/browser/bb79645f-eb15-441e-811d-c38b36a13111"
}
}
HTTP/1.1 401 Not Authenticated
{
"code": 0,
"message": "Unauthorized",
"data": {}
}