Authorization: Bearer ********************
{
"emailAddress": "test@easyeuro.com",
"phoneNumber": {
"countryCallingCode": "+33",
"nationalNumber": "123456789"
}
}
curl --location --request PUT '/wallet-cardholder/wallet/WA13146381976' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailAddress": "test@easyeuro.com",
"phoneNumber": {
"countryCallingCode": "+33",
"nationalNumber": "123456789"
}
}'
{
"walletId": "WA13146381976",
"firstName": "Thomas",
"lastName": "Jack",
"dob": "1999-01-01",
"nationality": "FR",
"emailAddress": "test@easyeuro.com",
"phoneNumber": {
"region": "FR",
"countryCallingCode": "+33",
"nationalNumber": "123456789"
},
"billingAddress": {
"countryCode": "FR",
"city": "Paris",
"postcode": "C2A 2EX",
"addressLine": "2202 TowerE, Abc Street"
}
}