def echo(self, text): return {"echo": text}
def handler(self, name, age=18): return {"msg": f"hello {name}, age {age}"}