Authorization: Bearer ********************
curl --location --request GET 'https://www.prossl.vip/api/domain/analysis/lists?domain_id&page&pageSize' \ --header 'Authorization: Bearer ZmQyZWQxMzEtMmM5Mi00NzI5LTg1YmMtMmE4Y2FjODFkYTI4'
{ "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 } }