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