curl --location --request POST 'https://app.asomobile.net/asomobile-public-api/world-wide-check' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "id284882215",
"platform": "ANDROID",
"ios_device": "IPHONE",
"keyword": "taxi",
"countries": [
"US"
]
}'{
"code": 201,
"data": {
"ticket_id": 12345
}
}