Authorization: Bearer ********************
curl --location --request GET '/api/user/friend/apply/unread' \ --header 'Authorization: Bearer <token>'
{ "code": 0, "data": { "unReadCount": 0 }, "message": "string" }