Forgot password api doesn't return anything, it represents pending

I am going to implement forgot password features in Vue.js & Strapi application.
I made a request to forgot password Strapi API. But getting pending, no response.

My code is following
image

How can I fix it?

I configured forgot password for public user in Strapi Admin Panel. But getting pending.

Once you hit the endpoint it should send you an email

Unfortunately, it doesn’t work.

That would mean that your email provider config is not correct does the test email send?