Return the active plan for the current user and its usage metrics.
curl --request GET \ --url https://api.circlemind.co/plan \ --header 'apiKey: <api-key>'
{ "requestsCount": 123, "requestsMax": 123, "planId": "<string>", "planTTL": 123 }
Data model for plan response.
Total number of requests used for the current period
Number of available requests for the active plan