from fastapi import APIRouter router = APIRouter() @router.post("/") def init(): return