{ "success": true }
The option --tlsv1.2
forces curl to use TLS version 1.2
.NET framework 4.7 use the default as configured in your OS, lower versions can be forced to prioritize TLS 1.2 with ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;