{
"alias": "string",
"created_at": [
"string"
],
"page": "1",
"page_size": "20"
}
curl --location --request POST 'https://www.quma.cn/api/index/statistics/list' \
--header 'AppId;' \
--header 'AppSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "string",
"created_at": [
"string"
],
"page": "1",
"page_size": "20"
}'
{
"list": [
{
"ip": "string",
"country": "string",
"province": "string",
"province_code": 0,
"city": "string",
"city_code": 0,
"referer": "string",
"os": "string",
"browser": "string",
"device": "string",
"network": "string",
"created_at": 0
}
],
"total": 0
}