Set a voicemail greeting activated.
The unique ID of user.
The unique ID of greeting.
OK
const response = await fetch('https://HOSTNAME:8887/api/users/{id}/greetings/{greeting_id}/enable', { method: 'POST', headers: {}, }); const data = await response.json();