The Azure API Management Policies have a nice array of possibilities. The examples how to configure the Usage Quota by subscription or by key are everywhere.
But what if I want to set a different quota for different APIs in the same Subscription?
For example, include a "taste" of an API in a particular plan (Product, in APIM parlance) so that the users give it a try but won't be able to use it in production. While other APIs for the same plan will have a higher quota.
I see there's a Control Flow but I'm wondering how to obtain the API being called.