Reset Password token check

System Information
  • Strapi Version: 3.6.2
  • Operating System: Ubuntu
  • Database: MySql
  • Node Version: 14.16.1
  • NPM Version: 6.14.12
  • Yarn Version: 1.22.5

So I was wondering if there is a way to check via the api request if the token exists, prior to running the request to reset a password?

I think it will be useful if upon loading the reset password page for the frontend user, to check if the token they are trying to use before a reset-password request is sent is in fact the latest token sent via email to the user (in case the user requested multiple times their password reset token, and since the mail server wasn’t responding fast enough to their liking, they went ahead and requested to use the forgot password again.)