%
curl -X POST -H "Expect:" -H "Content-Type: application/json" -d ' {
"regex":"\\w+",
"testString":"bird is the word",
"flags":"g",
"delimiter":"@",
"flavor":"pcre",
"unitTests":[
{ "description":"testing ok festering not ok",
"criteria":"DOES_NOT_MATCH",
"target":"REGEX",
"testString":"festering" },