from fastapi import APIRouter router = APIRouter() @router.get("/") def get_plan(): return {"mensaje": "Plan actual del usuario"}