Visual Studio Code – The parameter being received in my POST method is always null
I have two projects running in Visual Studio, one on .NET 6 and one on .NET 8. The .NET 6 one is sending a POST request to the .NET 8 one, but the single parameter of the .NET 8 method…