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