Formatting parameters for C# HttpClient.PostAsJsonAsync
I don't have experience with REST APIs but I inherited one that I need to develop a C# .NET Framework 4.71-based client for. I figured out how to invoke commands that don't need parameters. For example, I found this definition…