With #3185 the rest manager is going to be able to correctly handle all the ratelimits (edge cases apart, hopefully there aren't tho) for bearer tokens without too many issues.
Since we need to inform the queues to change the authentication of the scheduled request (at least for my current implementation) there is the need to access the queue objects, but when the rest manager is proxied we need to send an HTTP request, the rest manager does have the informations it needs to send that request, since this could be an options of the proxy object under the CreateRestManager type, do we want to add a default value? if so, to what?
for reference: for my local testing i'm using /discordeno/token-update with a JSON body like this: { "oldToken": "...", "newToken": "..." } that then calls the rest.updateTokenQueues with those tokens