curl --location --request GET 'https://platform.shopranos.eu/api/v1/contracts//financials' \
--header 'x-companyid;' \
--header 'x-user-id;'{
"id": "string",
"totalValue": 0,
"currency": "string",
"billingFrequency": "OneTime",
"billingAmount": 0,
"numberOfBillingPeriods": 0,
"dailyRate": 0,
"monthlyValue": 0,
"annualRecurringRevenue": 0,
"remainingValue": 0,
"elapsedValue": 0,
"nextBillingDate": "2019-08-24T14:15:22.123Z"
}