Modified
- Fixed raise error missing argument for `FailedRequestError` upon max retries.
- Modified API endpoints to saistfy requirements for upcoming endpoint deprecation,
see the [API Documentation](https://bybit-exchange.github.io/docs/inverse/#t-introduction)
for more info.
- Updated `WebSocket` class to properly handle `candle` from USDT perpetual streams.
- Updated `WebSocket` class to return a copy of the collected data, preventing establishing
a reference.
- Updated `WebSocket` class to properly handle linear (USDT) orderbook data.
- Performance improvements.