pub async fn get(
    username: impl AsRef<str>,
    db: impl Database + Clone + Send + Sync
) -> JSONResult<ErrorResponseStatus<'static>>