{ "request": { "method": "GET", ...
# help
s
Copy code
{
  "request": {
    "method": "GET",
    "urlPattern": "/getbalance"
  },
  "response": {
    "status": 404,
    "jsonBody": {
      "status": "Error",
      "message": "Endpoint not found"
    },
    "headers": {
      "Content-Type": "application/json"
    }
  }
}