curl --request GET \
--url https://api.example.com/v1.0/account/voice/routes \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://api.example.com/v1.0/account/voice/routes \
--header 'Authorization: Bearer <token>'JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.
Success