curl --request GET \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/customers/current-usage \
--header 'Authorization: Bearer <token>'Retrieves the current usage for the authenticated customer
curl --request GET \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/customers/current-usage \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Current usage retrieved successfully