Authorization: Bearer ********************
curl --location --request GET 'https://s.hancel.org/api/mail/getUnread?count=10' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 500,
"data": null,
"message": "Mail is not connected",
"code": 1
}