curl --location 'https://app.asomobile.net/asomobile-public-api/account/usage/result?ticket_id=12345' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"tokens_remaining": 8450,
"tokens_total": 10000,
"plan": "Pro",
"period_end": 1785600000,
"recent_requests": [
{
"type": "/app-keywords/",
"timestamp": 1783010900,
"tokens_cost": 10
},
{
"type": "/app-ranking/",
"timestamp": 1783010850,
"tokens_cost": 5
},
{
"type": "/keyword-check/",
"timestamp": 1783010800,
"tokens_cost": 0
}
]
}
}