{
    "sku": [
        "string"
    ]
}curl --location --request POST 'https://api-seller.ozon.ru/v1/product/info/stocks-by-warehouse/fbs' \
--header 'Client-Id;' \
--header 'Api-Key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sku": [
        "string"
    ]
}'{
    "result": [
        {
            "sku": 0,
            "present": 0,
            "product_id": 0,
            "reserved": 0,
            "warehouse_id": 0,
            "warehouse_name": "string"
        }
    ]
}