{
    "task_id": "172549793"
}curl --location --request POST 'https://api-seller.ozon.ru/v1/product/import/info' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "task_id": "172549793"
}'{
    "result": {
        "items": [
            {
                "offer_id": "143210608",
                "product_id": 137285792,
                "status": "imported",
                "errors": []
            }
        ],
        "total": 1
    }
}