curl --location -g --request GET 'https:///v2/api/project/recent' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Recent projects found successfully.",
"data": [
{
"id": 217,
"project": {
"id": 252,
"created_by": "user@example.com",
"created_on": "2024-12-18T20:50:29.284410Z",
"modified_by": "",
"modified_on": "2024-12-18T20:50:29.284433Z",
"project_name": "user proj",
"team_visibility": false,
"is_deleted": false,
"team": 232
},
"created_on": "2025-03-17T22:17:56.967795Z"
}
]
}