GET
/api/authors
curl \
-X GET https://lztup.toil.cc/api/authors
Response examples (200)
[
{
"author_id": 42,
"user_id": 42,
"username": "string",
"created_at": 42
}
]
Response examples (503)
{
"detail": "Can't connect to MySQL server on '[SERVER]'"
}