curl --location --request POST 'https://openapi.suanli.cn/api/deployment/task/shutdown' \
--header 'token;' \
--header 'timestamp: 1747379023000' \
--header 'version: 1.0.0' \
--header 'sign_str;' \
--header 'Content-Type: application/json' \
--data-raw '{
"point_id": 1214394,
"image_tag": null,
"is_restart": false
}'