string str = project.Variables["data"].Value;
string url = project.Variables["url"].Value;
var resultHttpPost = ZennoPoster.HttpPost(url, str, "application/json", "", "utf-8", ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.HeaderAndBody, 30000, "", "", true, 5, new[] { "apiKey=" });
return resultHttpPost;