curl --location --request PUT 'https://customers.coldmailreseller.com/api/v1/integration/users?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"firstName": "Alice",
"lastName": "Johnson",
"company": "Acme Corp",
"addressLineOne": "123 Main Street",
"city": "New York",
"state": "New York",
"country": "US",
"postalCode": "10001",
"phoneCc": "1",
"phone": "2125551234"
}'{
"status": 200,
"message": "User credentials updated",
"data": null,
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}