curl --request PUT \
--url https://api.ngrok.com/edges/https/{edge_id}/routes/{id}/traffic_policy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'ngrok-version: <ngrok-version>' \
--data '
{
"edge_id": "<string>",
"id": "<string>",
"module": {
"enabled": true,
"value": "<string>"
}
}
'