Returns a summary of tasks with key fields like id, description, and status.
/tasks/summary
curl -L \ --url 'https://infa.idefi.ai/api/tasks/summary'
[ { "id": "task_001", "description": "Optimize supply chain workflow", "status": "pending" }, { "id": "task_002", "description": "Secure network endpoints", "status": "in_progress" } ]