curl --location -g --request GET 'https:///api/v2/analytics/projects/recent' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Project recent data retrieved successfully",
"data": {
"recent_projects": [
{
"project_name": "AI Assistant"
}
]
}
}