Authorization: Bearer ********************curl --location --globoff 'https://testforgeplus.trustie.net/api/v1/{{owner}}/{{repo}}/issue_priorities.json?keyword=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}'{
"total_count": 5,
"priorities": [
{
"id": 1,
"name": "低"
},
{
"id": 2,
"name": "正常"
},
{
"id": 3,
"name": "高"
},
{
"id": 4,
"name": "紧急"
},
{
"id": 5,
"name": "立刻"
}
]
}