Author detail
Get an author by their slug
url
https://zenblog.com/api/public/blogs/:blogId/authors/:slug
method
GET
Response
200
The author
{ data: { name: "string", slug: "string", image_url?: "string", twitter?: "string", website?: "string", bio?: "string", } }