Password Reset Using JWT spring security

Hello! I’m working on a web application using angular on frontend, JWT tokens and Spring Boot microservices on the backend. One of my microservices handles security-related functionality with Spring Security. I am looking to implement “Password Reset” functionality, however I’m looking for a guide to follow.

Thank you in advance