{
    "skus": [
        "179737222"
    ]
}curl --location --request POST 'https://api-seller.ozon.ru/v1/product/rating-by-sku' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "skus": [
        "179737222"
    ]
}'{
    "products": [
        {
            "sku": 179737222,
            "rating": 42.5,
            "groups": [
                {
                    "key": "media",
                    "name": "媒体",
                    "rating": 70,
                    "weight": 25,
                    "conditions": [
                        {
                            "key": "media_images_2",
                            "description": "已添加2张图片",
                            "fulfilled": true,
                            "cost": 50
                        },
                        {
                            "key": "media_video",
                            "description": "已添加视频",
                            "fulfilled": false,
                            "cost": 15
                        }
                    ],
                    "improve_attributes": [
                        {
                            "id": 4074,
                            "name": "视频码"
                        }
                    ],
                    "improve_at_least": 2
                }
            ]
        }
    ]
}