curl --location --request POST 'https://app.leiga.com/openapi/api/issue/batch-add-subtask' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"issueId": 1,
"datas": [
{
"summary": "2",
"remainingLabour": 1,
"estimateLabour": 2,
"assignee": 1000001,
"startDate": 1676696324262,
"status": 1848685
}
]
}'
{
"code": "0",
"data": {
"issueAddVOList": [
{
"id": 1
},
{
"id": 2
}
]
}
}