improved

Updated IP limit error handling

If you reach the IP limit, you will receive the following updated error message. Wait for the duration specified in the retry_in_seconds fields before retrying your request.

{ "errors": [ { "message": "IP rate limit exceeded", "extensions": { "code": "IP_RATE_LIMIT_EXCEEDED", "retry_in_seconds": 30 } } ] }