curl --location 'https://app.asomobile.net/asomobile-public-api/text-analyzer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "id284882215",
"platform": "IOS",
"ios_device": "IPHONE",
"country": "US",
"text": "Instagram is a photo and video sharing app that connects people around the world."
}'{
"code": 201,
"data": {
"ticket_id": 12345
}
}