Modify Customer by ID Copy
PUT {{baseUrl}}/aggregation/v1/customers/{{customerId}}
Modify an enrolled customer by ID.
Supported regions: 
Request Body
{"firstName"=>"New First Name", "lastName"=>"New Last Name"}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | ||
| Finicity-App-Key | string | ||
| Finicity-App-Token | string |