Edit the JSON body POST /api/users would receive. Toggle between this week's two real create_user() implementations and watch which fields survive into the stored user.
POST /api/users
create_user()
vulnerable_api.py
user.update(body)
solution_api.py