Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: password-request
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/password/request
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": "bernard@devscast.tech"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user