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