curl --request POST \
--url https://api.parcha.ai/api/v1/enqueueFromSource \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"agent_id": "<string>",
"source_type": "url",
"source_content": "<string>",
"source_name": "Unlabeled Source",
"prompt": "<string>"
}'