Is it possible to add a setter for requestUUID?
Currently, it is set at initialization, and since we can’t call init again after the plugin was initialized, we can’t change this field.
In our game, a user can connect accounts, so the user id might change after init. For these cases we need to change the requestUUID to the new user id.