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