recipe-backend/bruno/recipe-backend/UserPoint/changePassword.bru
2026-02-21 08:28:15 +01:00

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
}