Authorization: Bearer ********************{
"currentPassword": "string",
"newPassword": "string"
}curl --location --request POST '/api/services/app/user/changePassword' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"currentPassword": "string",
"newPassword": "string"
}'true