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