Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api/projects/recommend.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
[
{
"id": 2,
"repo_id": 2,
"identifier": "yolk",
"name": "yolk",
"visits": 7,
"author": {
"name": "咸蛋黄土豆丝xxx",
"login": "yystopf",
"image_url": "system/lets/letter_avatars/2/X/230_139_26/120.png"
},
"category": null
}
]