{
"pageNum": "1",
"appkey": "{{APPKEY}}",
"timestamp": 1787775642,
"nonce": 49890,
"sign": "{{SIGN}}",
"eids": "1111111111111111111111111111111,222222222222222222222222222"
}curl --location 'https://oapi.eiotclub.com/api/v3/cloudesim/list' \
--header 'Content-Type: application/json' \
--data '{
"pageNum": "1",
"appkey": "",
"timestamp": 1787775642,
"nonce": 49890,
"sign": "",
"eids": "1111111111111111111111111111111,222222222222222222222222222"
}'{
"code": "6",
"message": "consectetur Excepteur irure tempor officia",
"data": {
"cardInfoList": [
{
"eid": "68",
"activateDate": "2025-02-23",
"cardStatus": "ACTIVATED_NAME",
"currentPkgRemainBytes": 34,
"currentPkgUsedBytes": 69,
"currentPkgTotalBytes": 96,
"totalFlowBytes": 66,
"remainFlowBytes": 87,
"expectedEndDate": "2024-11-28",
"productCode": "85",
"packageEndDate": "2026-02-01",
"packageCode": "23",
"packageType": 5,
"packageName": "www"
},
{
"eid": "24",
"activateDate": "2024-11-20",
"cardStatus": "ACTIVATED_NAME",
"currentPkgRemainBytes": 8,
"currentPkgUsedBytes": 40,
"currentPkgTotalBytes": 81,
"totalFlowBytes": 45,
"remainFlowBytes": 73,
"expectedEndDate": "2026-08-01",
"productCode": "30",
"packageEndDate": "2024-11-15",
"packageCode": "14",
"packageType": 60,
"packageName": "www"
}
],
"totalPage": 1
}
}