curl --location --request GET 'https://test-api.yunjishop.cn/member/app/userMessage/getUnreadCount'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"dzCount": 0,
"likeCount": 0,
"systemNotifyCount": 0,
"seenCount": 0
}
}