pub fn save_image_json<T: Serialize>(
    image_url: &str,
    item: &T,
    only_new: bool
) -> Result<&'static str>