I developed an ASP.NET Core 3.1 Api and I always get the HTTP error 400 when testing it via POSTMAN.
When testing the API when is running in debug from Visual Studio, I get the error from POSTMAN while CURL command is getting an OK result.
I got the exact same result when running the API with the dotnet run command.
Is there something wrong with my POSTMAN configuration settings? Can someone help me fixing this issue please ?



