tsk-41: Can fetch the token now

This commit is contained in:
2025-08-13 16:56:30 -04:00
parent 6fafb93aaf
commit 80c4c7950b
2 changed files with 67 additions and 6 deletions

View File

@@ -133,3 +133,13 @@ pub mod get_coverart_queue {
}
}
}
pub mod service_token {
pub mod response {
#[derive(Debug, serde::Deserialize, serde::Serialize)]
pub struct Response {
pub message: String,
pub data: Vec<icarus_models::login_result::LoginResult>,
}
}
}