Rotating data details can be queried via API
Path: /ip/open-api/residential-data
Method: GET
Parameter description:
| Parameter name | Is it necessary | Example | Remarks | Usage scenarios | 
| account | no | ABC2000 | auth user of proxy user,e.g. `ABC2000` of `customer-ABC2000` | default auth user is Main auth user | 
Interface description: Residential data info
Return data:
{
    "data": {
        "query_time": "1724055635",
        "expire_time": "1726644469",
        "total_mb": "644981.47",
        "remain_mb": "431955.06"
    },
    "code": 0,
    "msg": "Success"
}
Field description:
| query_time | Query timestamp. | 
| expire_time | Expire timestamp for plan. | 
| total_mb | Total traffic of plan.Unit is MB. | 
| remain_mb | Remain traffic of plan. Unit is MB. | 
