feat(client): add NewRequestToURL function for calls to absolute URLs
This is a helper function that can be used to make requests to absolute URLs with the authenticated client and all its features, like retries. Only calls to URLs of the same scheme + host are allowed though.