curl -X POST https://api.origamiagents.com/api/v1/workflows/wf_abc123/runs/async \
-H "x-origami-key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"rows": [
{ "name": "Alice", "email": "alice@example.com" },
{ "name": "Bob", "email": "bob@example.com" }
]
}'