How to parse json from POST body and use it as params in a blazor server controller?
Is it possible to implement follow: I have a controller, that contains several methods and using as API. For GET requests I can just send params in url query and use it in a method body, but for POST method…