I'd like to bulk import a large number of emails and password hashes into our managed service, and I had a couple questions:
0. Is
https://supertokens.com/docs/thirdpartyemailpassword/migration/account-creation/user-creation the best method to use?
1. I don't want to clobber any passwords that have already been set or any accounts that have been recreated via a third-party provider, so what's the best way to skip existing accounts?
2. At what rate can I safely call /recipe/user/passwordhash/import?
3. Can I import more than one password hash at once, or do I have to make a separate API call for each user?
4. Is there a way to programmatically trigger the email verification flow?