Authorization: Bearer ********************curl --location --request GET 'http://localhost:8098/admin/tag/' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"errMsg": null,
"data": {
"tagId": 53,
"displayName": "Kotlin",
"slug": "kotlin",
"color": "#FF0000",
"postCount": 1
}
}