Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleCalling forgotPassword API Call
 > CURL -X POST http://127.0.0.1:4000/forgotPassword?username=john

...

Code Block
languagejs
titleforgotPassword API Responseresponse
{
	"result": true,
	"data": "819b0aed-edd8-47d5-ada0-9e5f93cb8248"
}