curl --location --request PATCH 'http://localhost:8080/api/v1/users/me/password' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "a6%mbMwIG2wA",
"newPassword": "MyRealSecurePassword123!"
}'{}