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