Too Many Requests Error
class TooManyRequestsError(val retryAfterSeconds: Int? = null, cause: Throwable? = null) : WeConnectException
HTTP 429 -- the BFF API rate limit was exceeded.
HTTP 429 -- the BFF API rate limit was exceeded.