curl --location --request POST 'https://api.thinkeo.io/v1/apps/usage' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"month": 0,
"year": 0,
"appId": "28c365d5-df94-4a54-8217-3ce51d068868"
}'
{
"usagePerDay": []
}