feat(auth): signupm, forgot passowrd, reset password all added
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
meta {
|
||||
name: Request Resetpassword
|
||||
type: http
|
||||
seq: 10
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/lst/api/user/resetPassword
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "blake.matthes@alpla.com",
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
Reference in New Issue
Block a user