{
"cursor": "string",
"limit": 1
}curl --location --request POST 'https://api-seller.ozon.ru/v1/product/info/wrong-volume' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cursor": "string",
"limit": 1
}'{
"cursor": "string",
"products": [
{
"height": 0,
"length": 0,
"name": "string",
"offer_id": "string",
"product_id": 0,
"sku": 0,
"weight": 0,
"width": 0
}
]
}