curl --request PUT \
--url https://statsigapi.net/console/v1/autotunes/{id}/make_decision \
--header 'Content-Type: application/json' \
--header 'STATSIG-API-KEY: <api-key>' \
--data '{
"id": "experiment123",
"decisionReason": "Your reason for stopping early",
"removeTargeting": false
}'