curl --location --request POST '/phone_numbers/jobs/update_phone_numbers' \
--header 'Content-Type: application/json' \
--data-raw '{
"billing_group_id": "dc8e4d67-33a0-4cbb-af74-7b58f05bd494",
"connection_id": "dc8e4d67-33a0-4cbb-af74-7b58f05bd494",
"customer_reference": "customer-reference",
"external_pin": "123456",
"phone_numbers": [
"1583466971586889004",
"+13127367254"
],
"tags": [
"tag"
],
"voice": {
"call_forwarding": {
"call_forwarding_enabled": true,
"forwarding_type": "always",
"forwards_to": "+13035559123"
}
}
}'