curl --request POST \
--url https://api.example.com/speakers/merge \
--header 'Content-Type: application/json' \
--data '
{
"speaker_to_keep_id": 123,
"speaker_to_merge_id": 123
}
'{
"success": true
}curl --request POST \
--url https://api.example.com/speakers/merge \
--header 'Content-Type: application/json' \
--data '
{
"speaker_to_keep_id": 123,
"speaker_to_merge_id": 123
}
'{
"success": true
}Was this page helpful?