Authorization: Bearer ********************curl --location '/phone_numbers//voicemail' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"pin": 1234
}'{
"data": {
"enabled": "true",
"pin": "1234"
}
}