superuser = await fastapi_users.create_user( UserCreate( email="king.arthur@camelot.bt", password="guinevere", is_superuser=True, ) )