In my ASP.NET Core API (C# 9, .NET 5) I have a simple POST method that works as expected. Now I\'m trying to add XSRF protection. The post is always returning a 400 now.