Authors
Create a new author
Creates a new author with the specified name
post/admin/api/author
Request body
Example request
{
"name": "John Doe"
}Response
OK
Example response
{
"authorId": "a.s8oes9dhwrvt0zif"
}Creates a new author with the specified name
{
"name": "John Doe"
}OK
{
"authorId": "a.s8oes9dhwrvt0zif"
}