feat: api users change password endpoint

This commit is contained in:
2025-12-30 10:55:46 +00:00
parent 3d23627433
commit 54b4fc7cb1
4 changed files with 48 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ post {
body:json {
{
"email":"a1@mail.pt",
"email":"p[email protected]",
"password":"123"
}
}