curl --location '/n-agent/api/tags/page?keyword=&created_self=&page=&limit=' \
--header 'authorization;' \
--header 'referer;'{
"data": [
{
"id": "string",
"name": "string",
"used_count": 0,
"created_by": "string",
"created_at": 0
}
],
"total": 0,
"has_more": true
}