The whole hunk
from line 80, old and new numbered
/
lines
from line 80
8080curl https://api.anthropic.com/v1/organizations/tunnels/$TUNNEL_ID/certificates \
8181 -H 'Content-Type: application/json' \
8282 -H 'anthropic-version: 2023-06-01' \
83 -H "Authorization: Bearer $ANTHROPIC_OAUTH_TOKEN" \
83 -H "Authorization: Bearer $ANTHROPIC_AUTH_TOKEN" \
8484 -d '{
8585 "ca_certificate_pem": "-----BEGIN CERTIFICATE-----\nMIIBexampleEXAMPLEexampleEXAMPLEexampleEXAMPLEexampleEXAMPLEexa\n...illustrative placeholder, not a real certificate...\n-----END CERTIFICATE-----\n"
8686 }'