curl --location --request PUT 'https://gateway-staging.instacash.hu/bnpl/external/one-click/v2/address' \
--header 'X-Api-Key: <api-key>' \
--header 'C-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"country": "st",
"city": "string",
"region": "st",
"zip": "string",
"street": "string",
"street2": "string",
"street3": "string",
"fullName": "string"
}'{
"id": "string",
"created": "string",
"customerId": "string",
"country": "string",
"city": "string",
"region": "string",
"zip": "string",
"street": "string",
"street2": "string",
"street3": "string"
}