Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api/v1///contributors/stat.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"total_count": 1,
"contributors": [
{
"contributions": 1,
"additions": 2,
"deletions": 0,
"id": "84727",
"login": "yystopf123",
"email": "yystopf@163.com",
"name": "yystopf.df",
"type": "User",
"image_url": "images/avatars/User/84727?t=1650252387"
}
]
}