curl --location 'https://openapi.suanli.cn/api/task/job/stop' \
--header 'token;' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;' \
--header 'Content-Type: application/json' \
--data '{
"task_id": 1962322
}'