curl --location 'https://wazap-ai-api.up.railway.app/external/v1/messages/usage' \
--header 'X-Company-Token: <api-key>' \
--header 'X-Account-Token: <api-key>'{
"success": true,
"data": {
"todayMessages": 150,
"monthMessages": 2500,
"dailyLimit": 1000,
"monthlyLimit": 30000,
"remainingToday": 850,
"remainingMonth": 27500,
"usage": {
"dailyUsagePercent": 15,
"monthlyUsagePercent": 8
}
}
}