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

26 lines
302 B
Plaintext

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
}