Custom Rate limiting by header VALUE

Hello!

I want to rate limit by API based on the header value.

For example, if X-User-ID = X, then it has 5.000 requests per month

But if X-User-ID = Y, then it has 10.000 requests per month

Is this possible with the rate-limiting plugin?