Complete the code snippet to configure the correct API endpoint and URI for translating text using Microsoft Translator.
var endpoint = {{slot1}};
var uri = endpoint + {{slot2}};
var client = new HttpClient();
client.DefaultRequestHeaders.Add("Ocp-Apim-Subscription-Key", apiKey);Correct slot values