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