Admin endpoint to set or clear the site status notification.
To set status:
{
"type": "info" | "warning" | "error" | "maintenance",
"message": "Status message text",
"dismissible": true/false,
"hours": 24 # TTL in hours (optional, default 24)
}
To clear status:
{ "clear": true }