It looks like the request you're sending through Postman is a GraphQL request. Are you certain that the API to which you're sending data is expecting it in JSON? There is a GraphQL package for .NET can add with:
dotnet add package GraphQL
here is the documentation for their tool: https://graphql-dotnet.github.io