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