Authorization: Bearer ********************{
"status": "string"
}curl --location --globoff 'https://testforgeplus.trustie.net/api/{{owner}}/{{repo}}/milestones//update_status.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"status": "string"
}'{"status":0,"message":"操作成功"}