{"message":"Task Manager API","version":"1.0.0","enpoints":{"GET    /tasks":"List all tasks (optional ?status=pending|done)","GET    /tasks/:id":"Get task by ID","POST   /tasks":"Create tasks { title, description? }","PUT    /tasks/:id":"Update tasks { title?, description?, status? }","DELETE /tasks/:id":"Delete tasks"}}