Implement user notices
Fixes #53 (closed)
Send a modal to a specific user or everyone connected
Endpoints:
POST /api/admin/user/all/notice
POST /api/admin/user/:sub/notice
Both of these endpoints take the same body format:
{
title: string;
body?: string;
}