curl --request POST \
--url https://dev-billing-api.iqraa.ai/api/v1/api/v1/subscriptions/billing-metric/report-usage \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-admin-api-key: <x-admin-api-key>' \
--data '
{
"externalSubscriptionId": "0c7b0eb6-3411-4dd3-9e24-d2a8edbb504a",
"billableMetricCode": "storage",
"properties": {
"gb": 100
}
}
'