Authorization: Bearer ********************{
"firstName":"John",
"lastName":"Wick",
"address":"123 Street Name",
"city":"Los Angeles",
"zip":"91206",
"state":"CA",
"country":"US"
}curl --location --request POST '/api/customer-vault/<customerId>/billing-information' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName":"John",
"lastName":"Wick",
"address":"123 Street Name",
"city":"Los Angeles",
"zip":"91206",
"state":"CA",
"country":"US"
}'{
"id": "365",
"firstName": "Marty",
"lastName": "McFly",
"address": "123 Street Name",
"state": "California",
"city": "Los Angeles",
"zip": "91206",
"country": "United States",
"archived": null,
"createdOn": null
}