Get User Messages
GET /api/admin/user/messages
Fetch all messages for the currently authenticated user.
- Returns messages in chronological order by default.
- Can be used to populate dashboards, reminders, or task lists in the frontend.
Authentication / Permissions
- The user must be authenticated.
- Only the currently authenticated user’s information is returned.