Authorization: Bearer ********************curl --location --globoff 'https://testforgeplus.trustie.net/api/v1/{{owner}}/{{repo}}/pulls.json?keyword=undefined&status=undefined&priority_id=undefined&issue_tag_id=undefined&version_id=undefined&reviewer_id=undefined&assign_user_id=undefined&sort_by=updated_at&sort_direction=desc' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}'{
"total_count": 1,
"pulls": [
{
"id": 11,
"title": "ceshi",
"body": null,
"head": "master_new",
"base": "master",
"is_original": false,
"index": 1,
"status": "open",
"issue": {
"id": 105,
"author": {
"id": 110,
"type": "User",
"name": "咸蛋黄土豆丝xxx",
"login": "yystopf",
"image_url": "system/lets/letter_avatars/2/X/230_139_26/120.png"
},
"priority": null,
"version": null,
"journals_count": 0,
"issue_tags": null
},
"reviewers": [],
"journals_count": 0
}
]
}