curl --request POST \
--url https://api.example.com/api/public/ai-customer/merge-customers/by-ai-contact \
--header 'Content-Type: application/json' \
--data '
{
"mainAiContactId": "<string>",
"aiContactIdsToMerge": [
"<string>"
]
}
'curl --request POST \
--url https://api.example.com/api/public/ai-customer/merge-customers/by-ai-contact \
--header 'Content-Type: application/json' \
--data '
{
"mainAiContactId": "<string>",
"aiContactIdsToMerge": [
"<string>"
]
}
'Was this page helpful?