oauth2_scheme = OAuth2PasswordBearer(tokenUrl="login")

feat: implement user authentication and authorization

app = FastAPI()