My question:
We are using the Uno developer APIs for QA hiring purpose but we observed hash issues, who we will create the hash in the API.
End Point: https://auth.mattel163.com/account_v2/public/api/v1/account/login/mail
Error occurred and says
I found something from google but not exact the same
- hash - a md5 digest of the ts parameter, your private key and your public key (e.g. md5(user_name+password+app_id)
CryptoJS.MD5(user_name+password+app_id)

Could someone please let me know I can create hash?