curl --location 'https://api.zid.sa//v1/customer-wallets/analytics/' \
--header 'Store-Id: 123456' \
--header 'X-manager-Token: {{Access-Token}}'{
"outstanding_balance": {
"amount": 12500.5,
"currency": "SAR"
},
"cashback_rewarded": {
"amount": 3500.75,
"customer_count": 245,
"currency": "SAR"
},
"wallet_redeemed": {
"amount": 2100.25,
"customer_count": 180,
"currency": "SAR"
},
"cashback_roi": {
"ratio": 4.25,
"revenue": 14875.5,
"cashback_rewarded": 3500.75,
"currency": "SAR"
}
}