in src/backend/app.py [0:0]
def get_user(user_id: int): for user in users: if int(user["id"]) == int(user_id): return user