curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/routes//routecon/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"route-destination-match-pattern": "string",
"route-source-match-pattern": "*",
"route-class": "*",
"route-match-server-hostname": "*",
"route-connection-ordinal-index": 1,
"route-connection-translation-destination-user": "[*]",
"route-connection-translation-destination-host": "string",
"route-connection-integer-percentage": 50,
"route-connection-integer-cost": 0
}'