{
"limit": 0,
"offset": 0,
"review_id": "string",
"sort_dir": "ASC"
}curl --location --request POST 'https://api-seller.ozon.ru/v1/review/comment/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"limit": 0,
"offset": 0,
"review_id": "string",
"sort_dir": "ASC"
}'{
"comments": [
{
"id": "string",
"is_official": true,
"is_owner": true,
"parent_comment_id": "string",
"published_at": "2019-08-24T14:15:22.123Z",
"text": "string"
}
],
"offset": 0
}