curl --location --request POST 'https://gateway-staging.instacash.hu/bnpl/external/one-click/approve' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"secondFactorId": "string",
"code": "string",
"publicId": "string",
"nonce": "string"
}'{
"status": "string",
"rejectReason": "string"
}