fix: user preview API

This commit is contained in:
2026-01-21 03:41:58 +08:00
parent 90d092729a
commit 9a5278c3a7
2 changed files with 7 additions and 1 deletions

View File

@@ -170,7 +170,11 @@ async fn main() -> Result<(), Box<dyn snafu::Error>> {
&client,
APIMethod::GetUserPreviewApi,
user_id,
GetUserPreviewApi { user_id, token },
GetUserPreviewApi {
user_id,
client_id: "A63E01C2805",
token,
},
)
.await?;