pub fn claim_wrapped(id: &str, edit_token: &str) -> Result<(), String>Expand description
Bind a published card to the logged-in account so the leaderboard stacks all of the
user’s machines under one entry (#488). Auth: account Bearer + the card’s edit_token
(X-Edit-Token). Server: POST /api/wrapped/:id/claim. Requires being logged in.