Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api///collaborators.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"total_count": 2,
"members": [
{
"id": 110,
"name": "咸蛋黄土豆丝xxx",
"login": "yystopf",
"image_url": "system/lets/letter_avatars/2/X/230_139_26/120.png",
"email": "yystopf@163.com",
"is_owner": true,
"role": "Manager",
"role_name": "管理员"
},
{
"id": 113,
"name": "heihei",
"login": "yystopfceshi",
"image_url": "system/lets/letter_avatars/2/H/145_178_168/120.png",
"email": "yystopfceshi1@163.com",
"is_owner": false,
"role": "Manager",
"role_name": "管理员"
}
]
}