curl --location --request DELETE 'https://app.asomobile.net/asomobile-public-api/account/keywords/delete-keywords' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"platform": "IOS",
"app_id": "id284882215",
"country": "US",
"keywords": [
"photo editor",
"old keyword"
]
}'{
"code": 201,
"data": {
"ticket_id": 12345
}
}