curl --location 'https://api-seller.ozon.ru/v1/product/info/subscription' \
--header 'Content-Type: application/json' \
--data '{
"skus": [
"string"
]
}'{
"result": [
{
"count": 0,
"sku": 0
}
]
}