Authorization: Bearer ********************
curl --location --request GET 'https://testforgeplus.trustie.net/api/users//applied_transfer_projects.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'
{
"total_count": 3,
"applied_transfer_projects": [
{
"project": {
"id": 12,
"identifier": "ceshi",
"name": "ceshi",
"description": null,
"is_public": true,
"owner": {
"id": 114,
"type": "Organization",
"name": "测试组织test",
"login": "test_org",
"image_url": null
}
},
"user": {
"id": 113,
"type": "User",
"name": "heihei",
"login": "yystopfceshi",
"image_url": "system/lets/letter_avatars/2/H/145_178_168/120.png"
},
"owner": {
"id": 114,
"type": "Organization",
"name": "测试组织test",
"login": "test_org",
"image_url": null
},
"id": 5,
"status": "accepted",
"created_at": "2022-10-27 10:47",
"time_ago": "9个月前"
}
]
}