I add rate limiting to secure an Express API. To protect the server from spam and brute-force attacks, I added rate limiting to the application. Instead of using the same limit everywhere, I used ...