using (var reader = new StreamReader(Request.Body))
{
var body =await reader.ReadToEndAsync();
Console.WriteLine(body);
}