Disable GraphQL Content Type Enforcement

Due to security requirements, from R25-2 all requests to the TOS GraphQL API must include the content type in the header: application/json or application/graphql.

This feature is enabled by default for new installations. You can disable it with the following command:

tos config set -s synchronizer-service -p graphql.enforceContentTypeHeader=false -f
tos config set -s synchronizer-service -p graphql.enforceContentTypeHeader=false -f