Authorization: Bearer ********************curl --location 'https://testforgeplus.trustie.net/api/v1/project_topics.json?keyword=' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}'{
"total_count": 2,
"project_topics": [
{
"id": 1,
"name": "测试",
"projects_count": 1
},
{
"id": 2,
"name": "Ruby",
"projects_count": 0
}
]
}