curl -X POST \
/subscription-measurements/batch \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '[]'Add a batch of subscription measurement. This could be a quantity changes, or a metered usages.
curl -X POST \
/subscription-measurements/batch \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '[]'War diese Seite hilfreich?