curl -X POST https://api.okrapdf.com/v1/collections \
-H "Authorization: Bearer okra_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "Q4 Earnings",
"description": "Quarterly earnings reports",
"document_ids": ["doc-abc123", "doc-def456"]
}'