curl --location --request GET 'https://gateway-staging.instacash.hu/bnpl/external/available-offers' \
--header 'X-Api-Key: <api-key>'[
{
"offerId": 0,
"financierIdentifier": "string",
"offerName": "string",
"offerIdentifier": "string",
"downPayment": 0,
"rate": 0,
"installments": 1,
"fee": 0,
"commission": 0,
"latenessFee": 0,
"latenessThreshold": 0,
"minAmount": 0,
"maxAmount": 0
}
]