Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
✅ Add docs for password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Nov 30, 2020
1 parent eb98a1f commit f1e95a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions http/reset-password.http
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@baseUrl = http://localhost:3000/v1

POST {{baseUrl}}/auth/reset-password
content-type: application/json

{
"token": "{{$dotenv PASSWORD_RESET_TOKEN}}",
"password": "{{$dotenv HTTP_TEST_PASSWORD}}"
}

0 comments on commit f1e95a5

Please sign in to comment.