curl --location --request PATCH 'https://app.leiga.com/openapi/api/version/update' \
--header 'accessToken: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "xxx",
"description": "xxx",
"id": 1,
"ownerId": 1,
"startDate": 1646301600000,
"planDate": 1646301600000
}'
{
"code": "0",
"data": {
"success": true
}
}