Authorization: Bearer ********************
curl --location --request GET 'http://dev-cn.your-api-server.com/api///project_invite_links/current_link.json?role=developer&is_apply=true' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"id": 2,
"role": "developer",
"is_apply": true,
"sign": "f5dc6f8191c234fe2bee3e44c7fd770538af3e1db0e34934b9718c325614f578",
"expired_at": "2023-10-24 16:48",
"user": {
"id": 113,
"type": "User",
"name": "heihei",
"login": "yystopfceshi",
"image_url": "system/lets/letter_avatars/2/H/145_178_168/120.png"
},
"project": {
"id": 17,
"identifier": "testdevops",
"name": "testdevops",
"description": null,
"is_public": true,
"owner": {
"id": 113,
"type": "User",
"name": "heihei",
"login": "yystopfceshi",
"image_url": "system/lets/letter_avatars/2/H/145_178_168/120.png"
}
}
}