curl --location --request POST 'https://api-demo.hybridmlm.io/rest/api' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'purpose="getWalletList"'{
"status": true,
"data": {
"wallets": [
{
"wallet_id": 50,
"name": "E-Wallet",
"slug": "Wallet-Ewallet"
}
]
},
"message": {
"success": "Success"
}
}