Hi
IN below codeinstead of Hardcode i want to pass email & password thru variables
var body = @"{" + "\n" + @" ""email"" : ""[email protected]""," + "\n" + @" ""password"" : ""T!""" + "\n" + @"}";
Thanks