Does anyone know the correct pattern for handling 409 conflicts when bulk-creating users via the Python SDK? I am parsing a CSV in Python 3.10 and calling api_instance.post_users(user_settings). The loop fails immediately if an email exists. How should I structure the error handling to skip duplicates without stopping the entire batch process?