Authorization: ********************curl --location '/admin/stats' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": {
"users": 0,
"articles": 0,
"comments": 0,
"categories": 0,
"tags": 0
},
"timestamp": "2019-08-24T14:15:22.123Z"
}