curl --location 'https://app.asomobile.net/asomobile-public-api/asa/keyword-check/result?ticket_id=12345' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"apps_count": 42,
"traffic": {
"value": 67.5
},
"asa": {
"value": 83
},
"suggestions": [
{
"keyword": "photo editor",
"asa": {
"value": 71
}
},
{
"keyword": "camera app",
"asa": {
"value": 65
}
}
],
"advertised_apps": [
{
"app_id": "id284882215",
"icon": "https://example.com/icon.png",
"title": "Instagram",
"publisher": {
"name": "Instagram, Inc."
},
"category_id": "6005"
}
]
}
}