Get the tags for a blog
url
https://zenblog.com/api/public/blogs/:blogId/tags
method
GET
200
The tags
{ data: [ { name: "string", slug: "string", } ], total?: number, offset?: number, limit?: number, }