from fastapi import APIRouter router = APIRouter( prefix="/ticket", tags=['ticket'] )