{
"appkey": "{{APPKEY}}",
"timestamp": "{{TIMESTAMP}}",
"nonce": 95977,
"sign": "{{SIGN}}",
"iccid": "89852000261098750306",
"pool_object_id": 385
}curl --location 'https://oapi.eiotclub.com/api/v3/pool/pkg/list' \
--header 'Content-Type: application/json' \
--data '{
"appkey": "",
"timestamp": "",
"nonce": 95977,
"sign": "",
"iccid": "89852000261098750306",
"pool_object_id": 385
}'{
"code": "string",
"message": "string",
"data": {
"list": [
{
"pool_type_code": "string",
"pool_lines": 0,
"total_active": 0,
"total_data": 0
}
]
}
}