Authorization: Bearer ********************curl --location --globoff 'https://testforgeplus.trustie.net/api/v1/{{owner}}/{{repo}}/issue_tags.json?keyword=undefined&only_name=true&order_by=undefined&order_direction=undefined' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}'{
"total_count": 1,
"issue_tags": [
{
"id": 3,
"name": "1"
}
]
}