Authorization: ********************
curl --location 'http://localhost:8080/member/notification/unread-count' \ --header 'Authorization: Bearer <token>'
{ "code": 200, "message": "success", "data": 5 }