curl --location --request POST 'https://gateway-staging.instacash.hu/bnpl/external/application' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"offerId": 0,
"checkoutId": "string",
"totalAmount": 1,
"companyVatNumber": "string",
"customerId": "string",
"customerFirstName": "string",
"customerLastName": "string",
"customerEmail": "string",
"customerPhone": "string",
"financier": "string",
"billingAddress": {
"country": "st",
"city": "string",
"region": "st",
"zip": "string",
"street": "string",
"street2": "string",
"street3": "string"
},
"shippingAddress": {
"country": "st",
"city": "string",
"region": "st",
"zip": "string",
"street": "string",
"street2": "string",
"street3": "string",
"fullName": "string"
},
"orderId": "string",
"prepaymentInvoiceId": "string",
"finalInvoiceId": "string",
"invoiceId": "string",
"redirectUrl": "string",
"shoppingMode": "IN_STORE",
"items": [
{
"identifier": "string",
"externalId": "string",
"name": "string",
"price": 1,
"quantity": 1,
"thumbnail": "string",
"description": "string"
}
]
}'