curl --location 'https://app.asomobile.net/asomobile-public-api/top-charts/result?ticket_id=12345' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"apps": [
{
"app": {
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/74/ab/3e/74ab3e7d-6518-3ce0-862d-60f8a8624d07/flavor_productionAppIcon-0-0-1x_U007emarketing-0-8-0-85-220.png/1024x1024.jpg",
"publisher": {
"name": "KalshiEX LLC"
},
"average_rating": {
"value": 4.8
},
"title": "Kalshi: Trade the World Cup",
"app_id": "1632713844"
},
"rank": {
"change": {
"value": 0
},
"value": 1
}
},
{
"app": {
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/22/59/ed/2259edf9-6bd5-a17a-c035-074aac0954d2/AppIcon-0-0-1x_U007epad-0-0-0-1-0-P3-85-220.png/1024x1024.jpg",
"publisher": {
"name": "OpenAI OpCo, LLC"
},
"average_rating": {
"value": 4.8
},
"title": "ChatGPT",
"app_id": "6448311069"
},
"rank": {
"change": {
"value": 1
},
"value": 2
}
},
{
"app": {
"icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/e4/12/4b/e4124b48-17cc-8c04-7819-bd86d3dbca5a/AppIcon-0-0-1x_U007epad-0-1-85-220.png/1024x1024.jpg",
"publisher": {
"name": "Anthropic PBC"
},
"average_rating": {
"value": 4.7
},
"title": "Claude by Anthropic",
"app_id": "6473753684"
},
"rank": {
"change": {
"value": 1
},
"value": 3
}
}
]
}
}