curl -X POST "https://api.metabind.ai/v1/organizations/org123/projects/proj456/content/bulk-migrate" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"contentIds": ["cont123", "cont124", "cont125"],
"targetTypeVersion": 3
}'