{
"type": "Shipping",
"label": "string",
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"email": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"postalCode": "string",
"countryCode": "string",
"additionalInfo": "string"
}curl --location --request POST 'https://platform.shopranos.eu/api/v1/customers/my-addresses' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"type": "Shipping",
"label": "string",
"firstName": "string",
"lastName": "string",
"phoneNumber": "string",
"email": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"country": "string",
"postalCode": "string",
"countryCode": "string",
"additionalInfo": "string"
}'{
"id": "string"
}