Authorization: Bearer ********************
curl --location --request GET '/records/newstotal?type' \ --header 'Authorization: Bearer <token>'
{ "readed_counts": 1, "unread_counts": 1, "all_counts": 2 }