Authorization: ********************{
"pageNum": 0,
"pageSize": 0,
"cardStatus": 0,
"flowExpriedBeginTime": "string",
"flowExpriedDay": 0,
"flowExpriedEndTime": "string",
"netOpname": "string",
"buyChannel": "string",
"equipmentId": "string",
"equipmentType": 0,
"imsi": "string",
"iccid": "string",
"cardNo": "string"
}curl --location --request POST '/equipment/iotCard/queryIotCardByPage' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"cardStatus": 0,
"flowExpriedBeginTime": "string",
"flowExpriedDay": 0,
"flowExpriedEndTime": "string",
"netOpname": "string",
"buyChannel": "string",
"equipmentId": "string",
"equipmentType": 0,
"imsi": "string",
"iccid": "string",
"cardNo": "string"
}'{
"code": "string",
"msg": "string",
"data": {
"pageNum": 0,
"pageSize": 0,
"totalRow": 0,
"pageCount": 0,
"data": [
{
"activeTime": "2019-08-24T14:15:22Z",
"buyChannel": "string",
"cardExpriedTime": "2019-08-24T14:15:22Z",
"cardNo": "string",
"cardStatus": 0,
"equipmentId": "string",
"equipmentType": 0,
"flowExpriedTime": "2019-08-24T14:15:22Z",
"iccid": "string",
"id": 0,
"imsi": "string",
"leftFlow": "string",
"netOpname": "string",
"openCardTime": "2019-08-24T14:15:22Z",
"tenantId": "string",
"totalFlow": "string",
"usedFlow": "string"
}
]
},
"stackTraceMsg": "string"
}