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