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