ASP.NET 3.0. Date in seconds cannot be converted from JSON to System.Date within POST request – Telegram API
I want to test my POST endpoint with simple request with JSON in its body. I have an ASP.NET Core 3.0 project with one single controller and one endpoint inside it. I created empty ASP.NET Core project primarily. Then I…