Create Sync Config

POST {{baseUrl}}/mgmt/v2/sync_configs

Request Body

{"destination_id"=>"{{destinationId}}", "provider_id"=>"{{providerId}}", "config"=>{"default_config"=>{"period_ms"=>3600000, "strategy"=>"incremental then full"}, "common_objects"=>[{"object"=>"contact"}, {"object"=>"account"}, {"object"=>"lead"}, {"object"=>"opportunity"}, {"object"=>"user"}], "raw_objects"=>[]}}