{
"appId": 0,
"description": "string",
"envId": 0,
"name": "string"
}curl --location --request POST '/DesignAppVersion/createOne' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": 0,
"description": "string",
"envId": 0,
"name": "string"
}'{
"code": 0,
"data": true,
"message": "string",
"success": true
}