Authorization: Bearer ********************{
"name": "string",
"description": "string",
"effective_date": "string"
}curl --location --globoff --request PATCH 'https://testforgeplus.trustie.net/api/v1/{{owner}}/{{repo}}/milestones/.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"effective_date": "string"
}'{
"status": 0,
"message": "success"
}