curl --location --request GET '/ent/client/bill/contract_statistics/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"payment_price": "string",
"unpaid_price": "string",
"expense_price": "string"
}
}