curl --location 'https://api.narrativ.tech/functions/v1/get-user-usage' \
--header 'api-key: <api-key>'{
"success": true,
"plan": "Pro",
"quota": {
"daily": {
"limit": 10000,
"used": 4321,
"remaining": 5679
},
"monthly": {
"limit": 200000,
"used": 87450,
"remaining": 112550
}
},
"rateLimit": {
"limit": 60,
"window": "15 m",
"currentWindowUsed": 12,
"remaining": 48,
"windowResetsAt": 1747339200000
}
}