curl --location 'https://api.elaypay.app/api/v1/consumer/card-products/wallets/get' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Signature-Algorithm;' \
--header 'X-Workspace-Id;' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"cardWalletBizId": "CW_ABCDEF1234567890",
"ledgerBizId": "CWL_ABCDEF1234567890",
"refBizId": "CBGWO_ABCDEF1234567890"
}'{
"version": "string",
"timestamp": 0,
"success": true,
"code": "string",
"message": "string",
"data": {
"bizId": "CW_ABCDEF1234567890",
"cardBinGroupBizId": "CPG_ABCDEF1234567890",
"currency": {
"code": "ACTIVE",
"value": 35010102,
"label": "Active",
"scale": 2,
"isFiat": true,
"isStablecoin": false
},
"balanceAmount": 100000,
"amountScale": 2,
"version": 3,
"createdAt": 1713628800,
"updatedAt": 1713629600
}
}