{
"appId": "com.example.app",
"region": "US",
"platform": 2,
"language": "en",
"count": 10,
"supplementary": null
}curl --location --request POST 'https://asoworld.com/openApi/order/generateReviews' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "com.example.app",
"region": "US",
"platform": 2,
"language": "en",
"count": 10,
"supplementary": null
}'{
"P": {
"data": [
{
"title": "string",
"message": "string"
}
]
}
}