There is a product available in our API manager and use by multiple client applications in our organization.
We want to define a rate limit (quota limit) for the client, so that if the limit is exceeded, we will stop all incoming requests.
Example: We have a payment product and are consuming three customers (C1, C2, C3)
For C1 - No of Requests for sec -- 1000
For C2 - No of Requests for sec -- 5000
For C3 - No of Requests for sec -- 10000
is there any way to handle this validation in the product policy file based on the client-id?
Note: We have a single product for all the clients.