Authorization: Bearer ********************
curl --location --request GET '/wallet-cardholder/wallet/WA13146381976'
{
"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"
}
}