https://linen.dev logo
#help
Title
s

Sreedhar Singaraju

05/05/2023, 4:45 AM
Copy code
{
  "request": {
    "method": "GET",
    "urlPattern": "/getbalance"
  },
  "response": {
    "status": 404,
    "jsonBody": {
      "status": "Error",
      "message": "Endpoint not found"
    },
    "headers": {
      "Content-Type": "application/json"
    }
  }
}