We write our first request handler using the UserCreate and UserBase schema defined above. @app.post("/api/users", response_model=schemas.User) def signup ...
確定! 回上一頁