curl --location --request GET '/ent/client/contract/list_statistics' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"total": 0,
"concern": 0,
"not_signed": 0,
"signed": 0,
"void_signed": 0,
"expired": 0,
"urgent_renewal": 0,
"cost_expired": 0
},
"tips": 0
}