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