app = FastAPI()
feat: implement user authentication and authorization
oauth2_scheme = OAuth2PasswordBearer(tokenUrl="login")