curl --location --request GET 'https://app.asomobile.net/asomobile-public-api/app-keywords/result?ticket_id=12345' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": [
{
"ci": {
"value": 79.64517974853516
},
"rank": {
"value": 2,
"updated": 1753257995985
},
"keyword": "google",
"kei": {
"value": 38.97242415358015
},
"traffic": {
"value": 12733.1318359375
},
"asa": 95
},
{
"ci": {
"value": 56.34911806432195
},
"rank": {
"value": 1,
"updated": 1753255310892
},
"keyword": "chrome",
"kei": {
"value": 49.61203844110682
},
"traffic": {
"value": 6949.9365234375
},
"asa": 91
},
{
"ci": {
"value": 69.82438595653159
},
"rank": {
"value": 1,
"updated": 1753258013553
},
"keyword": "google chrome",
"kei": {
"value": 62.762217256722614
},
"traffic": {
"value": 5130.75048828125
},
"asa": 80
}
]
}