pub fn store_json_data(
    data: String,
    dest_folder: String,
    dest_path: &String
) -> Result<(), Error>