curl --location '/tags' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "string",
"data": [
{
"id": 0,
"name": "string",
"color": "string",
"article_count": 0,
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"timestamp": "2019-08-24T14:15:22.123Z"
}