Calculates the total price based on the specified billing unit amounts. Returns 400 if amounts are missing, invalid, or contain negative numbers.
GET
/api-v1/billing/calculate-price
curl \
--request GET 'https://wyzio.app/api-v1/billing/calculate-price?billingUnitAmounts=%7B%7D'
Response examples (200)
{}