An augmentation for Lemmy that adds user flair support to the backend.
http
GET /user
| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| id
| number
| Required. Lemmy user ID |
http
POST /user
Body
jsonc
{
special: bool,
ref_id: string,
pos: number
flair: number // Reference to flair ID
path?: string
}