curl --location --request POST '/v1/account/projects/get_non_group_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 1797
}'{
"data": [
{
"avatar_url": null,
"created": "2020-09-14T10:22:41Z",
"group_id": null,
"id": 158400,
"is_private": false,
"members": [
378
],
"object": "project",
"root_directory": 620894,
"title": "New Project"
},
{
"avatar_url": null,
"created": "2026-02-09T16:49:22Z",
"group_id": null,
"id": 166556,
"is_private": false,
"members": [
378
],
"object": "project",
"root_directory": 655526,
"title": "New Project"
},
{
"avatar_url": null,
"created": "2026-02-10T15:01:44Z",
"group_id": null,
"id": 166558,
"is_private": false,
"members": [
378
],
"object": "project",
"root_directory": 655590,
"title": "New Project"
}
],
"object": "list"
}