Endpoints for downloading backup_id and user_keys for the latest backup for a user. They will be used in the restoration flow in the future. They don't require authorization (because the primary device can't authenticate with identity service before it restores itself from backup). For now we treat username just as userID, in the future we will ask identity service to do this conversion for us (because the primary device also won't know it's userID only username provided by the user).
Depends on D8964