curl --location --request POST 'https://app.asomobile.net/asomobile-public-api/app-keywords/multiple-countries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "id284882215",
"platform": "IOS",
"ios_device": "IPHONE",
"countries": [
"US"
]
}'{
"code": 200,
"data": {
"ticket_id": 123456
}
}