Currently I am converting LINE with bot framework application to ASP.NET Core, implement the same controller
[HttpPost] public async Task<ActionResult> Post([FromBody] HttpRequestMessage request)
But when I test webhook, HttpRequestMessage does not have any data. Can anyone help?