dimensions参数分组的分析。{
    "date_from": "2020-09-01",
    "date_to": "2021-10-15",
    "metrics": [
        "hits_view_search"
    ],
    "dimension": [
        "sku",
        "day"
    ],
    "filters": [],
    "sort": [
        {
            "key": "hits_view_search",
            "order": "DESC"
        }
    ],
    "limit": 1000,
    "offset": 0
}curl --location --request POST 'https://api-seller.ozon.ru/v1/analytics/data' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "date_from": "2020-09-01",
    "date_to": "2021-10-15",
    "metrics": [
        "hits_view_search"
    ],
    "dimension": [
        "sku",
        "day"
    ],
    "filters": [],
    "sort": [
        {
            "key": "hits_view_search",
            "order": "DESC"
        }
    ],
    "limit": 1000,
    "offset": 0
}'{
    "result": {
        "data": [],
        "totals": [
            0
        ]
    },
    "timestamp": "2021-11-25 15:19:21"
}