curl --location --request POST 'https://api.dev.opensylo.com/api/merchants/auth/change-password' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentPassword": "CurrentPass123!",
"newPassword": "NewSecurePass456!"
}'{
"success": true,
"message": "Operation completed successfully"
}