curl --location 'https://api-seller.ozon.ru/v1/product/update/discount' \ --header 'Client-Id;' \ --header 'Api-Key;' \ --header 'Content-Type: application/json' \ --data '{ "discount": 0, "product_id": 0 }'
{ "result": true }