add uploading

This commit is contained in:
2024-07-25 21:27:07 -05:00
parent c6ef195be7
commit a3ae877972
7 changed files with 102 additions and 9 deletions

View File

@ -5,6 +5,7 @@ use serde_json::Value;
pub struct SyncDataResponse {
pub followers: Vec<FanslyFollowersResponse>,
pub subscribers: Vec<Subscription>,
pub sync_data_url: String,
}
#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]