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