curl --location -g --request GET 'https:///api/v2/analytics/projects/costs' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
{
"success": true,
"message": "Project costs data retrieved successfully",
"data": {
"costs": [
{
"project_name": "Example Project",
"total_tokens": 1500,
"total_cost": "0.00150"
}
]
}
}