Currently the fetchUpdate() function only toggles the showFetchDetails View within the body UI:
func fetchUpdate() -> Void{
showFetchDetails.toggle()
}
We want this to actually contain some login to trigger the fetch request, update the last fetch data, etc, ...