{
"id": 0,
"guidePrice": 0,
"isQuota": "string",
"quotaAmount": 0,
"downPayment": 0,
"interestRate": "string",
"interestRateOle": "string",
"loanPeriods": 0,
"schemeType": "string",
"balancePayment": 0
}curl --location --request POST '/iov/financial/calculators/v2/financialmath' \
--header 'uid;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"guidePrice": 0,
"isQuota": "string",
"quotaAmount": 0,
"downPayment": 0,
"interestRate": "string",
"interestRateOle": "string",
"loanPeriods": 0,
"schemeType": "string",
"balancePayment": 0
}'{
"pageIndex": 0,
"pageSize": 0,
"pages": 0,
"records": 0,
"result": "",
"msg": "",
"rows": {
"monthlySupply": "",
"finalPayment": "",
"totalInterest": "",
"annualizedRate": "",
"totalRepaymentAmount": "",
"finalMonthlySupply": "",
"interestRateOleMoney": "",
"annualizedRateOle": "",
"downPaymentMoney": "",
"balancePaymentMoney": ""
}
}