curl --location --request POST 'http://gykj123.cn:9000/middleground-rsanalysis-algorithm/api/v1/interpret-task/restart' \
--header 'token: {{access_token}}' \
--form 'taskId="202206130003"'
{
"timestamp": 1657159700734,
"datetime": "2022-07-07T10:08:20.734",
"code": 500,
"message": "任务正在执行中,不允许重新执行",
"success": false
}