{
    "action_id": 66011,
    "product_ids": [
        14975
    ]
}curl --location --request POST 'https://api-seller.ozon.ru/v1/actions/products/deactivate' \
--header 'Content-Type: application/json' \
--data-raw '{
    "action_id": 66011,
    "product_ids": [
        14975
    ]
}'{
    "result": {
        "product_ids": [
            14975
        ],
        "rejected": []
    }
}