Versions Compared

Key

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

...

Data Models:   UsersTokens

 

Workflow: %Link to Architecture Page%

...

Code Block
languagebash
titleCalling forgotPassword Forgot Password API
 > CURL -X GET http://127.0.0.1:4000/forgotPassword?username=john

...

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