curl --location --request GET 'http://hy-register:9999/veteran/user/preference/query/statistics?search=&startTime=&endTime=' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": null,
"data": {
"policyInformation": [],
"activityInformation": [],
"entrepreneurshipInformation": [
{
"informationTypeName": "xx",
"total": "2",
"type": 2,
"informationType": 1
}
]
}
}