Recently I configured data mask using maskconfiguration as shown below.
<MaskDataConfiguration name="default">
<JSONPathsRequest>
<JSONPathRequest>$.PropertyName</JSONPathRequest>
</JSONPathsRequest>
</MaskDataConfiguration>
I found that that this is case sensitive configuration. i.e. the mask would not effect the request below.
{"propertyName":"propertyValue"}
Is there a way to configure data mask which is case agnostic?