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