Files
lst/LogisticsSupportTool_API_DOCS/app/auth/Request Resetpassword.bru

22 lines
237 B
Plaintext

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
}