cmr-x-api-key: ********************curl --location 'https://customers.coldmailreseller.com/api/v1/integration/wallet/get-balance' \
--header 'cmr-x-api-key: <api-key>'{
"status": 200,
"message": "Wallet balance fetched successfully",
"data": {
"balance": 3334.95,
"autoRecharge": true,
"autoRechargeAmount": 5000,
"threshold": 1000
}
}