Authorization: ********************curl --location --request GET '/api/metric//history' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": "2025-07-25 00:00:00",
"end": "2025-07-25 23:59:59",
"aggregate": "SUM"
}'{
"data": [
{
"reference": "2025-07-25",
"value": 150
}
]
}