Completing the account verification flow consists of:
- Creating a temporary account verification request code with an email during account creation -> cached to Redis.
- Sending the corresponding email code through the prescribed mailersend template.
- Handling successful/failed code inputs via a new use-case.