recipe-backend/bruno/recipe-backend/UserRestPoint/changePassword.bru

22 lines
261 B
Text

meta {
name: changePassword
type: http
seq: 8
}
post {
url: {{url}}/user/change-password
body: json
auth: inherit
}
body:json {
{
"userId": "9c913747-ba57-4b12-87d0-3339f4a8117c",
"password": "test"
}
}
settings {
encodeUrl: true
}