curl --request POST \
--url https://app.apigene.ai/api/interaction/summary \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"summary_type": "api_usage",
"time_frame": "daily",
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z",
"api_title": [
"<string>"
]
}
'