Serialize the fruits slice into the fruitsJSON variable using the json.MarshalIndent() function.
You must specify exactly 4 blank spaces as the indent parameter, and finally, print the fruitsJSON variable — remember to cast it as a string!