{
    "application": "FakeBuyer",
    "version": "1.0.0",
    "description": "Simple Buyer API Simulator for Lead Distribution Testing",
    "endpoints": {
        "POST \/fakebuyer\/ping": "Simulate ping request (bid acceptance)",
        "POST \/fakebuyer\/post": "Simulate post request (lead delivery)",
        "POST \/fakebuyer\/direct_post": "Simulate direct post (no ping)",
        "GET \/fakebuyer\/logs": "View request\/response logs"
    },
    "status": "running"
}