curl --location 'https://app.asomobile.net/asomobile-public-api/app-ranking/history/result?ticket_id=12345' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"app_id": "id284882215",
"country": "US",
"category_id": "GAME",
"chart": "FREE",
"history": [
{
"date": 1780000000000,
"rank": 5
},
{
"date": 1780086400000,
"rank": 4
},
{
"date": 1780172800000,
"rank": 3
}
]
}
}