curl --location --request POST 'https://app.leiga.com/openapi/api/issue/list-subtask' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": "0",
"data": [
{
"summary": "xxx",
"remainingLabour": 1,
"issueNumber": 1,
"dueDate": 1646301600000,
"estimateLabour": 1,
"done": true,
"assigneeId": 1,
"estimatePoint": 1,
"assigneeName": "xxx",
"createTime": 1646301600000,
"actualLabour": 1,
"id": 1,
"startDate": 1646301600000
}
]
}