Authorization: Bearer ********************curl --location --globoff 'https://testforgeplus.trustie.net/api/v1/{{owner}}/{{repo}}/issue_authors.json?keyword=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}'{
"total_count": 2,
"authors": [
{
"id": 84727,
"type": "User",
"name": "yystopf.df",
"login": "yystopf123",
"image_url": "images/avatars/User/84727?t=1650252387"
},
{
"id": 36480,
"type": "User",
"name": "段甲生",
"login": "pxicb3wke",
"image_url": "images/avatars/User/36480?t=1672730523"
}
]
}