curl --location --request GET 'https://app.leiga.com/openapi/api/version/detail?id=1' \
--header 'accessToken: ' \
--header 'Content-Type: application/json'
{
"code": "0",
"data": {
"releasedDate": 1646301600000,
"daysToRelease": 1,
"totalDays": 1,
"name": "xxx",
"description": "xxx",
"id": 1,
"startDate": 1646301600000,
"planDate": 1646301600000,
"status": "un_release"
}
}