curl --location --request GET 'https://app.asomobile.net/asomobile-public-api/organic-downloads/result?ticket_id=12345' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"keywords": [
{
"installsShare": 0.01,
"rank": {
"changeValue": {
"value": 0
},
"valueUpdate": 1769022982746,
"value": 27
},
"estimatedInstalls": 2,
"keyword": "taxi",
"asa": 80,
"traffic": {
"changeValue": {
"value": 0
},
"value": 763.6433715820312
}
}
],
"totalInstalls": 18000
}
}