curl --location --request POST 'https://api-demo.hybridmlm.io/rest/api' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'purpose="getBalance"' \
--form 'params[wallet_id]="50"'{
"status": true,
"data": {
"totalBalance": "$164.40"
},
"message": {
"success": "true"
}
}