curl --location --request POST 'https://api-demo.hybridmlm.io/rest/api' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'purpose="forgetTransactionPassword"' \
--form 'params[wallet_id]="50"'{
"status": true,
"data": {},
"message": {
"success": [
"New Password has been send to your email!!! "
]
}
}