Authorization: Bearer ********************{
"phone": "+18187267744"
}curl --location --request PUT '/api/customer-vault/<customerId>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "+18187267744"
}'{
"id": 1,
"dba": {
"id": 1
},
"firstName": "John",
"lastName": "Wick",
"company": null,
"email": "johnwick@email.com",
"website": null,
"phone": "+1 818-726-7744",
"altPhone": null,
"identificator": null,
"description": "Description to help me identify the customer",
"token": "ZfAyLUOVlK8znmu9irIHPAXlPft3bhFK",
"archived": "No",
"updatedOn": "2021-06-02 09:58:46",
"createdOn": "2021-06-02 09:43:30"
}