{
"goal": "xxx",
"endDate": 1646301600000,
"name": "xxx",
"assignee": 1,
"projectId": 1,
"startDate": 1646301600000
}
curl --location --request POST 'https://ligai.cn/openapi/api/sprint/add' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"goal": "xxx",
"endDate": 1646301600000,
"name": "xxx",
"assignee": 1,
"projectId": 1,
"startDate": 1646301600000
}'
{
"code": "0",
"data": {
"goal": "xxx",
"endDate": 1646301600000,
"assigneeName": "xxx",
"name": "xxx",
"closed": 1,
"started": 1,
"id": 1,
"assignee": 1,
"projectId": "1",
"startDate": 1646301600000,
"completeDate": 1646301600000,
"status": 1
}
}