pub async fn get_task( _task_list_id: &str, task_id: &str, ) -> Result<Option<Task>, String>
Get a task by ID