curl --location --request GET 'https://app.asomobile.net/asomobile-public-api/app-keywords/multiple-countries/result?ticket_id=123456' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"country": "US",
"data": [
{
"ci": {
"value": 64.6287403263297
},
"rank": {
"value": 1,
"updated": 1769057371281
},
"keyword": "brawl stars",
"kei": {
"value": 43.08129024966974
},
"traffic": {
"value": 8926.7158203125
}
}
]
}
]
}