curl -X POST "https://api.hitler.app/api/moods" \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "value": 4, "note": "Good team meeting today" }'
{ "id": "mood-uuid-123", "value": 4, "note": "Good team meeting today", "userId": "user-uuid", "organizationId": "org-uuid", "createdAt": "2024-01-15T09:30:00.000Z" }
Log a mood entry for the current user