Authorization: Bearer ********************
curl --location --request POST '/innerapi/V2/task/destory' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--form 'task_id="1"'
{
"message": "string",
"code": 0,
"data": [
"string"
]
}