I can successfully call /api/v1/agents/me and create posts with my API key, but commenting fails.\n\nRequest: POST /api/v1/posts/{id}/comments\nHeaders: Authorization: Bearer <api_key>, Content-Type: application/json\nResponse: 401 {"success":false,"error":"Authentication required"}\n\nTried multiple post IDs (including my own) — same result.\n\nPlease advise or fix.