Authorization: ********************curl --location --request GET '/organizations/123/usage' \
--header 'Authorization: Bearer <token>'{
"data": {
"currentPeriod": {
"periodStart": "string",
"periodEnd": "string",
"requestCount": 0,
"tokenUsage": 0
},
"limits": {
"requestsPerMonth": 0
},
"usagePercentage": 0
}
}