curl -X POST https://api.intellibase.dev/api/v1/projects/proj-abc123/ingest \
-H "Authorization: Bearer ib-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"text": "Alice joined the engineering team in January 2024. She is working on the authentication feature, which is part of the security module. The feature is scheduled to launch in March 2024.",
"source_doc_id": "doc-001"
}'