Authorization: Bearer ********************{
"attachment_ids": [],
"body": "dfs",
"name": "ceshi111",
"tag_name": "v1.0.1",
"target_commitish": "",
"draft": true,
"prerelease": true
}curl --location --globoff --request PUT 'https://testforgeplus.trustie.net/api/{{owner}}/{{repo}}/releases/.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"attachment_ids": [],
"body": "dfs",
"name": "ceshi111",
"tag_name": "v1.0.1",
"target_commitish": "",
"draft": true,
"prerelease": true
}'{
"status": 0,
"message": "更新成功"
}