ON_APPROVAL 的取消申请标记为已确认。订单将被取消,款项退还给买家。{
    "cancellation_id": 0,
    "comment": "string"
}curl --location --request POST 'https://api-seller.ozon.ru/v2/conditional-cancellation/approve' \
--header 'Content-Type: application/json' \
--data-raw '{
    "cancellation_id": 0,
    "comment": "string"
}'