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