The sample JSON I use for stub
{
"request": {
...
"bodyPatterns" : [ {
"equalToJson" : "{ \"id\": abc123 }",
"ignoreArrayOrder" : true,
"ignoreExtraElements" : true
} ]
...
},
here the id is a dynamic value, so in this case, how can I do the request matching in wire mock