var response = ZennoPoster.HTTP.Request(
ZennoLab.InterfacesLibrary.Enums.Http.HttpMethod.DELETE,
$"http://localhost:8160/v1/browser_instances/{project.Variables["ProfileWorkID"].Value}?workspaceId=-1",
"",
"application/json",
"",
"utf-8",
ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.BodyOnly,
20000,
"",
"",
true,
5,
new []
{
$"Api-Token: {Api}"
}
);