curl --location --request GET 'https://app.leiga.com/openapi/api/sprint/get?id=1' \
--header 'accessToken: ' \
--header 'Content-Type: application/json'
{
"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
}
}