Rest API - Rate Limiting and Throttling
If an API response has headers:
What should the client do when
X-RateLimit-Limit: 1000 X-RateLimit-Remaining: 0 X-RateLimit-Reset: 1680003600
What should the client do when
X-RateLimit-Remaining is zero?