Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api///contributors.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"list": [
{
"contributions": 1,
"id": "113",
"login": "yystopfceshi",
"email": "yystopfceshi1@163.com",
"name": "heihei",
"type": "User",
"image_url": "system/lets/letter_avatars/2/H/145_178_168/120.png"
}
],
"total_count": 1
}