curl --location 'https://app.asomobile.net/asomobile-public-api/reviews' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "id284882215",
"platform": "IOS",
"ios_device": "IPHONE",
"country": "US",
"from_date": 1782507600000,
"to_date": 1783112399999,
"stars": [
1,
2,
3,
4,
5
],
"has_likes": false,
"has_reply": false,
"is_featured": false,
"status": "GOT_BETTER"
}'{
"code": 201,
"data": {
"ticket_id": 12345
}
}