curl --location --request GET 'https://gateway-staging.instacash.hu/bnpl/external/purchase?financier' \
--header 'X-Api-Key: <api-key>'[
{
"id": "string",
"dealId": 0,
"applicationId": 0,
"orderId": "string",
"checkoutId": "string",
"totalAmount": 1,
"prepaymentInvoiceId": "string",
"finalInvoiceId": "string",
"invoiceId": "string",
"items": [
{
"identifier": "string",
"externalId": "string",
"name": "string",
"price": 1,
"quantity": 1,
"thumbnail": "http://example.com"
}
]
}
]