curl --location --request GET 'https://app.asomobile.net/asomobile-public-api/world-wide-check/result?ticket_id=12345' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"country": "US",
"ci": {
"value": 60.72693634033203
},
"rank": {
"change": {
"value": 0
},
"value": 1,
"updated": 1769083409530
},
"kei": {
"value": 40.75324618911745
},
"traffic": {
"value": 52887.0859375
}
}
]
}