Authorization: Bearer ********************curl --location --globoff 'https://testforgeplus.trustie.net/api/v1/{{owner}}/{{repo}}/issue_statues.json?page=1&limit=15' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}'{
"total_count": 5,
"statues": [
{
"id": 1,
"name": "新增"
},
{
"id": 2,
"name": "正在解决"
},
{
"id": 3,
"name": "已解决"
},
{
"id": 5,
"name": "关闭"
},
{
"id": 6,
"name": "拒绝"
}
]
}