{"name":"Exchange Tasks API","user":"eearwicker@westsidechurch.org","taskList":"Tasks","endpoints":[{"method":"GET","path":"/tasks","description":"List all tasks"},{"method":"POST","path":"/tasks","description":"Create a task","body":{"title":"string (required)","dueDate":"YYYY-MM-DD","importance":"low|normal|high","body":"string"}},{"method":"PATCH","path":"/tasks/:id","description":"Update a task","body":{"title":"string","status":"notStarted|inProgress|completed","dueDate":"YYYY-MM-DD","importance":"low|normal|high","body":"string"}},{"method":"DELETE","path":"/tasks/:id","description":"Delete a task"}]}