```{ "request": { "method": "POST", "url...
# wiremock-java
m
Copy code
{
  "request": {
    "method": "POST",
    "urlPattern": "/boarding/paymentmethod/([A-Z]{3,50})/merchantBoarding",
    "bodyPatterns": [
      {
        "matchesJsonPath": "\"$[?(@.name == 'test')]"
      }
    ]
  },
  "response": {
    "status": 200
  }
}