string str = project.Variables["tokenKey"].Value;
string dt = project.Variables["getData"].Value;
string api = project.Variables["api"].Value;
var httpGet = ZennoPoster.HttpGet(
"api+dt+"/"+dt,
"",
"UTF-8",
ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.BodyOnly,
999999999,
"",
"",
false,
0, AdditionalHeaders: new []{
"Cache-control:no-cache",
"Accept:application/x-www-form-urlencoded",
"Connection:Keep-Alive",
"Keep-Alive:timeout=5, max=100",
"Authorization: Bearer "+str});
return httpGet;