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('http://127.0.0.1:8888/api/shared_voicemails/{id}/greetings/{greeting_id}/enable', { method: 'POST', headers: {}, }); const data = await response.json();