An example to show how does content-filter work
npm install content-filter-examplenpm install node app
curl -X PUT -H "Content-Type: application/json" -H "Cache-Control: no-cache" -d '{
"something": "the value of something key",
"$*malicous": "test"
}' "http://localhost:1337/"
`
And read the code of
app.js` file