feat(auth): signupm, forgot passowrd, reset password all added
This commit is contained in:
25
LogisticsSupportTool_API_DOCS/app/auth/Resetpassword.bru
Normal file
25
LogisticsSupportTool_API_DOCS/app/auth/Resetpassword.bru
Normal file
@@ -0,0 +1,25 @@
|
||||
meta {
|
||||
name: Resetpassword
|
||||
type: http
|
||||
seq: 11
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:4200/api/auth/reset-password/gCo7OUP6CH2Qu7obhvOrhuo9?callbackURL
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
callbackURL:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"newPassword": "nova0511"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user