curl --location --request GET 'https://openatom.atomgit.com/api/user/unreadCount' \ --header 'X-ATOMGIT-POP-TOKEN;' \ --header 'X-ATOMGIT-POP-COMMUNITY: openatom'
{ "code": 200, "msg": "成功", "data": { "announceCount": 2, "privateCount": 7, "remindCount": 1223 } }