Forget Password Email to receive data from the Forget Password Request API

System Information
  • Strapi Version: 4.2.0
  • Operating System: Debian
  • Database: SQL
  • Node Version: v16.15.1
  • NPM Version: 8.11.0
  • Yarn Version:

Hi there,
Mine forget Password URL Changes variably which I can send in the Body of the Forget Password Request.

{
    "email":"hasaan.ch.13@gmail.com",
    "URL TO BE CHANGED IN TEMPLATE":"http://127.0.0.1:8080/hasaan/reset_pass/"
}

I want to change the Template of Forget Password with the data I sent in the Body of Forget Password POST Request.
Is there a convenient method to do that?