{
"appkey": "{{APPKEY}}",
"timestamp": "{{TIMESTAMP}}",
"nonce": 67958,
"sign": "{{SIGN}}",
"iccid": "89000123456789013802"
}curl --location 'https://oapi.eiotclub.com/api/v3/card/getCardsInfo' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": "",
"nonce": 67958,
"sign": "",
"iccid": "89000123456789013802"
}'{
"code": "200",
"data": {
"activateDate": "2024-01-08 15:05:19",
"cardStatus": "NON_ACTIVATED_NAME",
"dataFlow": 410,
"eid": "",
"iccid": "89852240400014306175",
"imei": "356731102212126",
"imeiPoolStatus": 0,
"imeiPoolUnlockCount": 0,
"imsi": "454030226105036",
"isIMEIPool": 0,
"isRealName": 1,
"memo": "abc",
"monthRemainFlow": 20,
"monthUseFlow": 0,
"network": "",
"packageCode": "GJ-LLB-20M-360D-LTCSCP-2022102899F1E1EF",
"packageKind": 0,
"productCode": "1GJDXLLBCP20210204105313",
"remainFlow": 410,
"remainFlowType": 0,
"totalUseFlow": 402.77
},
"message": "success"
}