clientId is validated against the target app before being applied. If the app name you provide doesn't match the client ID exactly but is a substring of the registered name, the API will use the official app name automatically.curl --location 'https://customers.coldmailreseller.com/api/v1/integration/domains/add-client-id' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "H8M9JV2S9HMPYFQW393AZHQVD4XM",
"domains": [
"acmecorp.com"
],
"clientId": "123456789-abc.apps.googleusercontent.com",
"app": "Acme Email Tool"
}'{
"status": 200,
"message": "Client ID will be added to the domains soon",
"data": null,
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}