curl --location --request GET 'https://open.teambition.com/api/sprint/info?sprintId' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization'
{
"code": 200,
"errorMessage": "",
"result": {
"creatorId": "5e141eaf7fd0daf8...",
"sprintId": "5e141eaf7fd0daf8...",
"projectId": "5e141eaf7fd0daf8...",
"executorId": "5e141eaf7fd0daf8...",
"created": "2019-12-01T10:30:00Z",
"dueDate": "2019-12-02T10:30:00Z",
"name": "迭代名",
"description": "迭代描述",
"startDate": "2019-12-01T10:30:00Z",
"status": "future",
"updated": "2019-12-01T10:30:00Z"
}
}