Rate limiting configuration for an endpoint
@type t() :: %HookSniffAPI.Model.RateLimitConfig{ burst_size: integer(), enabled: boolean(), requests_per_second: integer() }