curl --location --request GET '/ent/client/bill/renew_census/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": [
{
"date": "string",
"end_date": "string",
"cate_id": 0,
"cid": 0,
"renew_status": 0,
"renew": {
"title": "string",
"id": 0
}
}
]
}