{
"name": "xxx",
"description": "xxx",
"ownerId": 1,
"startDate": 1646301600000,
"planDate": 1646301600000
}
curl --location --request POST 'https://ligai.cn/openapi/api/version/add' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "xxx",
"description": "xxx",
"ownerId": 1,
"startDate": 1646301600000,
"planDate": 1646301600000
}'
{
"code": "0",
"data": {
"id": 1
}
}