{ "note_id": "<string>", "content_id": "<string>", "note": "<string>", "category": "<string>", "created_at": {} }
Add notes to content item
curl -X POST https://api.judge.example.com/content/cnt_abc123/notes \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "note": "Content needs grammar review before publishing", "category": "review" }'