curl --location --request POST 'https://api-demo.hybridmlm.io/rest/api' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'purpose="getPayoutWallets"'{
"status": true,
"data": {
"walletDetails": [
{
"walletId": 50,
"walletName": "E-Wallet"
}
]
},
"message": {
"success": [
"success"
]
}
}