Post detail
Get a post by its slug
url
https://zenblog.com/api/public/blogs/:blogId/posts/:slug
method
GET
Response
200
The post
{ title: "string", html_content: "string", slug: "string", category_name: "string", category_slug: "string", tags: "object", excerpt: "string", published_at: "string", }