curl --location --request GET 'https://gateway-staging.instacash.hu/bnpl/external/calculation/?value' \
--header 'X-Api-Key: <api-key>'{
"payments": [
{
"seq": 0,
"dueDate": "2019-08-24",
"sum": 1,
"fee": 0
}
],
"total": 1,
"fee": 0,
"rate": 0,
"downPayment": 0,
"downPaymentTotal": 0,
"thm": 0,
"currencyIso": "string"
}