Favorite an extension contact.
The unique ID of contact.
OK
const response = await fetch('https://HOSTNAME:8887/api/user/extension_contacts/{id}/unfavorite', { method: 'POST', headers: {}, }); const data = await response.json();