Authorization: Bearer ********************curl --location --request GET 'http://probill.local/api/domain/analysis/lists?domain_id&page&pageSize' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": "string",
"time": 0,
"data": {
"rows": [
{
"id": 0,
"sub": "string",
"type": "string",
"source": "string",
"create_time": "string",
"update_time": "string",
"ttl": 0,
"domain_id": 0,
"weight": 0,
"proxy": true
}
],
"total": 0,
"pageSize": 0,
"page": 0
}
}