79103863

Date: 2024-10-18 22:43:49
Score: 1.5
Natty:
Report link

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

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Dallin Stirling