@app.get("/students/") async def get_students(skip: int = 0, limit: int = 10): .... ....