curl --location --request DELETE 'https://app.leiga.com/openapi/api/issue/remove-subtask' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"issueId": 1,
"subTaskId": 1
}'
{
"code": "0",
"data": {
"success": true
}
}