Junior REST API What is the best practice for handling rate limiting in REST APIs? Use throttling to limit requests per minute/hour per client.Return 429 Too Many Requests.Provide Retry-After header.Tools: API Gateway, NGINX, Middleware.