Hello, I discovered an issue with webhooks in testnet. In the code WebhooksMethod class, base_url is hardcoded to https://rt.tonapi.io/ and does not take is_testnet into account. However, if you replace the value on https://rt-testnet.tonapi.io/, everything starts working.
Please add check for testnet in WebhooksMethod class.